rsync on Mac OS X
Bruno Boissonnet
bruno.boissonnet at gmail.com
Fri Jun 15 14:00:03 GMT 2007
Hello all,
I'm new with rsync on Mac OS X.
I'v tried to backup a project directory with the following command:
rsync -avu "${source}" "${target}"
The problem:
files into bundles are copied though they were not modified.
Furthermore, the permissions and attributes have been modified.
NOTE:
bundles are directory displayed as one file with one icon in the finder.
Source directory:
ordinateur-de-bruno-boissonnet:~/Desktop/dossier sans titre/deuxième
dossier/Automator/Pass Random Items/build/Pass Random Items.build/
Pass Random Items.pbxindex brunoboissonnet$ ls -al
total 72
drwxr-xr-x 12 brunoboi brunoboi 408 Jun 8 17:40 .
drwxr-xr-x 3 brunoboi brunoboi 102 Jun 8 17:40 ..
-rw-r--r-- 1 brunoboi brunoboi 84 Jun 8 17:40 categories.pbxbtree
-rw-r--r-- 1 brunoboi brunoboi 172 Jun 8 17:40 cdecls.pbxbtree
-rw-r--r-- 1 brunoboi brunoboi 172 Jun 8 17:40 decls.pbxbtree
-rw-r--r-- 1 brunoboi brunoboi 124 Jun 8 17:40 files.pbxbtree
-rw-r--r-- 1 brunoboi brunoboi 124 Jun 8 17:40 imports.pbxbtree
-rw-r--r-- 1 brunoboi brunoboi 20 Jun 8 17:40 pbxindex.header
-rw-r--r-- 1 brunoboi brunoboi 84 Jun 8 17:40 protocols.pbxbtree
-rw-r--r-- 1 brunoboi brunoboi 556 Jun 8 17:40 refs.pbxbtree
drwxr-xr-x 4 brunoboi brunoboi 136 Jun 8 17:40 strings.pbxstrings
-rw-r--r-- 1 brunoboi brunoboi 108 Jun 8 17:40 subclasses.pbxbtree
Target directory:
ordinateur-de-bruno-boissonnet:/Volumes/BRUNOPOD/backup/deuxième
dossier/Automator/Pass Random Items/build/Pass Random Items.build/
Pass Random Items.pbxindex brunoboissonnet$ ls -al
total 96
drwxrwxrwx 1 brunoboi brunoboi 4096 Jun 8 17:40 .
drwxrwxrwx 1 brunoboi brunoboi 4096 Jun 15 14:42 ..
-rwxrwxrwx 1 brunoboi brunoboi 84 Jun 8 17:40 categories.pbxbtree
-rwxrwxrwx 1 brunoboi brunoboi 172 Jun 8 17:40 cdecls.pbxbtree
-rwxrwxrwx 1 brunoboi brunoboi 172 Jun 8 17:40 decls.pbxbtree
-rwxrwxrwx 1 brunoboi brunoboi 124 Jun 8 17:40 files.pbxbtree
-rwxrwxrwx 1 brunoboi brunoboi 124 Jun 8 17:40 imports.pbxbtree
-rwxrwxrwx 1 brunoboi brunoboi 20 Jun 8 17:40 pbxindex.header
-rwxrwxrwx 1 brunoboi brunoboi 84 Jun 8 17:40 protocols.pbxbtree
-rwxrwxrwx 1 brunoboi brunoboi 556 Jun 8 17:40 refs.pbxbtree
drwxrwxrwx 1 brunoboi brunoboi 4096 Jun 8 17:40 strings.pbxstrings
-rwxrwxrwx 1 brunoboi brunoboi 108 Jun 8 17:40 subclasses.pbxbtree
Is it possible to fix the problem?
Thank you.
Bruno.
More information about the rsync
mailing list