diff options
-rwxr-xr-x | backup.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ if [ -z "${rsyncShell}" ]; then esac fi if [ -f "${cache_file}" ]; then - tar -C "${neues:?}/wip/" --zstd -xf "${cache_file}" + tar -C "${neues:?}/wip/" --zstd -xkf "${cache_file}" fi done } |