Skip to content
Snippets Groups Projects
Commit aa8ace6b authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Makes a weekly full backup

Solves *** buffer overflow detected ***: gpg terminated
parent 7f09f11c
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ ExecStart=/bin/bash -euxc ' \ ...@@ -33,6 +33,7 @@ ExecStart=/bin/bash -euxc ' \
-h backup.container \ -h backup.container \
-v /root:/root \ -v /root:/root \
-v /data/domains/%i:/backup pierreozoux/duplicity \ -v /data/domains/%i:/backup pierreozoux/duplicity \
--full-if-older-than 1W \
--encrypt-key ${ENCRYPT_KEY} \ --encrypt-key ${ENCRYPT_KEY} \
/backup \ /backup \
sftp://${BACKUP_DESTINATION}/%i' sftp://${BACKUP_DESTINATION}/%i'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment