switch salsa db to postgres::backup_cluster
[mirror/dsa-puppet.git] / modules / roles / files / ssh_upload / rsync-ssh-wrap
index 8f3e8d8..04ceb3e 100755 (executable)
@@ -59,6 +59,7 @@ do_rsync() {
        if [ -d "$RSYNCDIR" ]; then
                allowed_rsyncs+=("--server -vlogDtprxze.iLsf --partial . $RSYNCDIR") # wheezy
                allowed_rsyncs+=("--server -vlogDtprxze.iLsfx --partial . $RSYNCDIR") # jessie
+               allowed_rsyncs+=("--server -vlogDtprxze.iLsfxC --partial . $RSYNCDIR") # stretch
        fi
        for cmd_idx in ${!allowed_rsyncs[*]}; do
                allowed="${allowed_rsyncs[$cmd_idx]}"