We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adde7d commit 785c87dCopy full SHA for 785c87d
_posts/bitwarden-automated-backup.md
@@ -65,4 +65,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
65
```bash
66
OUTNAME=$(basename $1 .enc).json
67
openssl enc -aes-256-cbc -pbkdf2 -iter 1000000 -d -nopad -in $1 -out $OUTNAME
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