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:
parent
5490142df5
commit
8bd62aa3bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user