asynchronous uploads

This commit is contained in:
Leo Koppelkamm 2015-08-03 08:51:39 +02:00
parent 1cdd205eb7
commit df8de717ce
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ def perform_backup(full_backup):
"/usr/bin/duplicity",
"full" if full_backup else "incr",
"--archive-dir", backup_cache_dir,
"--asynchronous-upload",
"--exclude", backup_root,
"--volsize", "250",
"--gpg-options", "--cipher-algo=AES256",