Compare commits

..

No commits in common. "f254c80baa6dfb5d318307cb30f1c0b17c911df0" and "7475be67312b3e0a88ecbd43f053a8fcf9a5b4f1" have entirely different histories.

View file

@ -6,4 +6,12 @@ now=$(date +'%Y-%m-%d')
cd /home/horseman
tar -cf backups/documents-$now.tar Documents
# Vaultwarden
cd /home/horseman
tar -cf backups/vaultwarden-$now.tar docker/vaultwarden/data
# Forgejo
cd /home/horseman
tar -cf backups/git-$now.tar docker/git/data
exit 0