Re: Backup Script over ssh

2008-02-29 Thread Eric S. Johansson
Gabriel Genellina wrote: > En Wed, 27 Feb 2008 13:32:07 -0200, Christian Kortenhorst > <[EMAIL PROTECTED]> escribi�: > >> But there is no rsync for windows without using cygwin > > That's no big deal; rsync doesn't require tons of libraries, just > cygpopt-0.dll and cygwin1.dll. See this page

Re: Backup Script over ssh

2008-02-27 Thread Gabriel Genellina
En Wed, 27 Feb 2008 13:32:07 -0200, Christian Kortenhorst <[EMAIL PROTECTED]> escribi�: > But there is no rsync for windows without using cygwin That's no big deal; rsync doesn't require tons of libraries, just cygpopt-0.dll and cygwin1.dll. See this page: http://www.brentnorris.net/rsyncnt

Re: Backup Script over ssh

2008-02-27 Thread Christian Kortenhorst
But there is no rsync for windows without using cygwin On 2/26/08, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > > En Thu, 21 Feb 2008 09:32:23 -0200, Christian Kortenhorst > <[EMAIL PROTECTED]> escribió: > > > > I am new to python and the list. > > > Welcome? > > > > I want to create backup scri

Re: Backup Script over ssh

2008-02-25 Thread Gabriel Genellina
En Thu, 21 Feb 2008 09:32:23 -0200, Christian Kortenhorst <[EMAIL PROTECTED]> escribió: > I am new to python and the list. Welcome? > I want to create backup script for my windows PC and upload to Linux > server > over ssh but whats the best way to go about this. rsync? No need to reinvent