From: Andrew I. S. <an...@an...> - 2008-06-01 01:23:36
|
Hi - I am encountering an error with flexbackup caused by the .gvfs special file in my home directory. An example is below. Is there a way to pass in an argument to "find" to exclude this directory? Thanks, Andy |------------------------------------------------------------ | Checking /bin/sh on this machine... unknown |------------------------------------------------------------ | Doing level 0 backup of set all using tar | All sets = backup | Found directory index key 200805312021 | Backup set "backup" (/home) |------------------------------------------------------------ | Backup of: /home | Date of this level 0 backup: Sat May 31 21:08:39 2008 | Date of last level 0 backup: the epoch |------------------------------------------------------------ | cd "/home" && /home/tmp/flexbackup.9297.desk/collectexit.9297.sh find . \ | -depth -xdev ! -type s ! -regex ".*/[Cc]ache/.*" ! -regex ".*~"$ ! \ | -regex ".*\.gvfs.*" -print0 | \ | /home/tmp/flexbackup.9297.desk/collectexit.9297.sh tar --create --null \ | --files-from=- --ignore-failed-read --same-permissions --no-recursion \ | --totals --label "level 0 /home Sat May 31 21:08:39 2008 tar+gzip from \ | desk" --verbose --sparse -b 20 --file - | \ | /home/tmp/flexbackup.9297.desk/collectexit.9297.sh gzip -4 | \ | /home/tmp/flexbackup.9297.desk/collectexit.9297.sh dd ibs=10k obs=10k \ | conv=noerror of="/media/wdc/linux-backups/home.0.200805312108.tar.gz" | [ ! -e /home/tmp/flexbackup.9297.desk/exitstatus.9297 ] |------------------------------------------------------------ find: ./ais/.gvfs: Permission denied level 0 /home Sat May 31 21:08:39 2008 tar+gzip from desk ... |