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
Executable File
Raw
Blame
History
mkdir backups
(
crontab -l 2>/dev/null
;
echo
"
* */12 * * *
$(
pwd
)
/backup.sh
"
)
|
crontab -
Reference in New Issue
View Git Blame
Copy Permalink