diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh index 338849d543218b4a9589aa5c2b5991395b1496e5..f8e8771fd4e78048fc46fe2a21d19fb2ff44c9b2 100644 --- a/plugins/transfer/restic.sh +++ b/plugins/transfer/restic.sh @@ -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