Re: how to tell what files changed?

2006-04-04 Thread John Van Essen
On Tue, 4 Apr 2006, Erik Neumann <[EMAIL PROTECTED]> wrote: > I'm new to using rsync, so far it is working well. But I want to > know what files rsync decided to transfer. Using the -v option lists > every sub-folder of my directory and lots of files. It sounds like you are not preserving t

Re: how to tell what files changed?

2006-04-04 Thread Erik Neumann
Hey thanks, I did see that in the docs but the -i --itemize-changes option doesn't exist in the version of rsync I'm using (the default version for Mac OS X 10.4.6) rsync version 2.6.3 protocol version 28 Copyright (C) 1996-2004 by Andrew Tridgell and others Capabi

Re: how to tell what files changed?

2006-04-04 Thread Matt McCutchen
On Tue, 2006-04-04 at 13:47 -0700, Erik Neumann wrote: > what files /directories were copied across > what files/ directories were deleted The -i, --itemize-changes option is just for you! It will give you output like this: .d..t ./ [mtime changed, probably because things were created] cd+++

Re: rsync not removing files that are out of date

2006-04-04 Thread Matt McCutchen
On Tue, 2006-04-04 at 14:55 -0400, [EMAIL PROTECTED] wrote: > I have tried various -u --update --inplace, etc but i'm nervous about the > --delete commands because they seem to delete from the sender (the primary > server) which would not be good No, all the --delete* options delete files from the

how to tell what files changed?

2006-04-04 Thread Erik Neumann
I'm new to using rsync, so far it is working well. But I want to know what files rsync decided to transfer. Using the -v option lists every sub-folder of my directory and lots of files. Is there any way to get rsync to report only on the changes it made to the destination directory? I'd l

RE: rsync and BSD file flags

2006-04-04 Thread Jonathan Call
That would be very much appreciated. Thank You. > -Original Message- > From: [EMAIL PROTECTED] [mailto:rsync- > [EMAIL PROTECTED] On Behalf Of Wayne Davison > Sent: Saturday, April 01, 2006 10:50 PM > To: Surer Dink > Cc: rsync@lists.samba.org > Subject: Re: rsync and BSD file flags > >

rsync not removing files that are out of date

2006-04-04 Thread joecool
I'm running on Red Hat Enterprise 3 machine with ~700Gb of Storage backing up to a similar machine using rsync backups running 6 times a day on various directories in /home/. The inital rsync copied roughly 150gb. Everything appears to be backing up correctly so no loss of data which is good :) T

Re: Rsync decides to copy all old files to WinXP based server

2006-04-04 Thread Alex Janssen
Wayne Davison said the following on 04/04/2006 12:49 AM: On Tue, Apr 04, 2006 at 12:12:32AM -0400, Alex Janssen wrote: The first backup I ran after the time change to Daylight Saving Time it wanted to copy all of the files regardless of the timestamp. Check out this excellent write-up