1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-24 02:37:05 +00:00

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

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