From: Markus S. <mai...@ma...> - 2003-01-26 17:22:39
|
Hi! I tried to backup a directory with flexbackup but some files didn't get backed up. The directory contains only two subdirs + three empty files a,b and c. | ep092:/tmp# find testdir/ | testdir/ | testdir/test1 | testdir/test1/a | testdir/test1/b | testdir/test1/c | testdir/test2 Now I trie to make a backup with type afio: | ep092:/tmp# flexbackup -fs /tmp/testdir/ | ... | CONTROL_FILE/flexbackup.volume_header_info | ./test1/a -- okay | test1/b -- okay | test1/c -- okay | test1 -- okay | test2 -- okay | . -- okay | afio: 10k+0 bytes written in 0 seconds. The operation was successful. | ... Now I extract the files from the archive (using flexbackup -extract) an file a is missing. I tried the same using tar and it works without problems. flexbackup is 1.0pre4 afio is 2.4.7 from Debian Woody Markus |