Hi,

This is my rsync command


/usr/bin/rsync  --compress \
                      --verbose \
                      --rsh=ssh \
                      --times \
                      --owner \
                    --group \
                   --ignore-times \
                   --links \
                  --perms \
                 --recursive \
                 --size-only \
                --delete \
                --force \
                --numeric-ids \
               --exclude-from=/etc/rsync.exclude \
               --stats \
               /etc  \
               [EMAIL PROTECTED]:/home/backup/thismachine/

I am using the above commnd to take backups and i need to take a only incremental backups Which option i have to use
and how to specify in source machine and target machine.

I think i have to use --backup-dir=DIR option or anything else.

PLease help me how to take only incremental backups daily.
 
thanks for your help


 

-- 
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