Password protect browser backups
This commit is contained in:
parent
2369786b66
commit
298222c9fc
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ def archive_browser(name):
|
||||||
cmd = [
|
cmd = [
|
||||||
global_vars['Tools']['SevenZip'],
|
global_vars['Tools']['SevenZip'],
|
||||||
'a', '-aoa', '-bso0', '-bse0', '-mx=1',
|
'a', '-aoa', '-bso0', '-bse0', '-mx=1',
|
||||||
|
'-mhe=on', '-p{}'.format(ARCHIVE_PASSWORD),
|
||||||
archive, source]
|
archive, source]
|
||||||
run_program(cmd)
|
run_program(cmd)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue