[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-15 Thread infosupport
Thx for the update on souceforge 

Nice work

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-15 Thread Richard Zimmerman
I wanted to report back to you.

 

MANY, MANY thanks for the work you have done! I downloaded and tried it out.
Works like a champ! The NSIS software threw me for a bit but finally figured
it out.

 

Thank you sir for your efforts. 

 

Richard

 

/ Now to upgrade to BackupPC 4.x

 

---

Richard Zimmerman

IT Manager

River Bend Hose Specialty, Inc.

 S Main Street

South Bend, IN   46601-3337

(574) 233-1133

(574) 280-7284 Fax

From: Ray.Frush [mailto:ray.fr...@avagotech.com] 
Sent: Thursday, July 11, 2013 12:55 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

 


As I mentioned earlier,  use the Nullsoft Scriptable Install System to build
a rsyncd install package for our PCs.

Assumptions:
We needed a simple rsyncd service that would install with MINIMAL user
interaction.  Our install does NOT use SSL keys, but instead relies on a
simple rsyncd password (rsyncd.secret). 

Acknowledgements:
The NSIS config file I used was leveraged heavily from ITeF!x Consulting
from the cwRsyncd package they released.  The following is based on v2.0.3
See http://www.itefix.no/ http://www.blat.net/?docs/license.txt  for the
original authors ongoing work.  His current package, while excellent,
doesn't lend itself to automated installs.

Disclaimers:  Use at your own risk.  I had to hack this up to remove my
company's specific information, and as delivered won't build a package that
works for anyone without some modifications.   You must read and understand
all of the text files included, especially:

backuppc_rsync-server.nsi : The NSIS  script 
notify.bat : executed by install package to call 'blat' to send email to
our call ticketing system.
rsyncd.conf : leveraged ITeF!x version,  with some changes we found to be
good in our environment.
rsyncd.secrets : will contain your rsyncd password used in
$Conf{RsyncdPasswd}


Requirements:
To create your own package from scratch you'll need to download and install
packages from these sites:
NSIS:  The install package builder:  http://www.blat.net/?docs/license.txt
(version 2.46 used)
Cygwin:  http://cygwin.com   (file versions vary.  My installation was from
April-2012)
BLAT:  (for Notifications)  http://www.blat.net/ 

I copied the key files from Cygwin and Blat packages into the build tree as
follows:

Directory of C:\rsyncd.backuppc 
 backuppc_rsync-server.nsi 
 [bin] 
  blat.dll blat.exe 
  blat.lib cygiconv-2.dll   cygpopt-0.dllcygrunsrv.exe 
  cygwin1.dll  notify.bat   rsync.exe 
 [doc] 
 rsync.html rsyncd.conf.html 
 [etc]
 fstab 
 license.txt 
 rsyncd.conf 
 rsyncd.secrets 
 

Files I wrote/modifed were:
backuppc_rsync-server.nsi : The NSIS  script 
notify.bat : executed by install package to call 'blat' to send email to
our call ticketing system.
rsyncd.conf : leveraged ITeF!x version,  with some changes we found to be
good in our environment.
rsyncd.secrets : will contain your rsyncd password used in
$Conf{RsyncdPasswd}



-- 
Ray Frush   Either you are part of the solution
T:970.288.6223   or part of the precipitate.
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Avago Technologies, Inc. | Technical Computing | IT Engineer 

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-12 Thread infosupport
Now rscyncd directory :

Name
---
readme.txt
cygrunsrv.exe (Version 1.40)
cygwin1.dll (Version 1.7.20)
rsync.exe (Version 3.0.9)
cygiconv-2.dll (New File version 1.14)
rsyncd.conf
rsyncd.secrets
service.bat

Backup are ok now if you change the path in rsyncd.conf. 

On rsyncd.log i got this error :
 rsync: chdir /Windows/system32/d:/test failed

In fact rsyncd is interpreting path as a relative path. So i changed the path 
in rsyncd.conf
path = d:/test TO
path = /cygdrive/d/test

Backups working now with these new files version on one directory . No need to 
install cygwyn . Just copy directory to deploy rsyncd.conf

Laurent

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-11 Thread infosupport
But if i try to start service via windows interface or via cmd (cygrunsrv.exe 
--start rsyncd), the service stop immediately ... 

I find solution :

When i do  rsync.exe --config=c:/rsyncd/rsyncd.conf --daemon --no-detach on a 
cmd windows with new version of rsync ( from fresh install of cygwin),
i've got an error message
The program can't start because cygiconv-2.dll is missing from you computer.Try 
reinstalling the program to fix this problem

So, i copied cygconv-2.dll from cygwin to directory of rsyncd, and i delete pid 
who staid in directory

Now rscyncd directory :

   Name   
 ---   
readme.txt
cygrunsrv.exe (Version 1.40)
cygwin1.dll (Version  1.7.20)
rsync.exe (Version   3.0.9)
cygiconv-2.dll (New File version 1.14)
rsyncd.conf 
rsyncd.secrets
service.bat 

et voila !!

Service works fine now.. Have to test Backups now

Laurent

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-10 Thread infosupport
i'm interestes too ...
Thx Ray

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-10 Thread infosupport
I tried to copy cygrunsrv.exe, cygwin1.dll and rsync.exe from a new 
installation of Cygwin.

When i install service via cygrunsrve.exe i've got a warning (don't think it's 
a matter)

c:\rsyncdcygrunsrv.exe -I rsyncd -e CYGWIN=nontsec -p c:/rsyncd/rsync.exe -a 
--config=c:/rsyncd/rsyncd.conf --daemon --no-detach
cygwin warning:
  MS-DOS style path detected: c:/rsyncd/rsync.exe
  Preferred POSIX equivalent is: /rsyncd/rsync.exe
  CYGWIN environment variable option nodosfilewarning turns off this warning.
  Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames


But if i try to start service via interface or via cmd (cygrunsrv.exe --start 
rsyncd), the service stop immediately ...

The error message are :
By windows interface (services.msc) :
 
The rsyncd service on local computer started and then stopped. 
Some services stop automatically if they are not in use by other services or 
programs 

By cmd  :

c:\rsyncdcygrunsrv.exe --start rsyncd
cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1062:
The service has not been started.


If i just replace the new rsync.exe by the old rsync.exe without replacing 
cygrunsrve.exe and cygwin1.dll ( 2.6.8 ) all is ok ...

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-10 Thread infosupport
I tried to copy cygrunsrv.exe, cygwin1.dll and rsync.exe from a new 
installation of Cygwin.

When i install service via cygrunsrve.exe i've got a warning (don't think it's 
a matter)

c:\rsyncdcygrunsrv.exe -I rsyncd -e CYGWIN=nontsec -p c:/rsyncd/rsync.exe -a 
--config=c:/rsyncd/rsyncd.conf --daemon --no-detach
cygwin warning:
MS-DOS style path detected: c:/rsyncd/rsync.exe
Preferred POSIX equivalent is: /rsyncd/rsync.exe
CYGWIN environment variable option nodosfilewarning turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames


But if i try to start service via windows interface or via cmd (cygrunsrv.exe 
--start rsyncd), the service stop immediately ...

The error message are :

 By windows interface (services.msc) : 
The rsyncd service on local computer started and then stopped.
Some services stop automatically if they are not in use by other services or 
programs

 By cmd : 
c:\rsyncdcygrunsrv.exe --start rsyncd
cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062:
The service has not been started.


If i just replace the new rsync.exe by the old rsync.exe without replacing the 
new cygrunsrve.exe and cygwin1.dll  all is ok ... :?

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-10 Thread Laurent BOE
Le 10/07/2013 10:52, infosupport a écrit :
 If i just replace the new rsync.exe by the old rsync.exe without replacing 
 cygrunsrve.exe and cygwin1.dll ( 2.6.8 ) all is ok ...
Mistake you have to read

If i just replace the new rsync.exe by the old rsync.exe without 
replacing the new cygrunsrve.exe and cygwin1.dll all is ok ...

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-10 Thread Xuo
Hi,

I am interested in this feature.

Regards.

Xuo.

Le 09/07/2013 17:28, Ray Frush a écrit :

 Here at $WORK we created a Nullsoft Scriptable Install System
 (http://nsis.sourceforge.net/Main_Page) package that creates an
 install package for the Cygwin Rsync(d) 3.0.9. 

 We created the package by copying just the rsync, and cygrunsrv.exe
 (and needed DLLs) from a full Cygwin.  The installer puts rsync in
 C:\rsync, and installs and starts the rsyncd service. 

 We include in the package our site specific rsyncd.conf and
 rsyncd.secrets and additional files in the package that submit a call
 to our ticketing system to alert us that a new machine is ready to be
 added to BackupPC. 

 Because of our customization, I can't just release our package into
 the wild.   If there's enough interest, I can sanitize our build
 tree and I can share our NSIS config so others can easily customize
 and build their own rsyncd installers.





 -- 
 Ray Frush   Either you are part of the solution
 T:970.288.6223   or part of the precipitate.
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  Avago Technologies, Inc. | Technical Computing | IT Engineer


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk


 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-10 Thread Chris Stone
would love to see this as well!


Chris



On Wed, Jul 10, 2013 at 11:33 AM, Xuo x...@free.fr wrote:

  Hi,

 I am interested in this feature.

 Regards.

 Xuo.

 Le 09/07/2013 17:28, Ray Frush a écrit :


  Here at $WORK we created a Nullsoft Scriptable Install System (
 http://nsis.sourceforge.net/Main_Page) package that creates an install
 package for the Cygwin Rsync(d) 3.0.9.

  We created the package by copying just the rsync, and cygrunsrv.exe (and
 needed DLLs) from a full Cygwin.  The installer puts rsync in C:\rsync, and
 installs and starts the rsyncd service.

  We include in the package our site specific rsyncd.conf and
 rsyncd.secrets and additional files in the package that submit a call to
 our ticketing system to alert us that a new machine is ready to be added to
 BackupPC.

  Because of our customization, I can't just release our package into the
 wild.   If there's enough interest, I can sanitize our build tree and I
 can share our NSIS config so others can easily customize and build their
 own rsyncd installers.





  --
 Ray Frush   Either you are part of the solution
 T:970.288.6223   or part of the precipitate.
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
  Avago Technologies, Inc. | Technical Computing | IT Engineer


 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro 
 today!http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk



 ___
 BackupPC-users mailing listbackuppc-us...@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/




 --
 See everything from the browser to the database with AppDynamics
 Get end-to-end visibility with application monitoring from AppDynamics
 Isolate bottlenecks and diagnose root cause in seconds.
 Start your free trial of AppDynamics Pro today!
 http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/




-- 
Chris Stone
AxisInternet, Inc.
www.axint.net
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-09 Thread John Habermann
Have you looked at http://www.michaelstowe.com/backuppc/ 
I find this package that Michael made really handy when it comes to
backing up Windows clients via rsync.  

On Mon, 08 Jul 2013 00:42:09 -0700
infosupport backuppc-fo...@backupcentral.com wrote:

 The files for cygwin-rsyncd are seven years old.
 
 The BuildDate of cygwin1.dll is 2006-07-23
 The cygrunsrv.exe version doesn't work on recent OS
 
 On readme :
 
 To build the application for cygwin, fetch the source from
 http://rsync.samba.org (also available with this distribution
 on the BackupPC SourceForge site) and the cygwin-rsync-2.6.8_0.diff
 patch from http://sourceforge.net/projects/backuppc.  Put them in
 the same directory:
 
 tar zxvf rsync-2.6.8.tar.gz
 cd rsync-2.6.8
 ./configure --with-included-popt
 make
 strip rsync.exe
 make install
 
 But i can't see cygwin-rsync-2.6.8_0.diff file on backuppc Files
 
 Is there any new package for cygwin-rsyncd ??
 
 Thanks
 
 +--
 |This was sent by infosupport.radi...@orange.fr via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--
 
 
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/


-- 
John Habermann
IT Officer
Cook Shire Council
10 Furneaux St
Cooktown 4895
ph 40820577

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-09 Thread Richard Zimmerman
Yes, there is interest from this corner of the world.

 

Many thanks,

 

Richard

 

 

---

Richard Zimmerman

IT Manager

River Bend Hose Specialty, Inc.

 S Main Street

South Bend, IN   46601-3337

(574) 233-1133

(574) 280-7284 Fax

From: Ray Frush [mailto:ray.fr...@avagotech.com] 
Sent: Tuesday, July 09, 2013 11:29 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

 

 

Here at $WORK we created a Nullsoft Scriptable Install System
(http://nsis.sourceforge.net/Main_Page) package that creates an install
package for the Cygwin Rsync(d) 3.0.9. 

 

We created the package by copying just the rsync, and cygrunsrv.exe (and
needed DLLs) from a full Cygwin.  The installer puts rsync in C:\rsync, and
installs and starts the rsyncd service. 

 

We include in the package our site specific rsyncd.conf and rsyncd.secrets
and additional files in the package that submit a call to our ticketing
system to alert us that a new machine is ready to be added to BackupPC. 

 

Because of our customization, I can't just release our package into the
wild.   If there's enough interest, I can sanitize our build tree and I
can share our NSIS config so others can easily customize and build their own
rsyncd installers.

 

 

 

 

 

-- 
Ray Frush   Either you are part of the solution
T:970.288.6223   or part of the precipitate.
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
 Avago Technologies, Inc. | Technical Computing | IT Engineer 

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-09 Thread Ray Frush
I have added this task to my list of things to do.  I'll try to get
something posted to this list within a week that other folks can use.


On Tue, Jul 9, 2013 at 1:21 PM, Richard Zimmerman 
rzimmer...@riverbendhose.com wrote:

 Yes, there is interest from this corner of the world…

 ** **

 Many thanks,





-- 
Ray Frush   Either you are part of the solution
T:970.288.6223   or part of the precipitate.
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
 Avago Technologies, Inc. | Technical Computing | IT Engineer
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-09 Thread John Habermann
I would be interested in seeing how you do this as well so thank you

On Tue, 9 Jul 2013 15:51:37 -0600
Ray Frush ray.fr...@avagotech.com wrote:

 I have added this task to my list of things to do.  I'll try to get
 something posted to this list within a week that other folks can use.
 
 
 On Tue, Jul 9, 2013 at 1:21 PM, Richard Zimmerman 
 rzimmer...@riverbendhose.com wrote:
 
  Yes, there is interest from this corner of the world…
 
  ** **
 
  Many thanks,
 
 
 
 
 


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-08 Thread infosupport
The files for cygwin-rsyncd are seven years old.

The BuildDate of cygwin1.dll is 2006-07-23
The cygrunsrv.exe version doesn't work on recent OS

On readme :

To build the application for cygwin, fetch the source from
http://rsync.samba.org (also available with this distribution
on the BackupPC SourceForge site) and the cygwin-rsync-2.6.8_0.diff
patch from http://sourceforge.net/projects/backuppc.  Put them in
the same directory:

tar zxvf rsync-2.6.8.tar.gz
cd rsync-2.6.8
./configure --with-included-popt
make
strip rsync.exe
make install

But i can't see cygwin-rsync-2.6.8_0.diff file on backuppc Files

Is there any new package for cygwin-rsyncd ??

Thanks

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-08 Thread Michael Stowe


 The files for cygwin-rsyncd are seven years old.

 The BuildDate of cygwin1.dll is 2006-07-23
 The cygrunsrv.exe version doesn't work on recent OS

 On readme :

 To build the application for cygwin, fetch the source from
 http://rsync.samba.org (also available with this distribution
 on the BackupPC SourceForge site) and the cygwin-rsync-2.6.8_0.diff
 patch from http://sourceforge.net/projects/backuppc.  Put them in
 the same directory:

 tar zxvf rsync-2.6.8.tar.gz
 cd rsync-2.6.8
 ./configure --with-included-popt
 make
 strip rsync.exe
 make install

 But i can't see cygwin-rsync-2.6.8_0.diff file on backuppc Files

 Is there any new package for cygwin-rsyncd ??

 Thanks

Let's just take about six steps back.  What are you trying to accomplish? 
If it's getting rsync to work with BackupPC under Windows then simply
stop obsessing over an 8 year old patch and use the latest version of
rsync.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-08 Thread Les Mikesell
On Mon, Jul 8, 2013 at 2:42 AM, infosupport
backuppc-fo...@backupcentral.com wrote:
 The files for cygwin-rsyncd are seven years old.


Are you looking at the obsolete 1.5 version?  You want a current 1.7
cygwin version.   The free version of Cwrsync should be OK if you just
want rsync, otherwise just do a cygwin install with rsync (and ssh if
you want it) selected.

--
   Les Mikesell
 lesmikes...@gmail.com

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-08 Thread Craig Barratt
Yes, the cygwin-rsync release is very out of date.

That old patch contained some performance improvements and added the
--checksum-seed option, both of which have been included upstream circa
rsync 2.6.2.  So the README file is out of date - there is no longer a diff
file.

Cygwin actively discourages this type of minimal installation since having
multiple cygwin1.dll files cause problems.  It is strongly recommended, as
Les suggests, that you install cygwin via its setup program, and install
rsync.  Or use cwrsync.

However, if there is real interest, and someone is prepared to build and
test an up-to-date rsync and cygwin1.dll (with utilities), then I'll be
happy to release it on SF.net.

Craig
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/