Re: [BackupPC-users] Status info after upgrade

2018-10-24 Thread Sorin Srbu
> -Original Message- > From: Sorin Srbu > Sent: den 25 oktober 2018 07:29 > To: General list for user discussion, questions and support us...@lists.sourceforge.net> > Subject: [BackupPC-users] Status info after upgrade > > Hello again, > > After the up

[BackupPC-users] Status info after upgrade

2018-10-24 Thread Sorin Srbu
Hello again, After the upgrade to BPC 4.2.1 the General Server Information and specifically Other info started showing numbers like this: Pool is 721.67+250.21GiB comprising 2020177+1335190 files and 16512+4369 directories (as of 2018-10-25 01:44), Pool hashing gives 0+376 repeated files with lon

Re: [BackupPC-users] status graph

2017-07-30 Thread Craig Barratt via BackupPC-users
Alexey, BackupPC's archive functionality shouldn't create extra hardlinks to the pool. Can you tell us specifically where else you found the mystery hardlinks to the V3 pool files? If you manually did something like cp -a or rsync -H to make a copy of one of the client backup trees than that cou

Re: [BackupPC-users] status graph

2017-07-25 Thread Alexey Safonov
Hi, Craig finally i was able to detect and find hardlinks. it's not under pool, but in archive folder (may be i was playing with archive functionalty). What is correct way to clean archive? Alex On 25 July 2017 at 12:22, Alexey Safonov wrote: > Here is my findings. i can find some files in cpoo

Re: [BackupPC-users] status graph

2017-07-24 Thread Alexey Safonov
Here is my findings. i can find some files in cpool, but not in pool first example: [root@backuppc cpool]# ls -li f/f/f/fff034be393e4f6c2007013e0e20812f 694558 -rw-r-. 11 nobody nobody 975 Jun 15 2016 f/f/f/fff034be393e4f6c2007013e0e20812f [root@backuppc pc]# find . -type f -inum 694558 -pri

Re: [BackupPC-users] status graph

2017-06-18 Thread Craig Barratt via BackupPC-users
Without any more information, I can't suggest additional steps. So it's probably fine to just leave it as is. Craig On Thu, Jun 15, 2017 at 9:43 PM, Alexey Safonov wrote: > Still can't find what is using V3 pool > > should i leave it as is ? or better to find solution and delete unused > data?

Re: [BackupPC-users] status graph

2017-06-15 Thread Alexey Safonov
Still can't find what is using V3 pool should i leave it as is ? or better to find solution and delete unused data? On 11 June 2017 at 13:00, Craig Barratt via BackupPC-users wrote: > Alex, > > First you should check to see what's left in the v3 cpool, eg: > > cd /data/BackupPC/cpool > l

Re: [BackupPC-users] status graph

2017-06-10 Thread Craig Barratt via BackupPC-users
Alex, First you should check to see what's left in the v3 cpool, eg: cd /data/BackupPC/cpool ls -lR [0-9a-f] du -s ?/?/? Next you could pick a file and find its inode number and number of links: ls -li 0/1/2/1234567890abcdef Are there any files with >1 links? If so, you could

Re: [BackupPC-users] status graph

2017-06-06 Thread Alexey Safonov
My $Conf{PoolSizeNightlyUpdatePeriod} = 16; is 4 and i already wait more than 2 weeks. i was trying to convert pool manually. process finished without any error. and i try nightly maintenance several times manually Alex On 6 June 2017 at 17:02, Alexander Moisseev via BackupPC-users < backuppc-u

Re: [BackupPC-users] status graph

2017-06-06 Thread Alexander Moisseev via BackupPC-users
On 6/6/2017 4:24 AM, Alexey Safonov wrote: Alexander, Craig any ideas what can i check and how to find this V3 pool? I don't know how exactly do this. I guess you need to find files with hardlink count > 1 in the pool and cpool directories. Probably it's not necessary, you just need to wait.

Re: [BackupPC-users] status graph

2017-06-05 Thread Alexey Safonov
Alexander, Craig any ideas what can i check and how to find this V3 pool? Alex On 2 June 2017 at 20:46, Alexey Safonov wrote: > not a big secret of my hostnames :) > > ./BackupPC_migrateV3toV4 -a -m > BackupPC_migrateV3toV4: backup 0 for host alcpr already has a refCnt > directory; skipping th

Re: [BackupPC-users] status graph

2017-06-02 Thread Alexey Safonov
not a big secret of my hostnames :) ./BackupPC_migrateV3toV4 -a -m BackupPC_migrateV3toV4: backup 0 for host alcpr already has a refCnt directory; skipping this backup BackupPC_migrateV3toV4: backup 105 for host alcpr already has a refCnt directory; skipping this backup BackupPC_migrateV3toV4: bac

Re: [BackupPC-users] status graph

2017-06-02 Thread Alexander Moisseev
On 6/2/2017 10:19 AM, Alexey Safonov wrote: Here is mu output General Server Information * The servers PID is 35143, on host backuppc.hk.kkc.net , version 4.1.2, started at 5/25 15:05. * This status was generated at 6/2 15:17. * The configuration was last

Re: [BackupPC-users] status graph

2017-06-02 Thread Alexey Safonov
Here is mu output General Server Information - The servers PID is 35143, on host backuppc.hk.kkc.net, version 4.1.2, started at 5/25 15:05. - This status was generated at 6/2 15:17. - The configuration was last loaded at 5/25 15:05. - PCs will be next queued at 6/2 19:00. - Othe

Re: [BackupPC-users] status graph

2017-06-02 Thread Alexey Safonov
but how it's possible ? i run script with -a option script ends with no error Alex On 1 June 2017 at 17:35, Alexander Moisseev wrote: > On 6/1/2017 11:36 AM, Alexey Safonov wrote: > >> Hi, All >> >> do you know what is an update period for status graph ? >> >> i have >> $Conf{BackupPCNightlyPer

Re: [BackupPC-users] status graph

2017-06-01 Thread Alexander Moisseev
On 6/1/2017 11:36 AM, Alexey Safonov wrote: Hi, All do you know what is an update period for status graph ? i have $Conf{BackupPCNightlyPeriod} = 1; $Conf{PoolSizeNightlyUpdatePeriod} = 4; $Conf{RefCntFsck} = 1; and more than one week ago i converted all v3 pool to v4 but status graph still

[BackupPC-users] status graph

2017-06-01 Thread Alexey Safonov
Hi, All do you know what is an update period for status graph ? i have $Conf{BackupPCNightlyPeriod} = 1; $Conf{PoolSizeNightlyUpdatePeriod} = 4; $Conf{RefCntFsck} = 1; and more than one week ago i converted all v3 pool to v4 but status graph still show that i have 6gb of V3 pool Alex ---

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Mauro Condarelli
I think users got the idea we are moving again, by now. I think we should stop clogging the users ML, which should be reserved to help users. Please move to the devel list, or, better, open a issue on github and continue discussion there with whoever is interested to setting up a nice CI / AT.

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Richard Alloway
Anyone have any thoughts about using buildbot? http://buildbot.net/ Looks like a pretty straightforward CI and testing tool that also integrates with github. This would seem to be a good tool for local testing of backuppc functionality with various xfer methods after the build. -Rich

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread David Cramblett
Hey Les, Travis-CI is just the integration point, it runs in the cloud, not on a client machine. The actual tests would be some perl testing framework, whatever is chosen, and those tests could be launched locally by the developers as well. Ideally the test-running would be built into the code bas

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Lars Tobias Skjong-Børsting
Hi, On 18/05/16 18:50, Les Mikesell wrote: > On Wed, May 18, 2016 at 11:16 AM, Richard Alloway wrote: >> I do have some lab resources available to me for standing up and tearing >> down VMs of various OS flavors. >> The resources are not limitless, but more than I have on my personal >> machines.

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Les Mikesell
On Wed, May 18, 2016 at 11:58 AM, David Cramblett wrote: > Another options is travis-ci which has great integration with GitHub. > Basicly we can configure the project so that when a user makes a pull > request (submits a patch), tests are run automatically. Every person (not > just admins) can se

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread David Cramblett
Another options is travis-ci which has great integration with GitHub. Basicly we can configure the project so that when a user makes a pull request (submits a patch), tests are run automatically. Every person (not just admins) can see right on the pull request page if the tests passed or failed. Al

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Les Mikesell
On Wed, May 18, 2016 at 11:16 AM, Richard Alloway wrote: > I do have some lab resources available to me for standing up and tearing > down VMs of various OS flavors. > The resources are not limitless, but more than I have on my personal > machines. > > We've been using puppet and ansible for some

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Richard Alloway
I haven't encountered this particular IP requirement before. I am located in the US and will inquire about the explicit transfer of copyright with my management. I'd be happy to give patch reviewing a shot. If I get approval to do this through work, I can try to set aside time each week for revi

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Richard Alloway
I do have some lab resources available to me for standing up and tearing down VMs of various OS flavors. The resources are not limitless, but more than I have on my personal machines. We've been using puppet and ansible for some of our internal test automation. One or both may be candidates for a

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Mauro Condarelli
Thanks for the offer Richard, we are getting organized, but it seems positive we are moving to github (see: https://github.com/backuppc/backuppc). comments below. Il 18/05/2016 17:01, Richard Alloway ha scritto: > I have the following available: > > 1) Perl programming > 2) C programming > 4) Gi

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Les Mikesell
On Wed, May 18, 2016 at 10:01 AM, Richard Alloway wrote: > I have the following available: > > 1) Perl programming > 2) C programming > 4) Git/CVS/Development skills > > If I can get approval to do any of this on work's dime (which I think I can > do, since contributing to Open Source projects is

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-18 Thread Richard Alloway
I have the following available: 1) Perl programming 2) C programming 4) Git/CVS/Development skills If I can get approval to do any of this on work's dime (which I think I can do, since contributing to Open Source projects is part of my job), I should be able to get a little of 5: 5) Time Is the

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Lars Tobias Skjong-Børsting
On 16/05/16 20:39, Norm Legare wrote: > Where/when/who/how does the regression testing get done for this project? We have no CI set up yet. Maybe Travis could work. I'm not sure we even have a test suite. We should work on that, definitely. -- Best regards, Lars Tobias -

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Carl Wilhelm Soderstrom
On 05/16 07:41 , Mauro Condarelli wrote: > Please see:https://danielmiessler.com/study/git/ That's a really good link. Thank you. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com -- Mobi

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Norm Legare
Subject: Re: [BackupPC-users] Status on new BackupPC v4 Norm Legare wrote: > Can I assume that github is very similar to Clearcase? Git is not equal to Github, as Github is a web site that is hosting projects using Git, while Git is the actual version control system. I guess one of the bigg

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Norm Legare
@lists.sourceforge.net Subject: Re: [BackupPC-users] Status on new BackupPC v4 Hi Norm, comments inline. Il 16/05/2016 18:46, Norm Legare ha scritto: > Can I assume that github is very similar to Clearcase? > Not really. Github is built around git, which is philosophically different from Clearcase, e

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Lars Tobias Skjong-Børsting
Norm Legare wrote: > Can I assume that github is very similar to Clearcase? Git is not equal to Github, as Github is a web site that is hosting projects using Git, while Git is the actual version control system. I guess one of the biggest differences with clearcase is that git is a distributed v

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Mauro Condarelli
Hi Norm, comments inline. Il 16/05/2016 18:46, Norm Legare ha scritto: > Can I assume that github is very similar to Clearcase? > Not really. Github is built around git, which is philosophically different from Clearcase, even if there are some similarities. Please see:https://danielmiessler.com/

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Norm Legare
Can I assume that github is very similar to Clearcase? From: Kris Lou Sent: Monday, May 16, 2016 12:32 PM To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Status on new BackupPC v4 I'm glad to see this get off the ground -- with no disrespect to the

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Kris Lou
I'm glad to see this get off the ground -- with no disrespect to the great work that Craig has done over the years. Just a couple more suggestions (and I'm sure this list will grow as the project does): * It might be worth contacting and inviting the individual maintainers of the primary distribu

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Carl Wilhelm Soderstrom
On 05/16 10:50 , Adam Goryachev wrote: > I would definitely suggest that the lack of FTP backup support in v4 is > a non-issue. I have to agree. After 10+ years of using BPC I've not found many situations where it would be really useful. Better to get other functionality out sooner. As Voltaire

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Adam Goryachev
Hi, I've trawled through my inbox, and submitted a few issues that I was able to find. Right now, I would suggest the highest priority issues are 1 and 4. If you are knowledgeable with C, then please take a look at issue 1, I suspect this could be as simple as an uninitialised variable/etc, bu

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Gerald Brandt
On 2016-05-16 07:50 AM, Adam Goryachev wrote: > > On 16/05/2016 22:05, Stephen Joyce wrote: >> Hi, >> >> Thanks to Lars and Mauro. It's great that you've taken this on. >> >> FWIW, I contacted Craig directly last week and received a reply over >> the weekend. It sounds like he's quite busy, and d

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Lars Tobias Skjong-Børsting
On 16/05/16 15:33, Adam Goryachev wrote: > Ideally, anyone can submit a patch > Ideally, any "approved" person can commit a patch, as long as it isn't > their own > > Could that be done? Yes, this is done using Pull Requests. The process is described in this article: https://help.github.com/art

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Lars Tobias Skjong-Børsting
On 16/05/16 14:56, Juergen Harms wrote: > Username: I dont remember (-, sorry - found the confirmation mail when I > first joined the list in 2008, but that has no reference to a user name > I used at that time. > > My email address is juergen.ha...@unige.ch - in the past I normally used > Jue

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Adam Goryachev
On 16/05/2016 23:06, Alexander Moisseev wrote: > On 16.05.2016 15:50, Adam Goryachev wrote: >> Finally, I've created a github account for myself, I can't promise to do >> much, but if I can at least have the ability to submit patches, then I'd >> appreciate it. Having never worked with github bef

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Rick L
Chime in for encouragement. Great to see this picking up such momentum. It was time. On 05/15/2016 11:15 AM, Carl Wilhelm Soderstrom wrote: > On 05/14 05:53 , Ib H. Rasmussen wrote: >> Although I'm not a contributor, and I don't think i'm cabable of being >> one, I have been using BackupPC for mo

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Alexander Moisseev
On 16.05.2016 15:50, Adam Goryachev wrote: > > Finally, I've created a github account for myself, I can't promise to do > much, but if I can at least have the ability to submit patches, then I'd > appreciate it. Having never worked with github before (other than > checking out code to use), is ther

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Mauro Condarelli
Thanks Lars. Il 16/05/2016 13:35, Lars Tobias Skjong-Børsting ha scritto: > On 16/05/16 13:23, Mauro Condarelli wrote: >> My current plans are: >> >> 1) bring github up to date. > I have now finished bringing it up to date and have published it on github: > > https://github.com/backuppc/backuppc

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Mauro Condarelli
Hi Stephen, comments inline below. Il 16/05/2016 14:05, Stephen Joyce ha scritto: > Hi, > > Thanks to Lars and Mauro. It's great that you've taken this on. > > FWIW, I contacted Craig directly last week and received a reply over the > weekend. It sounds like he's quite busy, and does not regularl

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Juergen Harms
On 05/16/2016 01:35 PM, Lars Tobias Skjong-Børsting wrote: > Please post your username if you would like to join in. Yes, please put me on the list. I had mentioned areas of technical skills - I should add that I also have experience in proposing, running and reviewing projects and motivating p

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Adam Goryachev
On 16/05/2016 22:05, Stephen Joyce wrote: > Hi, > > Thanks to Lars and Mauro. It's great that you've taken this on. > > FWIW, I contacted Craig directly last week and received a reply over > the weekend. It sounds like he's quite busy, and does not regularly > read these lists, but he still hop

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Stephen Joyce
Hi, Thanks to Lars and Mauro. It's great that you've taken this on. FWIW, I contacted Craig directly last week and received a reply over the weekend. It sounds like he's quite busy, and does not regularly read these lists, but he still hopes to be able to contribute more in the future (ie, re

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Lars Tobias Skjong-Børsting
On 16/05/16 13:23, Mauro Condarelli wrote: > My current plans are: > > 1) bring github up to date. I have now finished bringing it up to date and have published it on github: https://github.com/backuppc/backuppc https://github.com/backuppc/backuppc-xs https://github.com/backuppc/rsync-bpc > 4)

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Mauro Condarelli
Il 16/05/2016 12:21, Juergen Harms ha scritto: > Things appear to shape up nicely, there are positive replies to many of > the pending issues. Given the response of Lars - thanks - my biggest > preoccupation has gone away: contact with Craig would still be nice, but > is not essential any more, an

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Sorin Srbu
> -Original Message- > From: Juergen Harms [mailto:juergen.ha...@unige.ch] > Sent: den 16 maj 2016 12:22 > To: backuppc-users@lists.sourceforge.net > Subject: Re: [BackupPC-users] Status on new BackupPC v4 > > Things appear to shape up nicely, there are positive rep

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Juergen Harms
Things appear to shape up nicely, there are positive replies to many of the pending issues. Given the response of Lars - thanks - my biggest preoccupation has gone away: contact with Craig would still be nice, but is not essential any more, and between Mauro and Lars there are now two persons w

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-16 Thread Mauro Condarelli
Hi Adam, comments inline Il 16/05/2016 01:43, Adam Goryachev ha scritto: > I had intentions of trying to pick up the project and start fixing Welcome on board! > 1) Send the email to Craig, and expect that no reply will be received. I am waiting for a usable address for that; I strongly doubt he

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Sorin Srbu
> -Original Message- > From: Carl Wilhelm Soderstrom [mailto:chr...@real-time.com] > Sent: den 15 maj 2016 17:16 > To: General list for user discussion, questions and support us...@lists.sourceforge.net> > Subject: Re: [BackupPC-users] Status on new BackupPC v4 > &g

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Sorin Srbu
> -Original Message- > From: Mauro Condarelli [mailto:mc5...@mclink.it] > Sent: den 14 maj 2016 13:13 > To: backuppc-users@lists.sourceforge.net > Subject: Re: [BackupPC-users] Status on new BackupPC v4 > > > Concerning what I can contribute: I am 19 years beyond t

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Steve Willoughby
It’s going to be hard to find all 5 in one person. I have 1, 2, and 4, which I suspect is the combination most of us possess. 5 is in terribly short supply for a lot of us too, so someone with 3 in particular, who can organize the efforts of many people who could contribute small bits of work

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Adam Goryachev
I had intentions of trying to pick up the project and start fixing bugs/etc, but swiftly reached the end of my C programming experience, and then time. I honestly think it might be near impossible to find anyone to lead the project that has all the needed assets: 1) Perl programming 2) C progra

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Carl Wilhelm Soderstrom
On 05/15 11:29 , Mauro Condarelli wrote: > if anyone has (or finds) a reasonably recent address please share. > I can be reached directly at mc5...@mclink.it and I am on Freenode/#backuppc, I remember getting personal mail from him many years ago, but I can't find the archives of thos messages. In

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Steve Willoughby
I’ve been using BackupPC for many years and would really hate to see it die. It’s the best solution I’ve found in a very long time. If we can encourage Craig to pick it up, or pick it up and run with it ourselves, or both (help Craig with it), whatever keeps this excellent tool alive and evolvi

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Mauro Condarelli
Il 15/05/2016 16:14, Les Mikesell ha scritto: > On Sun, May 15, 2016 at 5:23 AM, Raoul Bhatia wrote: >> Second, maybe we have some Googlers lurking on this list who might know >> a better way to reach out to Craig? > Yes, it looks like Google might be keeping him busy these days: > > http://www.

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Pasi Koivisto
> On 15 May 2016, at 17:15, Carl Wilhelm Soderstrom > wrote: > > On 05/14 05:53 , Ib H. Rasmussen wrote: >> Although I'm not a contributor, and I don't think i'm cabable of being >> one, I have been using BackupPC for more than 10 years, and i'm >> absolutely for this initiative and i'm looki

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Carl Wilhelm Soderstrom
On 05/14 05:53 , Ib H. Rasmussen wrote: > Although I'm not a contributor, and I don't think i'm cabable of being > one, I have been using BackupPC for more than 10 years, and i'm > absolutely for this initiative and i'm looking forward to the success of it. Same here. -- Carl Soderstrom System

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Les Mikesell
On Sun, May 15, 2016 at 5:23 AM, Raoul Bhatia wrote: > > Second, maybe we have some Googlers lurking on this list who might know > a better way to reach out to Craig? Yes, it looks like Google might be keeping him busy these days: http://www.wsj.com/articles/googles-wireless-effort-is-led-by-a-g

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Raoul Bhatia
On 15.05.2016 11:29, Mauro Condarelli wrote: > Il 14/05/2016 22:19, Juergen Harms ha scritto: >> On 05/14/2016 07:36 PM, Mauro Condarelli wrote: It's not hijacking, it's a fork and there are good reasons for that. Don't you think it might be a good idea to change the project name then an

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Mauro Condarelli
Il 14/05/2016 22:19, Juergen Harms ha scritto: > On 05/14/2016 07:36 PM, Mauro Condarelli wrote: >>> It's not hijacking, it's a fork and there are good reasons for that. Don't >>> you think it might be a good idea to change the project name then and just >>> leave the original project intact? > I

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-15 Thread Micha Silver
Hello Juergen May I suggest some edits to your letter, below. On 05/14/2016 11:19 PM, Juergen Harms wrote: -- Original Message -- Subject: Re: [BackupPC-users] Status on new BackupPC v4

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Juergen Harms
On 05/14/2016 07:36 PM, Mauro Condarelli wrote: >> It's not hijacking, it's a fork and there are good reasons for that. Don't >> you think it might be a good idea to change the project name then and just >> leave the original project intact? I appreciate the idea to try and contact Craig Barret

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Mauro Condarelli
Il 14/05/2016 19:16, Alexander Moisseev ha scritto: > On 14.05.16 13:04, Juergen Harms wrote: >> active again once new contributors show up? how to avoid that the >> initiative that hopefully will get started by this discussion can be >> mis-interpreted as hijacking? I do not suggest to get lost in

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Alexander Moisseev
On 14.05.16 13:04, Juergen Harms wrote: > active again once new contributors show up? how to avoid that the > initiative that hopefully will get started by this discussion can be > mis-interpreted as hijacking? I do not suggest to get lost in It's not hijacking, it's a fork and there are good reaso

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Ib H. Rasmussen
On 14-05-2016 13:13, Mauro Condarelli wrote: > Il 14/05/2016 12:04, Juergen Harms ha scritto: >> That sounds positive - tres facent collegium - but I doubt whether three >> is enough as soon as doing succeeds to talking. > VERY true. > >> I see a formal issue: what any future activity will be based

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Mauro Condarelli
Il 14/05/2016 12:04, Juergen Harms ha scritto: > That sounds positive - tres facent collegium - but I doubt whether three > is enough as soon as doing succeeds to talking. VERY true. > I see a formal issue: what any future activity will be based on (e.g. > the mailing list, the contents at sourcef

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Juergen Harms
That sounds positive - tres facent collegium - but I doubt whether three is enough as soon as doing succeeds to talking. I see a formal issue: what any future activity will be based on (e.g. the mailing list, the contents at sourcefourge) has been established by predecessors: who are, for insta

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Johan Ehnberg
Hi all, Going back a bit, also check this message: https://sourceforge.net/p/backuppc/mailman/message/34753750/ On 2016-05-14 11:18, Mauro Condarelli wrote: > Il 13/05/2016 23:13, David Cramblett ha scritto: >> If the group was interested in GitHub, then services/platform for items 1 - >> 4 woul

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-14 Thread Mauro Condarelli
Il 13/05/2016 23:13, David Cramblett ha scritto: > If the group was interested in GitHub, then services/platform for items 1 - 4 > would be available for free with good tools. Also, GitHub is somewhat of an > industry standard for open source projects now. It also allows for easy > patching from

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-13 Thread David Cramblett
If the group was interested in GitHub, then services/platform for items 1 - 4 would be available for free with good tools. Also, GitHub is somewhat of an industry standard for open source projects now. It also allows for easy patching from interested parties via pull request, forking for those who

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-13 Thread Mauro Condarelli
Il 13/05/2016 17:44, Juergen Harms ha scritto: > On 05/13/2016 03:04 PM, Mauro Condarelli wrote: >> We*NEED* to move beyond v3.3.1/4.0.0pre, otherwise bitrot will disgregate >> this nice Project. > "Bitrot": I agree - the only question is whether in n or in n+5 years. > "It is a nice project":

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-13 Thread Juergen Harms
On 05/13/2016 03:04 PM, Mauro Condarelli wrote: > We*NEED* to move beyond v3.3.1/4.0.0pre, otherwise bitrot will disgregate > this nice Project. "Bitrot": I agree - the only question is whether in n or in n+5 years. "It is a nice project": I dont agree - it is much more, it offers so much more

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-13 Thread Alexander Moisseev
On 13.05.2016 16:04, Mauro Condarelli wrote: > > > Il 13/05/2016 11:49, Juergen Harms ha scritto: >> On 04/22/2016 01:45 PM, Bob of Donelson Trophy wrote: >>> Someday, when the need arises, someone will pickup the banner and run >>> with it. Post the fix to whatever script needs a line change and w

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-13 Thread Mauro Condarelli
Il 13/05/2016 11:49, Juergen Harms ha scritto: > On 04/22/2016 01:45 PM, Bob of Donelson Trophy wrote: >> Someday, when the need arises, someone will pickup the banner and run >> with it. Post the fix to whatever script needs a line change and we the >> users will continue to enjoy the benefits.

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-13 Thread Juergen Harms
On 04/22/2016 01:45 PM, Bob of Donelson Trophy wrote: Someday, when the need arises, someone will pickup the banner and run with it. Post the fix to whatever script needs a line change and we the users will continue to enjoy the benefits. Here is a fix that has become necessary with the upgrade

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-11 Thread Dan Pritts
Les Mikesell wrote: v3 uses its own perl implementation to be able to compare to the compressed archived copy.. v4 uses the server's native version. The docs for v4 say: * A modified rsync 3.0.9, called rsync_bpc, is used on the server side, with a C code layer that emulates all the file

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-11 Thread Les Mikesell
On Wed, May 11, 2016 at 12:47 AM, Sorin Srbu wrote: >> From: Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.] >> >> Theproblem is that it replaces modern rsync with some ancient embedded >> version. If that one thing could be "patched" I would hardly care about any >> other changes.

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-11 Thread Dan Pritts
RC-TS)[Analytical Mechanics Associates, INC.] [mailto:mark.moorcr...@nasa.gov] Sent: den 10 maj 2016 20:12 To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] Status on new BackupPC v4 Theproblem is that it replaces modern rsync with some ancient embedded version. If that one thing

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-11 Thread Gerald Brandt
I'm not a perl guy, but does anyone know how embedded the perl rsync is? Could it be replaced with the system rsync? Gerald On 2016-05-10 01:12 PM, Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.] wrote: > Personally, I have only one fundamental issue with BackuPC 3.x, that we r

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-10 Thread Sorin Srbu
> -Original Message- > From: Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.] > [mailto:mark.moorcr...@nasa.gov] > Sent: den 10 maj 2016 20:12 > To: backuppc-users@lists.sourceforge.net > Subject: Re: [BackupPC-users] Status on new BackupPC v4 > >

Re: [BackupPC-users] Status on new BackupPC v4

2016-05-10 Thread Moorcroft, Mark (ARC-TS)[Analytical Mechanics Associates, INC.]
Personally, I have only one fundamental issue with BackuPC 3.x, that we rely upon to back up all of our linux clients (including a 3000 core cluster). The problem is that it replaces modern rsync with some ancient embedded version. If that one thing could be "patched" I would hardly care about

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Sorin Srbu
> -Original Message- > From: Carl Wilhelm Soderstrom [mailto:chr...@real-time.com] > Sent: den 22 april 2016 14:05 > To: General list for user discussion, questions and support us...@lists.sourceforge.net> > Subject: Re: [BackupPC-users] Status on new BackupPC v4 &

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Sorin Srbu
> -Original Message- > From: Michael Schumacher [mailto:michael.schumac...@pamas.de] > Sent: den 22 april 2016 13:16 > To: General list for user discussion, questions and support us...@lists.sourceforge.net> > Subject: Re: [BackupPC-users] Status on new BackupP

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Carl Wilhelm Soderstrom
On 04/22 01:15 , Michael Schumacher wrote: > Some weeks ago, I installed BackupPC on a Banana Pi based on a Centos7 > OS environment. The support for that ARM-platform is still very > basic, but even if the EPEL-repo is not available, I managed to get all > necessary perl components installed. Part

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Bob of Donelson Trophy
I could be completely wrong but, I have v4.0alpha and v3.31(?) running on two different machines and both are just doing their job. Backing up clients at their locations. Backuppc (IMO) has always been a simple frontend for rsync with some scripts that guide rsync (and other programs) to store ba

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Michael Schumacher
Hi Sorin, Friday, April 22, 2016, 11:53:27 AM, you wrote: SS> I'm just looking ahead and mulling over what to do whenever, and if, e.g. SS> CentOS 6/7/8+ stops BPC from working because of missing libs and/or other SS> dependencies. Some weeks ago, I installed BackupPC on a Banana Pi based on a C

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Paolo Basenghi
Hi Michael! When it will become too mature, it will fall down! The World outside IS evolving! Today BPC is a great piece of software and I use it and I like it, but in a few year without development it will be good for a place in a OSS Museum! Regards FCR SIGNATURE

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Sorin Srbu
> -Original Message- > From: Michael Schumacher [mailto:michael.schumac...@pamas.de] > Sent: den 22 april 2016 11:04 > To: General list for user discussion, questions and support us...@lists.sourceforge.net> > Subject: Re: [BackupPC-users] Status on new BackupPC v4 &g

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Michael Schumacher
Hi Sorin, Friday, April 22, 2016, 9:34:11 AM, you wrote: SS> I hope it's not off-topic on this particular list, but what alternatives do SS> we have, that are as easy to install and maintain as BPC? why would you need an alternative? BackupPC is a mature product. I do not miss any features. Just

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Sorin Srbu
> -Original Message- > From: Mauro Condarelli [mailto:mc5...@mclink.it] > Sent: den 22 april 2016 09:30 > To: General list for user discussion, questions and support us...@lists.sourceforge.net>; Sorin Srbu > Subject: Re: [BackupPC-users] Status on new BackupPC v4 &

Re: [BackupPC-users] Status on new BackupPC v4

2016-04-22 Thread Mauro Condarelli
Sad news. My personal opinion is the Project is effectively dead because none (interested) has write access to the official repositories. There are several clones floating around (several on github, including a semi-official one), but without a central aggregation point there's no way this can e

[BackupPC-users] Status on new BackupPC v4

2016-04-21 Thread Sorin Srbu
Hi all, I installed a new BPC-server yesterday and noticed on http://backuppc.sourceforge.net/, that the version 4 is still alpha and has been so since 2013. Might I inquire on how the work is progressing? Is anybody in the know perhaps? Thanks. -- BW, Sorin ---

Re: [BackupPC-users] Status of the wiki (was: Re: web GUI downloading BIN file Ubuntu 14.04)

2014-11-20 Thread Kris Lou
On Thu, Nov 13, 2014 at 8:31 AM, Holger Parplies wrote: > I'd volunteer to help with that (both putting information online and > cleaning > up). > As would I. Kris Lou k...@themusiclink.net -- Download BIRT iHub F-Type

  1   2   >