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:  
> http://www.brentnorris.net/rsyncntdoc.html
> If you prefer a nice GUI around it (mmm... not so nice actually :) )  
> http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
> 

windows rsync sans gui

http://www.itefix.no/phpws/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=6&MMN_position=23:23

or google cwrsync

I use in conjunction with rsnapshot for backing up xp and vista machines

--- eric

-- 
Speech-recognition in use.  It makes mistakes, I correct some.
-- 
http://mail.python.org/mailman/listinfo/python-list

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/rsyncntdoc.html
If you prefer a nice GUI around it (mmm... not so nice actually :) )  
http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

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 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 the wheel...
>
> --
> Gabriel Genellina
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
CK Computer Solutions
Christian Kortenhorst
+353-(0)87-6183349
+353-(0)1-4966287
-- 
http://mail.python.org/mailman/listinfo/python-list

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 the wheel...

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list


Backup Script over ssh

2008-02-21 Thread Christian Kortenhorst
Hey all

I am new to python and the list.
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.
Just want to copy the modified and new files up to server in folder that has
Month/Year so every month new sync is created, but every day new files at
midnight are uploaded.

Can anyone help?

Thanks

-- 
Christian Kortenhorst
-- 
http://mail.python.org/mailman/listinfo/python-list