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

Merge branch '5046-finetune-restic-params' into 'master'

restic diff: add default params

See merge request !33
parents cbbfc1c7 cb28a079
No related branches found
No related tags found
1 merge request!33restic diff: add default params
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
echo "This was the initial (full) Backup" echo "This was the initial (full) Backup"
else else
color cmd color cmd
restic diff "${_snapshotLast}" "${_snapshotNow}" eval restic diff ${ARGS_DEFAULT} "${_snapshotLast}" "${_snapshotNow}"
color reset color reset
fi fi
echo echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment