Hello all!
I'm having a problem on doing a backup with tar including 5 file-systems. The steps are:
1. Create the include file with all files of the 5 file-systems. (OK)
2. execution of tar command:
tar cvf - -I <include> | rsh <host> dd of=/dev/rmt/<device> obs=512k
...it gives error because it list all files and not the ones on include file.
Does anyone has any idea of this error, or workaround??
Thank you in advance,
Hugo Novo
Unix and Oracle Administrator
I'm having a problem on doing a backup with tar including 5 file-systems. The steps are:
1. Create the include file with all files of the 5 file-systems. (OK)
2. execution of tar command:
tar cvf - -I <include> | rsh <host> dd of=/dev/rmt/<device> obs=512k
...it gives error because it list all files and not the ones on include file.
Does anyone has any idea of this error, or workaround??
Thank you in advance,
Hugo Novo
Unix and Oracle Administrator