LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-03-2008, 06:15 AM   #1
tsaravan
Member
 
Registered: Jun 2005
Location: India
Posts: 101

Rep: Reputation: 15
Windows rsync and BackupPC help


Dear All,

I have installed BackupPC and working fine with linux workstation. Now i want to install rsync in Windows (NO SAMBA) and take data backup onto the linux Server which is running BackupPC, but would like to know how to managed through web interface from Linux Server.

Any help in this regard is highly appreciated.

regards,

T. Saravana.
 
Old 01-04-2008, 03:26 PM   #2
ramram29
Member
 
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Blog Entries: 1

Rep: Reputation: 47
On Windows you're gonna have to install cygwin (make sure you select openssh, rsync). Then you'll have to create a script that rsync's to the linux server using 'rsync -e ssh ...'. man rsync.
 
Old 01-06-2008, 09:17 PM   #3
tsaravan
Member
 
Registered: Jun 2005
Location: India
Posts: 101

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ramram29 View Post
On Windows you're gonna have to install cygwin (make sure you select openssh, rsync). Then you'll have to create a script that rsync's to the linux server using 'rsync -e ssh ...'. man rsync.
Thank you for your reply.

I have installed cygwin and created script for backup, but how can i manage through BackupPC in web interface. Also i have several workstations which needs to take backup in series.

regards,

T. Saravana
 
Old 01-07-2008, 12:11 AM   #4
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
The way to do rsync through BackupPC is through actually using rsyncd. They have a cygwin-rsyncd package on the BackupPC here - http://sourceforge.net/project/showf...group_id=34854

You'll want to download that package onto the windows machines, and set it up as per the example in the download. Then set BackupPC to use the rsyncd method.

Peace,
JimBass
 
Old 01-07-2008, 03:04 AM   #5
tsaravan
Member
 
Registered: Jun 2005
Location: India
Posts: 101

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by JimBass View Post
The way to do rsync through BackupPC is through actually using rsyncd. They have a cygwin-rsyncd package on the BackupPC here - http://sourceforge.net/project/showf...group_id=34854

You'll want to download that package onto the windows machines, and set it up as per the example in the download. Then set BackupPC to use the rsyncd method.

Peace,
JimBass
Thank you very much for your reply.

Infact i want to run BackupPC on Linux machine which i have already installed. Now i want to manage BackupPC through Linux Machine all the windows workstations.

regards,

T. Saravana.
 
Old 01-07-2008, 05:39 PM   #6
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Yes, my previous post told you exactly how to do what you want.

You can't run the BackupPC server on anything but a *nix server. It requires hard links to be used, and windows cannot do that. The BackupPC server can back up windows machines by downloading and installing the package I mentioned originally, and you backup using the rsyncd method. You do not want to back up via samba. It takes much longer, and simply isn't a as good. Rsync (for *nix) and rsyncd (for windows) are the best backup methods to use.

Peace,
JimBass
 
Old 01-09-2008, 10:43 AM   #7
ramram29
Member
 
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Blog Entries: 1

Rep: Reputation: 47
There is a much better method than running the unsecure rsyncd. Setup cygwin SSH on the Windows machine then run rsync with the ssh parameter and compression. This will allow you to backup, especially over the Internet, in a very secure way using encryption; with compression you will also be able to speed things up also. This method is what I use because it is a million times more secure and faster. Also you can use SSH with other archivers like tar. With this scenario you can dump that silly BackupPC program that is mentioned here. That's just a dumbed-down program. Rsync on it's own is obsolete.
 
Old 01-17-2008, 05:57 AM   #8
tsaravan
Member
 
Registered: Jun 2005
Location: India
Posts: 101

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ramram29 View Post
There is a much better method than running the unsecure rsyncd. Setup cygwin SSH on the Windows machine then run rsync with the ssh parameter and compression. This will allow you to backup, especially over the Internet, in a very secure way using encryption; with compression you will also be able to speed things up also. This method is what I use because it is a million times more secure and faster. Also you can use SSH with other archivers like tar. With this scenario you can dump that silly BackupPC program that is mentioned here. That's just a dumbed-down program. Rsync on it's own is obsolete.
Thank you very much for your reply.

But I would like to have an interface where i monitor the status of Backup of particular workstations. And also would like to take in series automatically i.e., after completion of backup of one workstation, the another should start.

Please let me any solution for the above said scenario.

regards,

T. Saravana
 
Old 02-04-2008, 04:52 PM   #9
darthpablo
LQ Newbie
 
Registered: Feb 2008
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by ramram29 View Post
There is a much better method than running the unsecure rsyncd. Setup cygwin SSH on the Windows machine then run rsync with the ssh parameter and compression. This will allow you to backup, especially over the Internet, in a very secure way using encryption; with compression you will also be able to speed things up also. This method is what I use because it is a million times more secure and faster. Also you can use SSH with other archivers like tar. With this scenario you can dump that silly BackupPC program that is mentioned here. That's just a dumbed-down program. Rsync on it's own is obsolete.
Hi Ramram29,

I'm a bit of a novice at this backup stuff. When you use rsync over SSH, don't you have to log onto the client as root? For example:

Code:
ssh root@host_to_backup
How does that work with Windows? Do you have to use the Administrator account?

Many thanks,

Paul.
 
Old 02-20-2008, 09:29 AM   #10
DotHQ
Member
 
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548

Rep: Reputation: 33
I'm also interested in the answer to this. I hope this bump will get a response from someone who has used ssh with rsync.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BackupPC help tsaravan Linux - Networking 1 12-20-2007 05:46 PM
LXer: Back Up Linux And Windows Systems With BackupPC LXer Syndicated Linux News 0 01-28-2007 10:54 AM
backuppc tkt Linux - Newbie 0 06-10-2005 12:44 AM
BackupPC uselpa Slackware 1 01-24-2005 10:19 AM
Windows Rsync Upload to Linux Rsync - permissions inspleak Linux - Software 0 10-12-2004 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration