I want to run a backup command at a specific time in bash. Only issue is the at
command doesn't seem to work. By this I mean it does not run the command at the specific time
I have tried to use the commands posted here.
If the at command doesn't work are there any other suggestions?
I am trying to run a custom command I put in the /bin directory called backup
.
If it helps I am running OS X 10.10 (Yosemite)
Edit
Found out the issue.
Some reason my command will only work outside a script. Hmm