Skip to content
Snippets Groups Projects
Commit c649339b authored by rhatto's avatar rhatto
Browse files

Rsync: support for backupninja's test option (#8196)

parent 8b6b607d
No related branches found
No related tags found
No related merge requests found
......@@ -920,6 +920,10 @@ function set_filelist {
function set_rsync_options {
if [ "$test" ]; then
rsync_options="$rsync_options --dry-run"
fi
if [ "$numericids" != "0" ]; then
rsync_options="$rsync_options --numeric-ids"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment