Linux: daily backup with crontab

=> crontab -l
0 15 * * * rsync -arvu --delete-excluded --exclude /home/user/Download  /home/user/ /media/user/pluto-home-backup/

Ref:
https://www.runoob.com/linux/linux-comm-crontab.html
https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/crontab.html

你可能感兴趣的:(Linux: daily backup with crontab)