search for: destbase

Displaying 2 results from an estimated 2 matches for "destbase".

Did you mean: testbase
2009 May 05
1
cannot delete non-empty directory
...I'm getting this error "cannot delete non-empty directory" on some directories. My command is: rsync -rltDvz --block-size=32768 --delete --delete-excluded --force --stats --perms=off --chmod=ug=rwX --chmod=o=rX --include "fchba/**" --exclude "*" $SQABASE/SQA/ $DESTBASE/SQA/ The only difference in my command since upgrading was the addition of the --perms and --chmod options which is why I upgraded to use the chmod feature. I searched the bugs and new and didn't see anything regarding this. It appears to me to be a bug, can anyone confirm? -- --------...
2009 Jan 31
3
Script: Moving Maildirs between servers
...Originally created by Peter Lindgren <peter at norrskenkonsult.com> # Use this script at your own risk. No warranties whatsoever, of any kind! # Basic settings: The first one you must definitely change, it's where you have mounted the old server's home: SOURCEBASE=/mnt/casiopea-home DESTBASE=/home # Just an abbreviation: MD=Maildir # Change field separator, for find's sake as there might be folders with spaces: # (doesn't play well together with the for loop otherwise) OLDIFS=${IFS} IFS=' ' # User loop: # Depending on your source system's setup, # you probably ha...