
How to Mirroring / Remote Backup Using rsync on Debian Squeeze
Below is guide how to remote backup using rsync. 1. Install rsync on both client and remote computer: 2. Create config file /etc/rsyncd.conf on remote computer: And put these lines into the file: Press Ctrl-X, Y, and Enter to exit from nano. 3. Activate rsync Find RSYNC_ENABLE=false line, and change to RSYNC_ENABLE=true 4. Execute rsync 5….