rsync help needed

2008-02-13 Thread piyush joshi
Dear All, I want to exclude some files from the backup server. I got this option --delete-excluded but i want to only exclude those files which are older than one month from the current date and does not exist on server how can i achieve this with the help of rsync. Please help me i will

Re: rsync help needed

2008-02-13 Thread Daniel Maher
On Wed, 13 Feb 2008 18:04:48 +0530 "piyush joshi" <[EMAIL PROTECTED]> wrote: > Dear All, >I want to exclude some files from the backup server. I got > this option --delete-excluded but i want to only exclude those files > which are older than one month from the current date and does no

RSYNC all Directories

2008-02-13 Thread bedwards
How would an RSYNC command look to copy all directories from one machine to another. I have tried the following and only get a few directories: RSYNC --rsh=ssh -rpog / IPADDRESS:/Directory RSYNC --rsh=ssh -rpog */ IPADDRESS:/Directory RSYNC --rsh=ssh -rpog /* IPADDRESS:/Directory -- View this me

RE: RSYNC all Directories

2008-02-13 Thread Matt McCutchen
On Wed, 2008-02-13 at 10:18 -0500, Brady Edwards wrote: > This is our Live DPN database and I do not want to run an RSYNC command > during business hours. I have setup a cron job for this to run on > Saturdays. All the days through the week I am only backing up a single > directory from the root

RE: RSYNC all Directories

2008-02-13 Thread Matt McCutchen
On Wed, 2008-02-13 at 09:42 -0500, Brady Edwards wrote: > Say I have 35 Directories, it will back up the first 5, 3rd from last and > the last one. It doesn't just quit half way through, but it is consistent > on the directories that it has been coping. That doesn't help me very much to troubles

Re: RSYNC all Directories

2008-02-13 Thread Matt McCutchen
On Wed, 2008-02-13 at 06:06 -0800, bedwards wrote: > How would an RSYNC command look to copy all directories from one machine to > another. > > I have tried the following and only get a few directories: > RSYNC --rsh=ssh -rpog / IPADDRESS:/Directory > RSYNC --rsh=ssh -rpog */ IPADDRESS:/Directory

Re: Rsync to a Read Only file system

2008-02-13 Thread Matt McCutchen
On Wed, 2008-02-13 at 08:28 +0100, Alan Snelgrove wrote: > The problem is that I am syncing to a HFSPlus volume that > occasionally decides to go read-only, so the share Download is > unintentially on a Read only Volume. That's obstreperous. You could give the module a "pre-xfer exec" script

Re: rsync help needed

2008-02-13 Thread Daniel Maher
> > Perhaps i've misunderstood what you're attempting to do; however, if > > you simply want to exclude some files (not delete them), then you > > should be using --exclude instead. > > > > As far as the time requirement is concerned, you may wish to > > consider generating the file listing ahead

Re: Rsync 3.0.0pre9 released

2008-02-13 Thread Matt McCutchen
On Sun, 2008-02-10 at 21:01 -0800, Wayne Davison wrote: > I've just released rsync 3.0.0pre9. I have made RPMS of rsync 3.0.0pre9: http://mattmccutchen.net/rsync/#rsync-packages Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http:

summary only in output

2008-02-13 Thread Terry
Hello, I don't want my output to include every file like -v does. I just want the nice little summary at the end of the operation: sent 691442 bytes received 2462 bytes 462602.67 bytes/sec total size is 683504 speedup is 0.99 I have about 50 million files I need to move from one machine to th

Re: summary only in output

2008-02-13 Thread Wayne Davison
On Wed, Feb 13, 2008 at 02:02:26PM -0600, Terry wrote: > I don't want my output to include every file like -v does. I just > want the nice little summary at the end of the operation: Try the --stats option. It includes some extra statistics at the end of the run, followed by that "nice little su

Re: summary only in output

2008-02-13 Thread Terry
On Feb 13, 2008 2:24 PM, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Wed, Feb 13, 2008 at 02:02:26PM -0600, Terry wrote: > > I don't want my output to include every file like -v does. I just > > want the nice little summary at the end of the operation: > > Try the --stats option. It includes so

Re: Making rsync compile under Mac OS X 10.3.9 with extended attributes

2008-02-13 Thread LaG'
Hello, Today I worked on a real 10.3 mac. I'm attaching a patch based on rsync 3.0.0pre9 with flags and crtimes patches. I hope I did it right, I used this command: diff -rPC2 ../rsync-3.0.0pre9/ .>../patch2.diff So, from 3.0.0pre9 this patch includes the work on my server ( http://shared

Re: Making rsync compile under Mac OS X 10.3.9 with extended attributes

2008-02-13 Thread Vitorio Machado
Normally all the infos to correctly setup gcc with carbon should be here: http://developer.apple.com/documentation/MacOSX/Conceptual/ BPFrameworks/Tasks/IncludingFrameworks.html I'll carefully read it tomorrow... By now I need some sleep ;) Good night folks! Le 13 févr. 08, à 22:13, LaG' a écr

Re: Rsync 3.0.0pre9 released

2008-02-13 Thread Paul Slootman
On Wed 13 Feb 2008, Matt McCutchen wrote: > On Sun, 2008-02-10 at 21:01 -0800, Wayne Davison wrote: > > I've just released rsync 3.0.0pre9. > > I have made RPMS of rsync 3.0.0pre9: The Debian packages are available in the experimental distribution, e.g. via http://packages.debian.org/experimental

Avoiding transferring duplicate files

2008-02-13 Thread Tim Brody
Hi All, I have a 75GB collection of data, including a lot of duplicated files, on a NTFS network drive. I want to backup that data across a DSL link to a Linux host. Currently I use cwrsync on a Windows machine to act as server to the Linux rsync client. I want to avoid transferring duplicat

Re: Avoiding transferring duplicate files

2008-02-13 Thread Jon
On Feb 12, 2008 7:53 AM, Tim Brody <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a 75GB collection of data, including a lot of duplicated files, > on a NTFS network drive. I want to backup that data across a DSL link to > a Linux host. Currently I use cwrsync on a Windows machine to act as > ser