increase duplicity's volume size from the default of 25MB to 100MB so we create fewer files

This commit is contained in:
Joshua Tauberer 2014-06-09 13:47:41 +00:00
parent 5490142df5
commit 8bd62aa3bc
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ try:
"--archive-dir", "/tmp/duplicity-archive-dir",
"--name", "mailinabox",
"--exclude", backup_dir,
"--volsize", "100",
"--verbosity", "warning",
env["STORAGE_ROOT"],
"file://" + backup_duplicity_dir