Re: Rsync on Mac OS X

2007-08-14 Thread Jan-Benedict Glaw
On Tue, 2007-08-14 09:56:02 -0700, Michael Reynolds <[EMAIL PROTECTED]> wrote: > #!/bin/bash -x Looking at the execution flow (requested by -x) you'd probably already be able to locate the problem. > in="/Volumes/Pictures/Photos" > out="[EMAIL PROTECTED]:/Volumes/Pictures/Photos/" > > echo "scri

Rsync on Mac OS X

2007-08-14 Thread Michael Reynolds
Hello, I am using rsync at Mac OS X for synchronizing pictures for our two offices. Unfortunatelly yesterday the script stops working. Here is little workarround. The script select every file from folder A and write it to PENDING-FILES file. Than RSYNC take from PENDING-FILES every line (file) and

Re: rsync on Mac OS X

2007-06-17 Thread Giuliano Gavazzi
Bruno, you do not say what version of MacOS X and what security update you have applied. This is important as there have been many changes in the last few versions, including a cockup with a security update that has been fixed with the latest one, although that should not apply with your op

rsync on Mac OS X

2007-06-15 Thread Bruno Boissonnet
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 attri