Re: Rsync and recursion protection with .svn folders

2008-12-17 Thread Matt McCutchen
On Wed, 2008-12-17 at 09:02 -0800, Richard Lee wrote: > src(local copy) --> dst(svn working copy) > I want to sync changes over from src to dst, leaving the [.svn] folders intact > on the dst, as long as the folder containg the [.svn] folder still exists in > the source. i.e. If a folder is delete

Re: Backing up Outlook pst files

2008-12-17 Thread Matt McCutchen
On Wed, 2008-12-17 at 11:37 -0600, Ryan Malayter wrote: > On Wed, Dec 17, 2008 at 5:46 AM, MW wrote: > > Anyway, I will try the --inplace option but cold > > you explain what you mean by "VSS snapshots" please? > > Many modern operating systems have a "snapshot" function, which allows > you to sa

Rsync and recursion protection with .svn folders

2008-12-17 Thread Richard Lee
Dear rsync forum, I'm writing to you regarding svn rsync problem. Here is the premise. I am a web developer who needs to use svn. Unfortunately I cannot install in on the production server. So what I have done is that I copy the whole website folder from the server via ftp (I have no other acce

Re: Backing up Outlook pst files

2008-12-17 Thread Ryan Malayter
On Wed, Dec 17, 2008 at 5:46 AM, MW wrote: > Anyway, I will try the --inplace option but cold > you explain what you mean by "VSS snapshots" please? Many modern operating systems have a "snapshot" function, which allows you to save a point-in-time copy of the state of a file system for in a space

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-17 Thread Matt McCutchen
On Mon, 2008-12-15 at 12:11 +0100, Roman Fiedler wrote: > Roman Fiedler wrote: > > Matt McCutchen wrote: > >> On Fri, 2008-12-12 at 12:56 +0100, Roman Fiedler wrote: > >>> The goal is to sync two directories using rsync without running the > >>> rsync daemon on one of the two hosts... > > > > The a

Re: Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)

2008-12-17 Thread Matt McCutchen
On Mon, 2008-12-15 at 10:54 +0100, Roman Fiedler wrote: > Matt McCutchen wrote: > > On Fri, 2008-12-12 at 12:56 +0100, Roman Fiedler wrote: > >> The goal is to sync two directories using rsync without running the > >> rsync daemon on one of the two hosts... > > > > I suggest you just replace your

Re: file system parsing question

2008-12-17 Thread Matt McCutchen
On Mon, 2008-12-15 at 10:21 +0530, Jignesh Shah wrote: > Could any one tell me rsync start sending the changed file while > parsing/walking file system or it starts sending one by one after > complete file system walk completed. Regular file transfers are interleaved with filesystem scanning in "i

Re: Results table and heap statistics

2008-12-17 Thread Matt McCutchen
On Wed, 2008-12-17 at 16:13 +0100, David de Lama wrote: > I want to make a similar table as on the tech report at > http://rsync.samba.org/tech_report/node6.html > > But with which command rsync shows me these stats? Pass -vv, and the last few lines of the output give you all the fields of the ta

Results table and heap statistics

2008-12-17 Thread David de Lama
Hi all! I want to make a similar table as on the tech report at http://rsync.samba.org/tech_report/node6.html But with which command rsync shows me these stats? With --stats I get the heap statistics. I didn't find anything about the abbreviations. Could someone tell me please what e.g. ordblks

Re: Backing up Outlook pst files

2008-12-17 Thread MW
Thanks Ryan - thanks for your insight into how Outlook works. I can't keep too much data on the Exchange server as the space is limited and I don't always have access to it when travelling. For this reason I keep local copies which are stored in pst files. I have organised my pst files so t

Re: rsync architecture

2008-12-17 Thread Jignesh Shah
Thanks a lot Matt. I understood everying now. :-) On Wed, Dec 17, 2008 at 4:55 AM, Matt McCutchen wrote: > On Mon, 2008-12-15 at 10:14 +0530, Jignesh Shah wrote: > > I am trying to see the rsync source code. I could see that there are > > main three processes: I realize that Server or Client beco