Hi all,
I am making an incremental backup as follows
tue at 3:00 a.m. level 0
wed at 3:00 a.m. level 3
thr at 3:00 a.m. level 4
fri at 3:00 a.m. level 5
sat at 3:00 a.m. level 6
sun at 3:00 a.m. level 2
a script is running on crontab to backup files. it needs a parameter
which is about the level number. the command lines in script are like that;
ufsdump $1ucf /dev/rmt/0n /
ufsdump $1ucf /dev/rmt/0n /home
ufsdump $1ucf /dev/rmt/0n /usr/local
ufsdump $1ucf /dev/rmt/0 /var/mail
for example when i try lo look at the backup files in the tape drive using
interactive mode of ufsrestore, i see only the "/" partition's new files.
not even "/home" or anything. according to the logs all backup is done
successfully.
but i can't see any other files.
does anyone have an idea about what i am doing wrong ?
thanks....