Commit 8bd62aa3 authored by Joshua Tauberer's avatar Joshua Tauberer

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

parent 5490142d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment