crontab backup daily
Simple backup script for everyday cron execution. Make the file executable and after execution crontab -e add new line to crontab schedule:
@daily /home/user/backup.sh
Simple backup script for everyday cron execution. Make the file executable and after execution crontab -e add new line to crontab schedule:
@daily /home/user/backup.sh