variousscripts/crontabbackupdaily/README.md

5 lines
202 B
Markdown
Raw Permalink Normal View History

2019-08-05 13:07:57 +00:00
### crontab backup daily
2022-11-26 19:13:24 +00:00
Simple backup script for everyday cron execution. Make the file executable and after execution `crontab -e` add new line to crontab schedule:
2019-08-05 13:07:57 +00:00
```
2022-11-26 19:13:24 +00:00
@daily /home/user/backup.sh
2019-08-05 13:07:57 +00:00
```