13,420
edits
Changes
→Performing Incremental Backups
<source lang=bash>mkdir -p /backup/vm1
rsync -avz 192.168.x.x:/etc /backup/incremental/vm1/ # where 192.168.x.x is the IPADDR of your vm1</source>
'''NOTE:''' This command will NOT work if '''permit root access is denied''' for your sshd service configuration, so keep it off for now...