[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/


Re: [BackupPC-users] BackupPC 4.0.0alpha1 released

2013-07-10 Thread Ghislain

hi,

this is great news to see v4 in the radar, we love this wonderfull piece 
of software and seing a new version is exciting :)


I saw : Any backup can be deleted (deltas are merged into next older 
backup if it is not filled).


in the changelogs. Can this possibility be turned off or restricted on a 
user/host/general basis in the web Gui ?


One of the thing i love with backuppc is that even an hacked account 
cannot be wiped out, limiting the famous  fired employee that logs and 
wipe all including backup one minute before leaving problem :)


we encountered the issue once and the fact that backuppc was read only 
saved the day.


regards,
Jean



smime.p7s
Description: Signature cryptographique S/MIME
--
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/


Re: [BackupPC-users] security web server questions

2013-07-10 Thread Brad Alexander
The method I use is that I use rsync+ssh. I then create a regular backuppc
user and limit sudo access to the tools needed to perform the backup, plus
anything needed to be done as root in the pre/post backup scripts, such as
my dbdump script. Here is my /etc/sudoers.d/backuppc:

# This file is managed by puppet. Do not edit locally.
Cmnd_AliasBACKUP=/bin/tar, /usr/bin/rsync, /usr/bin/mysqldump,
/usr/local/sbin/dbdump
backuppcALL=NOPASSWD:BACKUP

This allows me access to all the files to be backed up/restored, and limits
the backuppc user to the specific tools needed to perform the task. An
attacker could get in and cause mischief, but that risk is far overshadowed
by missing backups in a DR type scenario.

--b



On Sat, Jul 6, 2013 at 7:38 PM, Igor Sverkos igor.sver...@googlemail.comwrote:

 Hi,

 I can understand the question. If BackupPC will use root permission,
 your BackupPC will become No. 1 target. Because when the attacker
 controls your BackupPC, she can access every box within your network
 as root. Nothing you really want. And in business, you will have
 multiple sys-admins.. but as the VPN/Firewall admin you want your
 servers to be backed up, but you shouldn't trust your colleague which
 is running the backup server too much. Because it is your ass which
 will get kicked when someone compromises the systems under your
 responsibility.

 Two ways we are using:
 1) If you really know what folder you want to be backed up, create a
 user backup and add an ACL which allows the user backup to read
 these folders.

 2) If you don't know what folders you want to be backed up or you want
 to backup everything, also create a user backup and lock it down.
 Now, create a copy of rsync. Make sure, only the user backup can
 execute this file. Set the CAP_DAC_READ_SEARCH capability for the
 private rsync copy. Now, the user backup can access all your data
 like root can, but if anybody will get access to that user on that
 box, he/she is very limited.


 --
 Regards.
 Igor


 --
 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/

--
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] BackupPC 4.0.0alpha1 released

2013-07-10 Thread Craig Barratt
Jean,

I should have been clearer in my explanation.  This isn't a user feature in
4.0.0 that allows users to delete any backup.

What I was trying to say was that 4.0.0 includes the ability to delete any
backup, while maintaining the consistency of the reverse deltas.  That
simplifies the deletion logic.  In contrast, 3.x doesn't allow a backup to
be deleted that others depend on for the deltas.   It's not a user-level
feature though.

Craig


On Wed, Jul 10, 2013 at 12:36 AM, Ghislain gad...@aqueos.com wrote:

 hi,

 this is great news to see v4 in the radar, we love this wonderfull piece
 of software and seing a new version is exciting :)

 I saw : Any backup can be deleted (deltas are merged into next older
 backup if it is not filled).

 in the changelogs. Can this possibility be turned off or restricted on a
 user/host/general basis in the web Gui ?

 One of the thing i love with backuppc is that even an hacked account
 cannot be wiped out, limiting the famous  fired employee that logs and
 wipe all including backup one minute before leaving problem :)

 we encountered the issue once and the fact that backuppc was read only
 saved the day.

 regards,
 Jean


--
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/