1 00:00:06,840 --> 00:00:08,640 - So we are at the end of this lesson. 2 00:00:08,640 --> 00:00:10,080 Let's do a lab. 3 00:00:10,080 --> 00:00:12,180 For this lab you will need two machines. 4 00:00:12,180 --> 00:00:14,400 I'll refer to them as server1 and server2. 5 00:00:14,400 --> 00:00:15,900 You can use IP addresses. 6 00:00:15,900 --> 00:00:17,220 That's okay. 7 00:00:17,220 --> 00:00:20,002 On server1, ensure that SSHD is set up 8 00:00:20,002 --> 00:00:24,060 to receive incoming backups that are offered through rsync. 9 00:00:24,060 --> 00:00:26,353 And on server2, you start to create a backup 10 00:00:26,353 --> 00:00:28,530 of the ETC and Home directory. 11 00:00:28,530 --> 00:00:31,680 Store this file as TMP backup.tgz 12 00:00:31,680 --> 00:00:35,970 and use rsync to synchronize the backup to TMP backup.tgz 13 00:00:35,970 --> 00:00:36,803 on server1.