system backup

cwfie

Verified User
Joined
Aug 3, 2005
Messages
91
Hello,

Does somebody know where the system backup tasks are saved? I have added a task for a system backup, but want to cancel it. Where can I find this [through SSH]?

Thank you!!

Steven
 
I'm not quite sure but it's probably in one of the crontabs stored in /var/spool/cron.

You can grep that directory as follows:
Code:
# cd /var/spool/cron
# grep sysbk *
Jeff
 
jlasman said:
I'm not quite sure but it's probably in one of the crontabs stored in /var/spool/cron.

You can grep that directory as follows:
Code:
# cd /var/spool/cron
# grep sysbk *
Jeff

Hi! Cannot find it there. I just need the file which saves the system backup tasks.

Thank you! ;)
 
The system backup system is sysbk; you can use locate to the find the files in a directory tree named sysbk.

Jeff
 
Back
Top