From: Jonas L. <jon...@st...> - 2003-10-25 07:04:05
|
Flexbackup works good in many ways but I still have some problems with my backups. In the end of the logs I can read: ERROR from backup, exiting offending command(s): cd "/" && (printf "//--/tmp/label.5968 flexbackup.volume_header_info\n" && find . -regex "\./\(.*_backup_\|proc\|film\|tmp\|musik\)/.*" -prune -o -xdev ! -type s \( -newer "/var/lib/flexbackup/root.3" -or -cnewer "/var/lib/flexbackup/root.3" \) ! -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ -print ) | afio -o -E /tmp/nocompress.5968 -z -1 m -P gzip -Q -4 -Z -M 2m -T 3k -v -b 10k - | buffer -m 10m -p 75 -s 10k -t -u 100 -B -o "/dev/nst0" I seems to get this error regardless if I am "backuping" from a windows share or a native linux partition. All my configured sets aren't always accessible (due to the fact that some machines are shutdown some nights). I don't know if the error above is connected to my other question. How should I get pruning to work? I wan't to exclude to directories with large files. For the moment I have tried this: $set{'jonas'} = "/mnt/barton_jonas"; $prune{'jonas'} = "musik film"; I want it to don't care about the dirs "musik" and "film" in the mounted samba share "/mnt/barton_jonas" Thanks in advance Jonas |