Skip to content
Snippets Groups Projects
Verified Commit daea2737 authored by nfontrod's avatar nfontrod
Browse files

src/push.rs: dont sync archive_list

parent 82dfb6af
No related branches found
No related tags found
No related merge requests found
...@@ -443,6 +443,8 @@ pub(crate) fn copy_file( ...@@ -443,6 +443,8 @@ pub(crate) fn copy_file(
"--human-readable", "--human-readable",
"--exclude=config", "--exclude=config",
"--exclude=.gblkconfig", "--exclude=.gblkconfig",
"--exclude=archive_list",
"--exclude=archive_list_remote",
&tmp, &tmp,
borg_folder.to_str().unwrap(), borg_folder.to_str().unwrap(),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment