Looking to make a backup of my server using the backup Mondo. I get it installed and running perfectly when I try to run it manually, but if I try to automate it via cron... it won't run. I don't see any processes, cron shows that it executed the sh script, but no action. Does anyone have any ideas?
To start off script located at
/usr/local/sbin/mondo.sh
script permissions
777
script ownership
root:root
added to cron via root crontab
mondo.sh contents
Code:
#!/bin/sh
mondoarchive -Oi -d /var/images -E /var/images -s 4200m
Any ideas? I'd love to automate this if possible, but I'm running into a block and the documentation on their website doesn't seem to be updated since well, forever. Thanks for the help and please post if you need any more information.
Recent comments
18 hours 42 min ago
23 hours 47 min ago
1 day 4 hours ago
1 day 6 hours ago
1 day 20 hours ago
1 day 20 hours ago
2 days 1 hour ago
2 days 7 hours ago
2 days 8 hours ago
2 days 9 hours ago