Just a quick query if I want use the backup command to backup certain files using a retative path how would I go about achiving this would it be best to create a file with all the files which need backing up so can therefore create a file called harry which will backup the following
./home/harry/fspurge.ksh and the I pass the following argument in a script
backup -iqvf /dev/rmt1 < harry
would this created a relative backup of ./home/harry/fspurge
many thanks
./home/harry/fspurge.ksh and the I pass the following argument in a script
backup -iqvf /dev/rmt1 < harry
would this created a relative backup of ./home/harry/fspurge
many thanks