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

restic diff: add default params

parent 524bc523
No related branches found
No related tags found
1 merge request!33restic diff: add default params
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment