Skip to content

Commit

Permalink
btrbk-mail: add example to enable all rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
digint committed Jul 6, 2023
1 parent fa704c3 commit db45f0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/cron/btrbk-mail
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ rsync_opt[example_data]="-az --delete --inplace --numeric-ids --acls --xattrs"
# If set, add "rsync_dst" to "sync_fs" (see below) if rsync reports files transferred
#sync_fs_onchange[example_data]=yes

# Enabled rsync declarations (whitespace-separated list)
# Enable all rsync declarations (all indices of rsync_src array)
#rsync_enable=${!rsync_src[@]}
# Explicitely enable rsync declarations (whitespace-separated list)
#rsync_enable="example_data"
rsync_enable=

Expand Down

0 comments on commit db45f0b

Please sign in to comment.