From: Robert M. <rm...@po...> - 2006-06-03 10:22:25
|
Glenn Linderman wrote: > On approximately 5/17/2006 1:10 PM, came the following characters from > the keyboard of Robert May: >> Glenn Linderman wrote: >>> ... but what about backups? I'd be happy to backup Win32::GUI's CVS >>> if there is a Windows rsync that I can use to do it... unless you >>> have already set up something. >> >> I already investigated, and found cwRsync >> http://www.itefix.no/cwrsync/ > > Do you have a command line that does the job that you could share as a > starting point for creating my own command line? I just followed the instructions at: https://sourceforge.net/docs/E04/en/#rsync which led me to having the following .bat file (adjust paths as necessary; last line may wrap - it's supposed to be one line only): @echo off rem backup the perl-win32-gui sourceforge CVS repository rem into the current directory C:\PROGRA~1\cwRsync\bin\rsync -av rsync://perl-win32-gui.cvs.sourceforge.net/cvsroot/perl-win32-gui/* . Thanks, Rob. |