I have a Cron job which runs on specific dated, after the backup has finished I want to archive the latest backup. So far I have tried execute my archive script in postusercmd. I execute the script like this to let the postusercmd finishes so that I archive the latest backup:
nohup ./etc/backuppc/archive_host.sh hostname > /dev/null 2>&1 & In some cases Backuppc_link runs after the backup has been done. Is there a way to detect when it finishes, or to detect if it gets executed at all? I did a bit of testing using kill -0 and greping for backup_link pid. Some times the linking just runs to fast for the script to get the pid. Do you guys have any ideas how to archive the latest backup after backuppc_link has been executed? Cheers +---------------------------------------------------------------------- |This was sent by [email protected] via Backup Central. |Forward SPAM to [email protected]. +---------------------------------------------------------------------- ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
