Open main menu

CDOT Wiki β

Changes

OPS335 Lab 1

12 bytes added, 16:30, 14 January 2017
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...
13,420
edits