Skip to content
Snippets Groups Projects
Commit 8c6a7ed7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add --with-cache in restic check command

parent b2ad27c6
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
echo "--- VERIFY (whole repository)" echo "--- VERIFY (whole repository)"
# param --read-data takes a long time. Maybe use an extra job with it. # param --read-data takes a long time. Maybe use an extra job with it.
# _mycmd="time restic check ${ARGS_DEFAULT} --with-cache --read-data" # _mycmd="time restic check ${ARGS_DEFAULT} --with-cache --read-data"
_mycmd="restic check ${ARGS_DEFAULT}" _mycmd="restic check ${ARGS_DEFAULT} --with-cache"
echo $_mycmd echo $_mycmd
sleep 3 sleep 3
color cmd color cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment