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

restic remove restic cache --cleanup

parent 28a5b728
No related branches found
No related tags found
1 merge request!325046 finetune restic params
......@@ -138,19 +138,6 @@
# uses global vars from ../../transfer.sh
function t_backupDoPostTasks(){
echo "--- CLEANUP local data:"
echo restic cache --cleanup
color cmd
restic cache --cleanup
local _myrc=$?
color reset
case $_myrc in
0) color ok; echo "OK" ;;
*) color error; echo "Cleanup error - returncode was $_myrc" ;;
esac
color reset
echo
echo "--- UNLOCK ... just in case :-)"
echo restic unlock ${ARGS_DEFAULT}
color cmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment