Monday 25 April 2022

How to backup the disk from one drive to another drive in ubuntu?

step: how to run it in a crontab?

3 0 * * * /bin/bash /home/peseyes/Documents/main_rsync.sh


code:-

rsync -avzh --delete /media/ninja/output/ /media/ninja/backup
 

No comments:

Post a Comment