diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 17:08:24 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-02-08 17:08:24 +0100 |
commit | 5cb3a9a791ad0d231a1fd8f10d032909f24949a0 (patch) | |
tree | 63015fa9124ef43f0b513098fe42e750a3a8db17 | |
parent | 54ccac82994b62378b1895782481d437565e9999 (diff) | |
download | nixos-5cb3a9a791ad0d231a1fd8f10d032909f24949a0.tar nixos-5cb3a9a791ad0d231a1fd8f10d032909f24949a0.tar.gz nixos-5cb3a9a791ad0d231a1fd8f10d032909f24949a0.tar.bz2 nixos-5cb3a9a791ad0d231a1fd8f10d032909f24949a0.tar.xz nixos-5cb3a9a791ad0d231a1fd8f10d032909f24949a0.zip |
ymir: ...
-rwxr-xr-x | snap.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ def borg_lv(lv, size_percent, target, archive_prefix, dry_run, **args): | |||
77 | '--show-rc', | 77 | '--show-rc', |
78 | # '--progress', | 78 | # '--progress', |
79 | '--list', | 79 | '--list', |
80 | '--filter=AMEi-x?', | 80 | '--filter=AMEi-?', |
81 | '--stats', | 81 | '--stats', |
82 | '--patterns-from=.backup-vidhar', | 82 | '--patterns-from=.backup-vidhar', |
83 | '--exclude-caches', | 83 | '--exclude-caches', |