diff --git a/dt-s3-backup.sh b/dt-s3-backup.sh index e5a3eb6..5d8356c 100755 --- a/dt-s3-backup.sh +++ b/dt-s3-backup.sh @@ -376,7 +376,7 @@ elif [ "$1" = "--restore-file" ]; then INCLUDE="--file-to-restore ${FILE_TO_RESTORE}" duplicity_backup -elif [ "$1" = "--list-files" ]; then +elif [ "$1" = "--list-current-files" ]; then check_variables OPTION="list-current-files" ${DUPLICITY} ${OPTION} ${VERBOSITY} ${STATIC_OPTIONS} \