Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-10 Thread Jean Jordaan
I mean, you have to install cygwin Unison is also an option .. http://www.cis.upenn.edu/~bcpierce/unison/ I think it can be configured to work very much like rsync. -- jean . .. //\\\oo///\\ ___ For more information about ZODB, see the ZODB

Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-08 Thread Chris Withers
Sidnei da Silva wrote: Keep in mind rsync is not erm, trivial to get going on Windows. Really? I've never had problems with cygwin... cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-04 Thread Jean Jordaan
Note that at the design stage we imagined that blob directories might become really large making backups unfeasable. I think that has more to do with the speed at which the directory grows than with its size. If it isn't growing too fast, rsync can keep a backup up to date no matter how big.

Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-04 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Theune wrote: Hi Laurence, On Wed, 2008-09-03 at 08:06 -0700, Laurence Rowe wrote: Backing up a ZODB has always been fairly easy in the past, but with the introduction of blobs things have got a little more complex. How should I

Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-04 Thread Sidnei da Silva
Keep in mind rsync is not erm, trivial to get going on Windows. On Thu, Sep 4, 2008 at 1:54 PM, Tres Seaver [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Theune wrote: Hi Laurence, On Wed, 2008-09-03 at 08:06 -0700, Laurence Rowe wrote: Backing up a ZODB

Re: [ZODB-Dev] Backing up Data.fs and blob directory

2008-09-03 Thread Christian Theune
Hi Laurence, On Wed, 2008-09-03 at 08:06 -0700, Laurence Rowe wrote: Backing up a ZODB has always been fairly easy in the past, but with the introduction of blobs things have got a little more complex. How should I create a consistent backup of my Data.fs and blob directory? My inital