Question: Using Linux on Virtual box I created two machines zues and heracles. I can ssh into both and ping each other. I need to now
Using Linux on Virtual box I created two machines zues and heracles. I can ssh into both and ping each other.
I need to now do a Backup server on zues can you help me with meeting these requirements

Backup Requirements Full backups weekly o Backup the /etc and /var/log directory. o Use a tar command to do this. o Store the files in /opt/backups , remove them before every full backup Snapshots daily o tar also allows you to create snapshots. Enabled with cron o These snapshots should be created via cron o They should be sent via scp using ssh keys to zeus What You Need to Figure Out 2. How to use cron to run commands at a given time. 3. The two tar commands for creating gzip'd archives 4. How to copy files via scp between servers. Backup Requirements Full backups weekly o Backup the /etc and /var/log directory. o Use a tar command to do this. o Store the files in /opt/backups , remove them before every full backup Snapshots daily o tar also allows you to create snapshots. Enabled with cron o These snapshots should be created via cron o They should be sent via scp using ssh keys to zeus What You Need to Figure Out 2. How to use cron to run commands at a given time. 3. The two tar commands for creating gzip'd archives 4. How to copy files via scp between servers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
