Skip to content

Instantly share code, notes, and snippets.

@jespernohr
Created March 28, 2016 20:31
Show Gist options
  • Save jespernohr/250ba7acc9a8ad2cf826 to your computer and use it in GitHub Desktop.
Save jespernohr/250ba7acc9a8ad2cf826 to your computer and use it in GitHub Desktop.
# 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