Link to home
Start Free TrialLog in
Avatar of Golchehr
Golchehr

asked on

Automating Backup in linux with Rsync and Cron

Hi , I am new in Linux. I have plan to automate a backup in Linux Ubuntu. I used Rsync command as:

Rsync -av  /tmp/CD /tmp/Backup

Now I don't know how can I automate that. I don't know how can I use Cron. I typed:

Crontab -e but I don't know how  it should work after this command.

Could you please help me ?

Thank you
Avatar of Sumesh BNR
Sumesh BNR
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of Sumesh BNR
Sumesh BNR
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Golchehr
Golchehr

ASKER

Thank you. Your help is appreciated.