Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(19) |
Nov
(2) |
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(18) |
Feb
(15) |
Mar
(27) |
Apr
(6) |
May
(40) |
Jun
(53) |
Jul
(67) |
Aug
(107) |
Sep
(75) |
Oct
(74) |
Nov
(73) |
Dec
(63) |
2003 |
Jan
(93) |
Feb
(97) |
Mar
(72) |
Apr
(129) |
May
(110) |
Jun
(97) |
Jul
(151) |
Aug
(124) |
Sep
(66) |
Oct
(216) |
Nov
(105) |
Dec
(151) |
2004 |
Jan
(107) |
Feb
(181) |
Mar
(235) |
Apr
(212) |
May
(231) |
Jun
(231) |
Jul
(264) |
Aug
(278) |
Sep
(173) |
Oct
(259) |
Nov
(164) |
Dec
(244) |
2005 |
Jan
(318) |
Feb
(206) |
Mar
(287) |
Apr
(222) |
May
(240) |
Jun
(255) |
Jul
(166) |
Aug
(289) |
Sep
(233) |
Oct
(200) |
Nov
(307) |
Dec
(170) |
2006 |
Jan
(289) |
Feb
(270) |
Mar
(306) |
Apr
(150) |
May
(181) |
Jun
(263) |
Jul
(181) |
Aug
(291) |
Sep
(147) |
Oct
(155) |
Nov
(381) |
Dec
(310) |
2007 |
Jan
(431) |
Feb
(306) |
Mar
(378) |
Apr
(216) |
May
(313) |
Jun
(235) |
Jul
(373) |
Aug
(171) |
Sep
(459) |
Oct
(642) |
Nov
(464) |
Dec
(419) |
2008 |
Jan
(374) |
Feb
(445) |
Mar
(400) |
Apr
(406) |
May
(374) |
Jun
(346) |
Jul
(387) |
Aug
(302) |
Sep
(255) |
Oct
(374) |
Nov
(292) |
Dec
(488) |
2009 |
Jan
(392) |
Feb
(240) |
Mar
(245) |
Apr
(483) |
May
(310) |
Jun
(494) |
Jul
(265) |
Aug
(515) |
Sep
(514) |
Oct
(284) |
Nov
(338) |
Dec
(329) |
2010 |
Jan
(305) |
Feb
(246) |
Mar
(404) |
Apr
(391) |
May
(302) |
Jun
(166) |
Jul
(166) |
Aug
(234) |
Sep
(222) |
Oct
(267) |
Nov
(219) |
Dec
(244) |
2011 |
Jan
(189) |
Feb
(220) |
Mar
(353) |
Apr
(322) |
May
(270) |
Jun
(202) |
Jul
(172) |
Aug
(215) |
Sep
(226) |
Oct
(169) |
Nov
(163) |
Dec
(152) |
2012 |
Jan
(182) |
Feb
(221) |
Mar
(117) |
Apr
(151) |
May
(169) |
Jun
(135) |
Jul
(140) |
Aug
(108) |
Sep
(148) |
Oct
(97) |
Nov
(119) |
Dec
(66) |
2013 |
Jan
(105) |
Feb
(127) |
Mar
(265) |
Apr
(84) |
May
(75) |
Jun
(116) |
Jul
(89) |
Aug
(118) |
Sep
(132) |
Oct
(247) |
Nov
(98) |
Dec
(109) |
2014 |
Jan
(81) |
Feb
(101) |
Mar
(101) |
Apr
(79) |
May
(132) |
Jun
(102) |
Jul
(91) |
Aug
(114) |
Sep
(104) |
Oct
(126) |
Nov
(146) |
Dec
(46) |
2015 |
Jan
(51) |
Feb
(44) |
Mar
(83) |
Apr
(40) |
May
(68) |
Jun
(43) |
Jul
(38) |
Aug
(33) |
Sep
(88) |
Oct
(54) |
Nov
(53) |
Dec
(119) |
2016 |
Jan
(268) |
Feb
(42) |
Mar
(86) |
Apr
(73) |
May
(239) |
Jun
(93) |
Jul
(89) |
Aug
(60) |
Sep
(49) |
Oct
(66) |
Nov
(70) |
Dec
(34) |
2017 |
Jan
(81) |
Feb
(103) |
Mar
(161) |
Apr
(137) |
May
(230) |
Jun
(111) |
Jul
(135) |
Aug
(92) |
Sep
(118) |
Oct
(85) |
Nov
(110) |
Dec
(84) |
2018 |
Jan
(75) |
Feb
(59) |
Mar
(48) |
Apr
(36) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(10) |
2
(15) |
3
(18) |
4
(19) |
5
(23) |
6
(11) |
7
(6) |
8
(12) |
9
(11) |
10
(10) |
11
(17) |
12
(12) |
13
(4) |
14
(5) |
15
(23) |
16
(24) |
17
(20) |
18
(21) |
19
(1) |
20
(2) |
21
|
22
(7) |
23
(25) |
24
(11) |
25
(13) |
26
(25) |
27
(10) |
28
|
29
(8) |
30
(21) |
31
(20) |
|
|
|
From: Chris Bennett <chris@ce...> - 2010-03-31 23:42:49
|
Hi John, > I verified that rsyncd is running on the server but I am getting > Inet Connection refused which probably means there is a firewall > issue. You don't need to guess - rsyncd uses TCP port 873 by default. You can observe that something is listening on that port on the server side with netstat, and you can test from any client to the server using telnet: # not running, or blocked by firewall $ telnet localhost 873 Trying 1.2.3.4... telnet: connect to address 1.2.3.4: Connection refused # running and accessible from your test client [a1182492@... ~]$ telnet rsyncserver 873 Trying 5.6.7.8... Connected to rsyncserver. Escape character is '^]'. @RSYNCD: 30.0 Hope that helps. Regards, Chris Bennett cgb |
From: Luis Paulo <luis.barbas@gm...> - 2010-03-31 22:43:05
|
Well done. On Wed, Mar 31, 2010 at 11:12 PM, Rémi Boulle <rboulle@...> wrote: > Le 31/03/2010 21:31, Luis Paulo a écrit : > > I think you can only use $Conf{RsyncShareName} or > > $Conf{BackupFilesOnly}, not both > > > > I'll move what I want to backup to a subfolder, lets say > > /home/remi/Documents, and use > > > > $Conf{RsyncShareName} = [ > > '/home/remi/Documents', > > '/home/remi/.thunderbird' > > ]; > > > > Didn't test it, but I think you'll get the idea > > Thanks, I tried that too but I think it works if it is only a proper > filesystem. > > Actually, the following host.pl did the job for me. I had to add an > "--include" parameter to rsync. > ========= > $Conf{RsyncShareName} = [ > '/home/remi' > ]; > $Conf{BackupFilesExclude} = { > '/home/remi' => [ > '.*' > ] > }; > $Conf{BackupFilesOnly} = {}; > $Conf{RsyncArgs} = [ > '--numeric-ids', > '--perms', > '--owner', > '--group', > '-D', > '--links', > '--hard-links', > '--times', > '--block-size=2048', > '--recursive', > '--include .thunderbird' > ]; > ========= > > Thanks > Rémi. > > Luis > > > > On Wed, Mar 31, 2010 at 1:50 PM, Rémi Boulle <rboulle@... > > <mailto:rboulle@...>> wrote: > > > > Hi, > > > > I would like to backup /home/remi but I don't want all the .* files > > except one named .thunderbird (all the emails...). > > > > After messing around with unsuccessfuls try out, here is my last > > host.pl <http://host.pl> : > > ====== > > $Conf{RsyncShareName} = [ > > '/home/remi' > > ]; > > $Conf{BackupFilesExclude} = { > > '/home/remi' => [ > > '.*', > > '!.thunderbird' > > ] > > }; > > $Conf{BackupFilesOnly} = { > > '/home/remi' => [] > > }; > > ===== > > How could I do that ? > > Thanks a lot. > > Rémi. > > > > > > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > _______________________________________________ > > BackupPC-users mailing list > > BackupPC-users@... > > <mailto:BackupPC-users@...> > > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > > Wiki: http://backuppc.wiki.sourceforge.net > > Project: http://backuppc.sourceforge.net/ > > > > > > > > > > > ------------------------------------------------------------------------------ > > Download Intel® Parallel Studio Eval > > Try the new software tools for yourself. Speed compiling, find bugs > > proactively, and fine-tune applications for parallel performance. > > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev > > > > > > > > _______________________________________________ > > BackupPC-users mailing list > > BackupPC-users@... > > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > > Wiki: http://backuppc.wiki.sourceforge.net > > Project: http://backuppc.sourceforge.net/ > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > |
From: Rémi Boulle <rboulle@fr...> - 2010-03-31 22:12:27
|
Le 31/03/2010 21:31, Luis Paulo a écrit : > I think you can only use $Conf{RsyncShareName} or > $Conf{BackupFilesOnly}, not both > > I'll move what I want to backup to a subfolder, lets say > /home/remi/Documents, and use > > $Conf{RsyncShareName} = [ > '/home/remi/Documents', > '/home/remi/.thunderbird' > ]; > > Didn't test it, but I think you'll get the idea Thanks, I tried that too but I think it works if it is only a proper filesystem. Actually, the following host.pl did the job for me. I had to add an "--include" parameter to rsync. ========= $Conf{RsyncShareName} = [ '/home/remi' ]; $Conf{BackupFilesExclude} = { '/home/remi' => [ '.*' ] }; $Conf{BackupFilesOnly} = {}; $Conf{RsyncArgs} = [ '--numeric-ids', '--perms', '--owner', '--group', '-D', '--links', '--hard-links', '--times', '--block-size=2048', '--recursive', '--include .thunderbird' ]; ========= Thanks Rémi. > Luis > > On Wed, Mar 31, 2010 at 1:50 PM, Rémi Boulle <rboulle@... > <mailto:rboulle@...>> wrote: > > Hi, > > I would like to backup /home/remi but I don't want all the .* files > except one named .thunderbird (all the emails...). > > After messing around with unsuccessfuls try out, here is my last > host.pl <http://host.pl> : > ====== > $Conf{RsyncShareName} = [ > '/home/remi' > ]; > $Conf{BackupFilesExclude} = { > '/home/remi' => [ > '.*', > '!.thunderbird' > ] > }; > $Conf{BackupFilesOnly} = { > '/home/remi' => [] > }; > ===== > How could I do that ? > Thanks a lot. > Rémi. > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > <mailto:BackupPC-users@...> > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > > > > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ |
From: Allen <allen.stowe@ro...> - 2010-03-31 22:10:17
|
ckandreou <backuppc-forum <at> backupcentral.com> writes: > > > Lately I am having problems with backing up a particular server. We increased the swap space on unix solaris > box and the backup was performed with following error: > > 2010-03-31 05:22:37 ccdev10: Out of memory during "large" request for 16781312 bytes, total sbrk() is > 468277248 bytes at /usr/local/BackupPC/lib/BackupPC/FileZIO.pm line 215. > 2010-03-31 05:22:44 Backup failed on ccdev10 (Child exited prematurely) > 2010-03-31 05:22:44 Running BackupPC_link ccdev10 (pid=43911) > 2010-03-31 05:22:46 Finished ccdev10 (BackupPC_link ccdev10) > > I am not sure how to address this problem. Any suggestions would be greatly appreciated. > > Thanks in advance > > Chris > > +---------------------------------------------------------------------- > |This was sent by christakisandreou <at> yahoo.com via Backup Central. > |Forward SPAM to abuse <at> backupcentral.com. > +---------------------------------------------------------------------- > Do you have many files on this system? I have had something familiar where thousands of files reside on one file system and rsync runs out of memory. Try splitting your job up to smaller ones. Allen... |
From: Luis Paulo <luis.barbas@gm...> - 2010-03-31 19:31:43
|
I think you can only use $Conf{RsyncShareName} or $Conf{BackupFilesOnly}, not both I'll move what I want to backup to a subfolder, lets say /home/remi/Documents, and use $Conf{RsyncShareName} = [ '/home/remi/Documents', '/home/remi/.thunderbird' ]; Didn't test it, but I think you'll get the idea Luis On Wed, Mar 31, 2010 at 1:50 PM, Rémi Boulle <rboulle@...> wrote: > Hi, > > I would like to backup /home/remi but I don't want all the .* files > except one named .thunderbird (all the emails...). > > After messing around with unsuccessfuls try out, here is my last host.pl : > ====== > $Conf{RsyncShareName} = [ > '/home/remi' > ]; > $Conf{BackupFilesExclude} = { > '/home/remi' => [ > '.*', > '!.thunderbird' > ] > }; > $Conf{BackupFilesOnly} = { > '/home/remi' => [] > }; > ===== > How could I do that ? > Thanks a lot. > Rémi. > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > |
From: James Wells <James.Wells@we...> - 2010-03-31 14:04:37
|
Hi Chris, I suspect youre problem is the out of memory error - so I'd start there - are there many or large files on this server that makes it harder to backup (in terms of memory needs) than others ? It sounds like your BackupPC machine may need more RAM in it to me. Also, I had a lot of these child exiting errors when our storage device was failing, but that doesn't seem to be the case here. James Wells Systems Administrator t: +44 (0) 1904 780030 w: http://www.webcertain.com WebCertain Group Limited - Company No. 06721395 -----Original Message----- From: ckandreou [mailto:backuppc-forum@...] Sent: 31 March 2010 14:42 To: backuppc-users@... Subject: [BackupPC-users] Error : Child Process Terminated immaturarily Lately I am having problems with backing up a particular server. We increased the swap space on unix solaris box and the backup was performed with following error: 2010-03-31 05:22:37 ccdev10: Out of memory during "large" request for 16781312 bytes, total sbrk() is 468277248 bytes at /usr/local/BackupPC/lib/BackupPC/FileZIO.pm line 215. 2010-03-31 05:22:44 Backup failed on ccdev10 (Child exited prematurely) 2010-03-31 05:22:44 Running BackupPC_link ccdev10 (pid=43911) 2010-03-31 05:22:46 Finished ccdev10 (BackupPC_link ccdev10) I am not sure how to address this problem. Any suggestions would be greatly appreciated. Thanks in advance Chris +---------------------------------------------------------------------- |This was sent by christakisandreou@... via Backup Central. |Forward SPAM to abuse@... +---------------------------------------------------------------------- ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ BackupPC-users mailing list BackupPC-users@... List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ |
From: John BORIS <jboris@ad...> - 2010-03-31 13:44:14
|
I verified that rsyncd is running on the server but I am getting Inet Connection refused which probably means there is a firewall issue. I can ping the server from the BackupPC server but that only means the server is live and ICMP packets are getting to the server. I have to go through two firewalls to get to this server and I don't control them so it must be that something is dropping packets or refusing packets. Thanks for the info. John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia "Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train!" >>> Les Mikesell <lesmikesell@...> 3/31/2010 8:56 AM >>> Trey Nolen wrote: > I've got it working (rsync, not DeltaCopy) on several 2008 servers both > 32 and 64bit. I used to run the rsyncd method, but with the new > Cygwin, I'm just using the rsync method just like I do with Linux > boxes. Works even better than using rsyncd. Until fairly recent versions of cygwin there was some bug that made rsync running under sshd hang randomly, but I think it is fixed now. -- Les Mikesell lesmikesell@... ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ BackupPC-users mailing list BackupPC-users@... List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ |
From: ckandreou <backuppc-forum@ba...> - 2010-03-31 13:42:06
|
Lately I am having problems with backing up a particular server. We increased the swap space on unix solaris box and the backup was performed with following error: 2010-03-31 05:22:37 ccdev10: Out of memory during "large" request for 16781312 bytes, total sbrk() is 468277248 bytes at /usr/local/BackupPC/lib/BackupPC/FileZIO.pm line 215. 2010-03-31 05:22:44 Backup failed on ccdev10 (Child exited prematurely) 2010-03-31 05:22:44 Running BackupPC_link ccdev10 (pid=43911) 2010-03-31 05:22:46 Finished ccdev10 (BackupPC_link ccdev10) I am not sure how to address this problem. Any suggestions would be greatly appreciated. Thanks in advance Chris +---------------------------------------------------------------------- |This was sent by christakisandreou@... via Backup Central. |Forward SPAM to abuse@... +---------------------------------------------------------------------- |
From: Trey Nolen <support@in...> - 2010-03-31 13:34:58
|
Les Mikesell wrote: > Trey Nolen wrote: > >> I've got it working (rsync, not DeltaCopy) on several 2008 servers both >> 32 and 64bit. I used to run the rsyncd method, but with the new >> Cygwin, I'm just using the rsync method just like I do with Linux >> boxes. Works even better than using rsyncd. >> > > Until fairly recent versions of cygwin there was some bug that made rsync > running under sshd hang randomly, but I think it is fixed now. > > That was definitely the case. We had been using the rsynd over ssh tunnel model, but with the new versions we actually had trouble with that model. We gave the straight rsync method a try, and it works great now. Trey Nolen |
From: Les Mikesell <lesmikesell@gm...> - 2010-03-31 12:57:04
|
Trey Nolen wrote: > I've got it working (rsync, not DeltaCopy) on several 2008 servers both > 32 and 64bit. I used to run the rsyncd method, but with the new > Cygwin, I'm just using the rsync method just like I do with Linux > boxes. Works even better than using rsyncd. Until fairly recent versions of cygwin there was some bug that made rsync running under sshd hang randomly, but I think it is fixed now. -- Les Mikesell lesmikesell@... |
From: Rémi Boulle <rboulle@fr...> - 2010-03-31 12:50:31
|
Hi, I would like to backup /home/remi but I don't want all the .* files except one named .thunderbird (all the emails...). After messing around with unsuccessfuls try out, here is my last host.pl : ====== $Conf{RsyncShareName} = [ '/home/remi' ]; $Conf{BackupFilesExclude} = { '/home/remi' => [ '.*', '!.thunderbird' ] }; $Conf{BackupFilesOnly} = { '/home/remi' => [] }; ===== How could I do that ? Thanks a lot. Rémi. |
From: Trey Nolen <support@in...> - 2010-03-31 12:38:35
|
I've got it working (rsync, not DeltaCopy) on several 2008 servers both 32 and 64bit. I used to run the rsyncd method, but with the new Cygwin, I'm just using the rsync method just like I do with Linux boxes. Works even better than using rsyncd. Trey Nolen Nicholas Hadaway wrote: > DeltaCopy is a gui interface to an rsync daemon. The installation of > the software is extremely simple and it works on all windows versions > up to and including windows 2008. > > I use DeltaCopy as the rsyncd software on all windows boxes that I > backup with backuppc. > > -nick > > On 3/31/2010 2:20 AM, Sorin Srbu wrote: >>> -----Original Message----- >>> From: Nicholas Hadaway [mailto:nick.hadaway@...] >>> Sent: Tuesday, March 30, 2010 9:46 PM >>> To: backuppc-users@... >>> Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server >>> 2008 >>> >>> DeltaCopy FTW! >>> >>> http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp >>> >> I'm sorry, I don't see how this would integrate with BackupPC. Can you >> elaborate please? >> >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> >> >> _______________________________________________ >> BackupPC-users mailing list >> BackupPC-users@... >> List: https://lists.sourceforge.net/lists/listinfo/backuppc-users >> Wiki: http://backuppc.wiki.sourceforge.net >> Project: http://backuppc.sourceforge.net/ >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------ > > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > |
From: Gerald Brandt <gbr@ma...> - 2010-03-31 10:48:11
|
----- "Sorin Srbu" <sorin.srbu@...> wrote: > >-----Original Message----- >From: Koen Linders [mailto:koen.linders@...] >Sent: Wednesday, March 31, 2010 11:36 AM >To: sorin.srbu@...; General list for user discussion, questions and >support >Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server >2008 > >> Ok, so it’s just the rsyncd-part on the Win-server that’s interesting, >> correct? And you set up BPC to use rsyncd with this particular Win-client >> and point it to eg /cygdrive/d/home which is one of those pre-setup virtual >> directories they mention in the DeltaCopy-manual. Did I get that right? >> >Yes. > >You create a Deltacopy service which is simply a Rsyncd running on >port 873 (standard). You connect with Backuppc with rsyncd config. >After you created the deltacopy service, you create a virtual >directory: e.g. cDRIVE and fill in the path and the credentials. this >cDRIVE is what you use in backuppc as Rsyncshare name. > >The easy part is that you can copy the windows folder to another >client, register the service and you're good. I did a few tests with >Cygwin and it seems there are a lot more steps to get it running (but >you can get encryption via ssh then) I already have ssh access (by way of MobaSSH) and passwordless login to my Win-server from the BPC-machine. I'm thinking Deltacopy might help me, as I can't get the regular rsync to work. Rsyncd might be better for my environment. I'll look into this in more detail after the Easter vacations. Thanks for your feedback! -- /Sorin I just installed cygwin 1.7 with openssh and rsync, setup openssh as a demon, and do BackupPC that way. The Windows boxes set up exacl\tly like my Linux ones. Gerald > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ BackupPC-users mailing list BackupPC-users@... List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ |
From: Sorin Srbu <sorin.srbu@or...> - 2010-03-31 10:19:22
|
>-----Original Message----- >From: Koen Linders [mailto:koen.linders@...] >Sent: Wednesday, March 31, 2010 11:36 AM >To: sorin.srbu@...; General list for user discussion, questions and >support >Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server >2008 > >> Ok, so it’s just the rsyncd-part on the Win-server that’s interesting, >> correct? And you set up BPC to use rsyncd with this particular Win-client >> and point it to eg /cygdrive/d/home which is one of those pre-setup virtual >> directories they mention in the DeltaCopy-manual. Did I get that right? >> >Yes. > >You create a Deltacopy service which is simply a Rsyncd running on >port 873 (standard). You connect with Backuppc with rsyncd config. >After you created the deltacopy service, you create a virtual >directory: e.g. cDRIVE and fill in the path and the credentials. this >cDRIVE is what you use in backuppc as Rsyncshare name. > >The easy part is that you can copy the windows folder to another >client, register the service and you're good. I did a few tests with >Cygwin and it seems there are a lot more steps to get it running (but >you can get encryption via ssh then) I already have ssh access (by way of MobaSSH) and passwordless login to my Win-server from the BPC-machine. I'm thinking Deltacopy might help me, as I can't get the regular rsync to work. Rsyncd might be better for my environment. I'll look into this in more detail after the Easter vacations. Thanks for your feedback! -- /Sorin |
From: Rémi Boulle <rboulle@fr...> - 2010-03-31 10:00:49
|
Le 31/03/2010 11:23, Rémi Boulle a écrit : > Le 30/03/2010 23:05, Johan Cwiklinski a écrit : >> Le 30/03/2010 22:55, Rémi Boulle a écrit : >>> Hi, >>> >>> I would like to backup only the /home/remi and not all the hidden files >>> (especially .local/.../Trash) >>> >>> Here is my host.pl file : >>> >>> $Conf{BackupFilesExclude} = { >>> '/home/remi/.*' => [], >>> '.*' => [] >>> }; >>> $Conf{RsyncShareName} = [ >>> '/home/remi' >>> ]; >>> >>> and the main config.pl states : >>> >>> $Conf{BackupFilesExclude} = { >>> '.*' => [ >>> '' >>> ] >>> }; >>> >>> It doesn't work for me. >>> Where is my syntax matter ? >>> Thanks a lot. >>> Rémi. >>> >> >> Hello, >> >> I'm a bit unsure, but shoud not that be something like: >> >> $Conf{RsyncShareName} = [ >> '/home/remi' >> ]; >> >> $Conf{BackupFilesExclude} = { >> '/home/remi/' => ['.*'] >> }; >> >> Hope that could helps, > > Thanks, i tied diffenrent things but none of them excludes the hidden files. > Here is my host.pl : > ======== > $Conf{RsyncShareName} = [ > '/home/remi' > ]; > $Conf{BackupFilesExclude} = { > '/home/remi/.*' => [ > '' > ], > '/home/remi/' => [ > '.*' > ], > '.*' => [ > '' > ] > }; It seems to work with : $Conf{BackupFilesExclude} = { '/home/remi' => ['.*'], }; instead of : '/home/remi/' => [ '.*' |
From: Koen Linders <koen.linders@gm...> - 2010-03-31 09:35:55
|
On 31 March 2010 09:51, Sorin Srbu <sorin.srbu@...> wrote: > Ok, so it’s just the rsyncd-part on the Win-server that’s interesting, > correct? And you set up BPC to use rsyncd with this particular Win-client > and point it to eg /cygdrive/d/home which is one of those pre-setup virtual > directories they mention in the DeltaCopy-manual. Did I get that right? > > > > -- > > /Sorin > Yes. You create a Deltacopy service which is simply a Rsyncd running on port 873 (standard). You connect with Backuppc with rsyncd config. After you created the deltacopy service, you create a virtual directory: e.g. cDRIVE and fill in the path and the credentials. this cDRIVE is what you use in backuppc as Rsyncshare name. The easy part is that you can copy the windows folder to another client, register the service and you're good. I did a few tests with Cygwin and it seems there are a lot more steps to get it running (but you can get encryption via ssh then) Koen Linders |
From: Rémi Boulle <rboulle@fr...> - 2010-03-31 09:23:22
|
Le 30/03/2010 23:05, Johan Cwiklinski a écrit : > Le 30/03/2010 22:55, Rémi Boulle a écrit : >> Hi, >> >> I would like to backup only the /home/remi and not all the hidden files >> (especially .local/.../Trash) >> >> Here is my host.pl file : >> >> $Conf{BackupFilesExclude} = { >> '/home/remi/.*' => [], >> '.*' => [] >> }; >> $Conf{RsyncShareName} = [ >> '/home/remi' >> ]; >> >> and the main config.pl states : >> >> $Conf{BackupFilesExclude} = { >> '.*' => [ >> '' >> ] >> }; >> >> It doesn't work for me. >> Where is my syntax matter ? >> Thanks a lot. >> Rémi. >> > > Hello, > > I'm a bit unsure, but shoud not that be something like: > > $Conf{RsyncShareName} = [ > '/home/remi' > ]; > > $Conf{BackupFilesExclude} = { > '/home/remi/' => ['.*'] > }; > > Hope that could helps, Thanks, i tied diffenrent things but none of them excludes the hidden files. Here is my host.pl : ======== $Conf{RsyncShareName} = [ '/home/remi' ]; $Conf{BackupFilesExclude} = { '/home/remi/.*' => [ '' ], '/home/remi/' => [ '.*' ], '.*' => [ '' ] }; $Conf{BackupFilesOnly} = { '/home/remi/' => [ '', '.thunderbird/' ] }; ======== Logged onto the server as backuppc user, i do a "/usr/share/backuppc/bin/BackupPC_dump -v -f 192.168.0.10" and i see plenty of lines like those ones : same 644 500/100 16623 .AbiSuite/AbiWord.Profile same 644 500/500 59 .DCOPserver_remi-desktop__0 same 600 500/500 148258 .ICEauthority create d 755 500/500 4096 .VirtualBox create d 755 500/500 4096 .VirtualBox/HardDisks => .* files are not excluded. Any ideas ? Thanks. Rémi. |
From: Sorin Srbu <sorin.srbu@or...> - 2010-03-31 07:51:50
|
Ok, so it’s just the rsyncd-part on the Win-server that’s interesting, correct? And you set up BPC to use rsyncd with this particular Win-client and point it to eg /cygdrive/d/home which is one of those pre-setup virtual directories they mention in the DeltaCopy-manual. Did I get that right? -- /Sorin From: Nicholas Hadaway [mailto:nick.hadaway@...] Sent: Wednesday, March 31, 2010 9:26 AM To: backuppc-users@... Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server 2008 DeltaCopy is a gui interface to an rsync daemon. The installation of the software is extremely simple and it works on all windows versions up to and including windows 2008. I use DeltaCopy as the rsyncd software on all windows boxes that I backup with backuppc. -nick On 3/31/2010 2:20 AM, Sorin Srbu wrote: -----Original Message----- From: Nicholas Hadaway [mailto:nick.hadaway@...] Sent: Tuesday, March 30, 2010 9:46 PM To: backuppc-users@... Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server 2008 DeltaCopy FTW! http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp I'm sorry, I don't see how this would integrate with BackupPC. Can you elaborate please? ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ BackupPC-users mailing list BackupPC-users@... List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ |
From: Nicholas Hadaway <nick.hadaway@fa...> - 2010-03-31 07:26:13
|
DeltaCopy is a gui interface to an rsync daemon. The installation of the software is extremely simple and it works on all windows versions up to and including windows 2008. I use DeltaCopy as the rsyncd software on all windows boxes that I backup with backuppc. -nick On 3/31/2010 2:20 AM, Sorin Srbu wrote: >> -----Original Message----- >> From: Nicholas Hadaway [mailto:nick.hadaway@...] >> Sent: Tuesday, March 30, 2010 9:46 PM >> To: backuppc-users@... >> Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server >> 2008 >> >> DeltaCopy FTW! >> >> http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp >> > I'm sorry, I don't see how this would integrate with BackupPC. Can you > elaborate please? > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > > > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > |
From: Sorin Srbu <sorin.srbu@or...> - 2010-03-31 07:21:05
|
>-----Original Message----- >From: Nicholas Hadaway [mailto:nick.hadaway@...] >Sent: Tuesday, March 30, 2010 9:46 PM >To: backuppc-users@... >Subject: Re: [BackupPC-users] Anyone get rsyncd to work on Windows Server >2008 > >DeltaCopy FTW! > >http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp I'm sorry, I don't see how this would integrate with BackupPC. Can you elaborate please? -- /Sorin |
From: Johan Cwiklinski <mailings@x-...> - 2010-03-30 21:32:42
|
Le 30/03/2010 22:55, Rémi Boulle a écrit : > Hi, > > I would like to backup only the /home/remi and not all the hidden files > (especially .local/.../Trash) > > Here is my host.pl file : > > $Conf{BackupFilesExclude} = { > '/home/remi/.*' => [], > '.*' => [] > }; > $Conf{RsyncShareName} = [ > '/home/remi' > ]; > > and the main config.pl states : > > $Conf{BackupFilesExclude} = { > '.*' => [ > '' > ] > }; > > It doesn't work for me. > Where is my syntax matter ? > Thanks a lot. > Rémi. > Hello, I'm a bit unsure, but shoud not that be something like: $Conf{RsyncShareName} = [ '/home/remi' ]; $Conf{BackupFilesExclude} = { '/home/remi/' => ['.*'] }; Hope that could helps, Johan |
From: Les Mikesell <lesmikesell@gm...> - 2010-03-30 21:06:39
|
On 3/30/2010 3:17 PM, David Williams wrote: > Anyone got any ideas as to why this isn't working and the web interface > complains? No, I would have guessed it was a firewall, but if nmblookup -A works from the command line that must not be it. Can you do a backup if you set the dhcp flag to 0 and put the current IP address in ClientAlias? -- Les Mikesell lesmikesell@... |
From: Rémi Boulle <rboulle@fr...> - 2010-03-30 20:55:51
|
Hi, I would like to backup only the /home/remi and not all the hidden files (especially .local/.../Trash) Here is my host.pl file : $Conf{BackupFilesExclude} = { '/home/remi/.*' => [], '.*' => [] }; $Conf{RsyncShareName} = [ '/home/remi' ]; and the main config.pl states : $Conf{BackupFilesExclude} = { '.*' => [ '' ] }; It doesn't work for me. Where is my syntax matter ? Thanks a lot. Rémi. |
From: David Williams <dwilliams@dt...> - 2010-03-30 20:17:59
|
Anyone got any ideas as to why this isn't working and the web interface complains? ___________________________________________________________ Dave Williams Check out our WebOS mobile phone app for the Palm Pre and Pixi: Golf Caddie | Golf Caddie Forum by DTW-Consulting, Inc. > -----Original Message----- > From: David Williams [mailto:dwilliams@...] > Sent: Friday, March 26, 2010 8:18 PM > To: 'General list for user discussion, questions and support' > Subject: Re: [BackupPC-users] Communicating with a windows laptop on my > workgroup > > -----Original Message----- > > From: David Williams [mailto:dwilliams@...] > > Sent: Friday, March 26, 2010 8:17 PM > > To: 'Gene Cooper' > > Subject: RE: [BackupPC-users] Communicating with a windows laptop on > my > > workgroup > > > > I turned off my firewall to test this out and it didn't make any > > difference at all. > > > > What I don't understand is, if nmblookup -A 192.168.15.155 is working > > from > > the command line (as user backuppc) then why does the web interface > > complain about it? Is there something missing in the reply from > > nmblookup > > -A 192.168.15.155? > > > > ___________________________________________________________ > > Dave Williams > > Check out our WebOS mobile phone app for the Palm Pre and Pixi: > > Golf Caddie | Golf Caddie Forum by DTW-Consulting, Inc. > > > > > -----Original Message----- > > > From: Gene Cooper [mailto:gcooper@...] > > > Sent: Friday, March 26, 2010 5:20 PM > > > To: dwilliams@...; General list for user discussion, > > > questions and support > > > Subject: Re: [BackupPC-users] Communicating with a windows laptop > on > > my > > > workgroup > > > > > > I am probably off-base here, but since Windows XP SP2, the Windows > > > Firewall > > > block NETBIOS name resolution. > > > > > > We use a command like this on each XP workstation: > > > > > > netsh firewall add portopening UDP 137 NBNS enable all > > > > > > to enable name resolution with nmblookup. > > > > > > G > > > > > > David Williams wrote: > > > > > > > > > > > > ___________________________________________________________ > > > > > > > > Dave Williams > > > > > > > > Check out our WebOS mobile phone app for the *Palm Pre* and > *Pixi*: > > > > > > > > Golf Caddie <http://www.dtw-consulting.com/GolfCaddie> | Golf > > Caddie > > > > Forum <http://www.dtw-consulting.com/GolfCaddie/forum> by > > > > DTW-Consulting, Inc. > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > > > > From: Les Mikesell [mailto:lesmikesell@...] > > > > > > > > > Sent: Monday, March 22, 2010 11:13 AM > > > > > > > > > To: backuppc-users@... > > > > > > > > > Subject: Re: [BackupPC-users] Communicating with a windows > > laptop > > > on my > > > > > > > > > workgroup > > > > > > > > > > > > > > > > > > On 3/22/2010 9:42 AM, David Williams wrote: > > > > > > > > > > > > > > > > > > > > However, there are still issues. When I try and perform a > > backup > > > of > > > > > > > > > > laptop1 from within the web interface I get the following > > > message: > > > > > > > > > > > > > > > > > > > > *Error: Can't find IP address for laptop1* > > > > > > > > > > > > > > > > > > > > * * > > > > > > > > > > > > > > > > > > > > *laptop1 is a DHCP host, and I don't know its IP address. I > > > checked > > > > > > > > > the > > > > > > > > > > netbios name of 192.168.15.155, and found that that machine > is > > > not > > > > > > > > > laptop1.* > > > > > > > > > > > > > > > > > > > > * * > > > > > > > > > > > > > > > > > > > > *Until I see laptop1 at a particular DHCP address, you can > > only > > > start > > > > > > > > > > this request from the client machine itself.* > > > > > > > > > > > > > > > > > > > > The strange thing is, I was on the client machine at the > time > > > and > > > > > > > > > trying > > > > > > > > > > to back it up manually from the web interface! > > > > > > > > > > > > > > > > > > What does 'nmblookup -A 192.168.15.155' say (assuming you are > > > still at > > > > > > > > > the same IP)? It's going to use this to see if you are > > connecting > > > from > > > > > > > > > the host in question. > > > > > > > > > > > > > > > > Ok, now I am back on my network I can check this. Here is the > > > current > > > > results of nmblookup my the backuppc server: > > > > > > > > > > > > > > > > # nmblookup -R -U 192.168.15.2 laptop1 > > > > > > > > querying laptop1 on 192.168.15.2 > > > > > > > > 192.168.15.155 laptop1<00> > > > > > > > > > > > > > > > > # nmblookup -A 192.168.15.155 > > > > > > > > Looking up status of 192.168.15.155 > > > > > > > > LAPTOP1 <00> - P <ACTIVE> > > > > > > > > DTWCONS <00> - <GROUP> P <ACTIVE> > > > > > > > > LAPTOP1 <20> - P <ACTIVE> > > > > > > > > > > > > > > > > MAC Address = 00-21-6A-93-63-0C > > > > > > > > > > > > > > > > So, not sure what all that means, but if I try and perform a > backup > > > of > > > > laptop1 from laptop1 by using the web interface I still get the > > > > following message: > > > > > > > > Error: Can't find IP address for laptop1 > > > > > > > > laptop1 is a DHCP host, and I don't know its IP address. I > checked > > > the > > > > netbios name of 192.168.15.155, and found that that machine is > not > > > laptop1. > > > > > > > > Until I see laptop1 at a particular DHCP address, you can only > > start > > > > this request from the client machine itself. > > > > > > > > > > > > > > > > > > > > > > > > > > > I also updated the config file for laptop1 such that > > > > > > > > > > NmbLookupFindHostCmd is set to: > > > > > > > > > > > > > > > > > > > > *$nmbLookupPath -R -U 192.168.15.2 $host* > > > > > > > > > > > > > > > > > > You probably want to configure the WINS server in smb.conf so > it > > > is the > > > > > > > > > default and will be used in all operations without having to > > > specify it > > > > > > > > > in the command line. You should also set > > $Conf{DHCPAddressRanges} > > > in > > > > > > > > > backuppc so it will know where to probe for dhcp-assigned > > > addresses. > > > > > > > > > > > > > > > > > > -- > > > > > > > > > Les Mikesell > > > > > > > > > lesmikesell@... > > > > > > > > > > > > > > > > > > -------------------------------------------------------------- > -- > > -- > > > ----- > > > > > > > > > ------- > > > > > > > > > Download Intel® Parallel Studio Eval > > > > > > > > > Try the new software tools for yourself. Speed compiling, find > > > bugs > > > > > > > > > proactively, and fine-tune applications for parallel > > performance. > > > > > > > > > See why Intel Parallel Studio got high marks during beta. > > > > > > > > > http://p.sf.net/sfu/intel-sw-dev > > > > > > > > > _______________________________________________ > > > > > > > > > BackupPC-users mailing list > > > > > > > > > BackupPC-users@... > > > > > > > > > List: > https://lists.sourceforge.net/lists/listinfo/backuppc- > > > users > > > > > > > > > Wiki: http://backuppc.wiki.sourceforge.net > > > > > > > > > Project: http://backuppc.sourceforge.net/ > > > > > > > > > > > > > > > > > > No virus found in this incoming message. > > > > > > > > > Checked by AVG - http://www.avg.com > > > > > > > > > Version: 9.0.791 / Virus Database: 271.1.1/2762 - Release > Date: > > > > > > > > > 03/21/10 15:33:00 > > > > > > > > > > > > ----------------------------------------------------------------- > -- > > -- > > > --- > > > > > > > > ----------------------------------------------------------------- > -- > > -- > > > --------- > > > > Download Intel® Parallel Studio Eval > > > > Try the new software tools for yourself. Speed compiling, find > bugs > > > > proactively, and fine-tune applications for parallel performance. > > > > See why Intel Parallel Studio got high marks during beta. > > > > http://p.sf.net/sfu/intel-sw-dev > > > > > > > > > > > > ----------------------------------------------------------------- > -- > > -- > > > --- > > > > > > > > _______________________________________________ > > > > BackupPC-users mailing list > > > > BackupPC-users@... > > > > List: https://lists.sourceforge.net/lists/listinfo/backuppc- > > users > > > > Wiki: http://backuppc.wiki.sourceforge.net > > > > Project: http://backuppc.sourceforge.net/ > > > > > > -- > > > > > > =========================== > > > Gene Cooper > > > Sonora Communications, Inc. > > > 936 W. Prince Road > > > Tucson, AZ 85705 > > > > > > (520) 407-2000 x101 > > > (520) 888-4060 fax > > > > > > No virus found in this incoming message. > > > Checked by AVG - http://www.avg.com > > > Version: 9.0.791 / Virus Database: 271.1.1/2771 - Release Date: > > > 03/26/10 15:33:00 > > > > No virus found in this incoming message. > > Checked by AVG - http://www.avg.com > > Version: 9.0.791 / Virus Database: 271.1.1/2771 - Release Date: > > 03/26/10 15:33:00 > > > ----------------------------------------------------------------------- > ------- > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@... > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 9.0.791 / Virus Database: 271.1.1/2771 - Release Date: > 03/26/10 15:33:00 |
From: John BORIS <jboris@ad...> - 2010-03-30 19:58:58
|
Thanks I verified it is running but there must be some other reason that the connection is being refused. I turned off the firewall just to see if that was causing it but I still get Inet connection refused. Has to be something else on the system that is blocking the port. John J. Boris, Sr. JEN-A-SyS Administrator Archdiocese of Philadelphia "Remember! That light at the end of the tunnel Just might be the headlight of an oncoming train!" >>> Nicholas Hadaway <nick.hadaway@...> 3/30/2010 3:45 PM >>> DeltaCopy FTW! http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp |