This website requires JavaScript.
Explore
Help
Register
Sign In
serafim
/
gadasin
Watch
1
Star
0
Fork
You've already forked gadasin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
765853add6
gadasin
/
setup_backup_cron.sh
4 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: create directory for backups
2024-12-19 01:21:18 +03:00
mkdir backups
init
2024-12-19 01:16:37 +03:00
(
crontab -l 2>/dev/null
;
echo
"
* */12 * * *
$(
pwd
)
/backup.sh
"
)
|
crontab -