Postby zach » Wed Mar 15, 2006 6:49 pm
I am attempting to write a script to automate my scalix backups with LVM snapshots and rsync. Here's my problem: If I run 'omsuspend -s 299' from a command line, the process will hang for 299 seconds. Therefore, if I put this at the top of my script, the code won't finish until omsuspend times out. Can this command be run in the background, so my script can proceed? Or is there a better way to this?