Advertisement
Guest User

background job

a guest
Dec 15th, 2011
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. pushd $BACKUP_DST
  2. tar -cjf training_$(date '+%m-%d-%y_%H-%M-%S').tar.bz2 $BACKUP_SRC &
  3. popd
  4.  
  5. #This is not displaying the tar command or anything if i run jobs even though the process #exists..why is that?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement