i understand that unison uses the same algorythm but does it have the same
memory issues when transfering a lot of files?
alternatively i think i may just break rsync up into smaller jobs and sync
each specific directory seperately with a 'for x in 'ls /'; do rsync $x
rsyncd://serveraddress/' script. that would help limit the number of files
in each rsync interation and work around the memory usage issue. i may have
to go a step further and omit the backuppc archive directory and run another
'for x' script in the top of the hosts directory so i would launch a
seperate rsync for each host.
On Dec 6, 2007 8:05 AM, daniel berteaud <[EMAIL PROTECTED]>
wrote:
> Le Thu, 6 Dec 2007 07:53:00 -0700,
> dan <[EMAIL PROTECTED]> a écrit :
>
> > i am currently cloning my backuppc server to a remote server in
> > another city via rsync. as i understand it, as my file could grows
> > rsync will become unfriendly.
> >
> > i am completely unfamiliar with 'unison' and am wondering if anyone
> > know is unison has the same issue as rsync with many many files and
> > memory usage?
> >
> > im looking to replace my rsync replication method with one that is
> > less problematic
> >
> > thanks
>
> I never used unison, but it uses the same algorothm as rsync, the
> difference is that unison allows bi-directionnal syncro, so it won't
> help here.
>
> Cheers
>
> --
> Daniel Berteaud
> FIREWALL-SERVICES SARL.
> Société de Services en Logiciels Libres
> Technopôle Montesquieu
> 33650 MARTILLAC
> Tel : 05 56 64 15 32
> Fax : 05 56 64 82 05
> Mail: [EMAIL PROTECTED]
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell. From the desktop to the data center, Linux is going
> mainstream. Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
> List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki: http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/