C cwfie Verified User Joined Aug 3, 2005 Messages 91 Mar 30, 2006 #1 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
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
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 30, 2006 #2 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
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
C cwfie Verified User Joined Aug 3, 2005 Messages 91 Apr 5, 2006 #3 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 Click to expand... Hi! Cannot find it there. I just need the file which saves the system backup tasks. Thank you!
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 Click to expand... Hi! Cannot find it there. I just need the file which saves the system backup tasks. Thank you!
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Apr 7, 2006 #4 The system backup system is sysbk; you can use locate to the find the files in a directory tree named sysbk. Jeff
The system backup system is sysbk; you can use locate to the find the files in a directory tree named sysbk. Jeff