"You should back up your files regularly..."

tabanna tabanna@aig.forthnet.gr
Sun, 2 Sep 2001 17:29:07 +0000


 Hi  :)

 It is handy to back up ones /home directory, frequently, to a separate
partition

~ one could, set up a Cron-Job to backup, say at 9 am & 7 pm by
running a tiny script like this :-
..................................

#!/bin/sh
# backup  /home
#
exec tar czvf  /bup/home`date +%y%m%d`.tar.gz   /home

.......................................


best wishes
Richard

____________

sent on Linux

____________