Skip to content
Snippets Groups Projects

restic diff: add default params

Merged Hahn Axel (hahn) requested to merge 5046-finetune-restic-params into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -218,7 +218,7 @@
echo "This was the initial (full) Backup"
else
color cmd
restic diff "${_snapshotLast}" "${_snapshotNow}"
eval restic diff ${ARGS_DEFAULT} "${_snapshotLast}" "${_snapshotNow}"
color reset
fi
echo
Loading