From: Patrizio R. <pat...@la...> - 2003-10-25 22:28:24
|
Hello, I have a set called "public12" with 2 directories, "/shared/Public1" and "/shared/Public2". These are 2 samba server shared dirs. I do backup through cron on a OnStream DI-30 tape, on device "/dev/nst0". I use afio+gzip, compression 4. The problem is that flexbackup only put on tape the first directory. Here is the text of the log file: |------------------------------------------------------------ | Doing level 0 backup of set public12 using afio | Retensioning tape... | Rewinding & erasing tape... | Creating index key 200310172227 | Backup set "public12" (/shared/Public1 /shared/Public2) | Tape #0 |------------------------------------------------------------ At block 768. |------------------------------------------------------------ | File number 1, tape index 200310172227 | Backup of: /shared/Public1 | Date of this level 0 backup: Fri Oct 17 22:28:12 2003 | Date of last level 0 backup: the epoch |------------------------------------------------------------ | printf "mp3 MP3 Z z gz gif zip ZIP lha jpeg jpg JPG taz tgz deb rpm bz2 \ | lzo" > /tmp/nocompress.21059 | printf "Volume Label:\nlevel 0 /shared/Public1 Fri Oct 17 22:28:12 2003 \ | afio+gzip from lserverx\n\n" > /tmp/label.21059 | cd "/shared/Public1" && (printf "//--/tmp/label.21059 \ | flexbackup.volume_header_info\n" && find . -depth -xdev ! -type s ! \ | -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print ) | afio -o -E \ | /tmp/nocompress.21059 -z -1 m -P gzip -Q -4 -Z -M 2m -T 3k -v -b 32k - \ | | dd ibs=32k obs=32k conv=noerror,sync of="/dev/nst0" | rm -f /tmp/nocompress.21059 /tmp/label.21059 |------------------------------------------------------------ Someone could help me? I'm desperated :( Many thanks, Patrizio Rullo |