rsync-ssh-wrap: add allowed_rsyncs for buster
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Apr 2019 12:56:20 +0000 (14:56 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 1 Apr 2019 12:56:20 +0000 (14:56 +0200)
modules/roles/files/ssh_upload/rsync-ssh-wrap

index f2a8917..bc2e2ca 100755 (executable)
@@ -62,6 +62,7 @@ do_rsync() {
                        allowed_rsyncs+=("--server -vlogDtprxze.iLsf --partial . $rsyncdir") # wheezy
                        allowed_rsyncs+=("--server -vlogDtprxze.iLsfx --partial . $rsyncdir") # jessie
                        allowed_rsyncs+=("--server -vlogDtprxze.iLsfxC --partial . $rsyncdir") # stretch
+                       allowed_rsyncs+=("--server -vtxze.LsfxC --partial . $rsyncdir") # buster
                fi
        done
        for cmd_idx in ${!allowed_rsyncs[*]}; do