Skip to content

Commit 785c87d

Browse files
committed
add sources
1 parent 3adde7d commit 785c87d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_posts/bitwarden-automated-backup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
6565
```bash
6666
OUTNAME=$(basename $1 .enc).json
6767
openssl enc -aes-256-cbc -pbkdf2 -iter 1000000 -d -nopad -in $1 -out $OUTNAME
68-
```
68+
```
69+
70+
## Resources
71+
- https://www.digitalocean.com/community/tutorials/send-email-linux-command-line
72+
- https://easyengine.io/tutorials/linux/ubuntu-postfix-gmail-smtp/

0 commit comments

Comments
 (0)