I am trying to run:

rsync   --dry-run -avz --force --no-whole-file -e "ssh -C" --delete 
--bwlimit=35 
\
        --backup --exclude "*.backup-*" --exclude "*:*" 
'--suffix'=.backup-`date 
+%m%d` \
        /mnt/unite-c/ [EMAIL PROTECTED]:~/unite-c/

But I get:
rsync: on remote machine: --suffix-dels=.backup-0206: unknown option
rsync error: syntax or usage error (code 1) at main.c(1441) [server=3.0.0pre5]

This behavior appear with:
- local machine: rsync  version 2.6.6  protocol version 29
- remote machine: rsync  version 3.0.0pre8  protocol version 30.PR16

(the message copy/paste before updating to latest rc).

Regards.

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to