Created
March 28, 2016 20:31
-
-
Save jespernohr/250ba7acc9a8ad2cf826 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run first manual full backup (next run will automaticaly be incremental) | |
duplicity full /data/documents azure://storagecontainer001 --log-file /data/duplicity.log | |
# Run manual backup job in background | |
duplicity full /data/documents azure://storagecontainer001 --log-file /data/duplicity.log | |
# (press ctrl+Z) | |
disown -h %1 | |
bg 1 | |
logout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment