Re: [BackupPC-users] Problems Starting BackupPC

2017-05-30 Thread Craig Barratt
Michael is correct that BackupPC does use $Info->{pid} (which is read from status.pl). But it does check that that process exists before printing the error message (using perl's kill(0, pid) that doesn't really send a signal, but tells you whether the process is alive). So I don't know why it cla

Re: [BackupPC-users] error log for new host

2017-05-30 Thread Craig Barratt
Kris probably has the right explanation. But it shouldn't matter - multiple "/" in the middle of path have the same meaning as a single "/". There are certain cases where a double leading '/' can have a special meaning, although not on linux. Paths with a trailing (or multiple trailing) "/" are u

Re: [BackupPC-users] Question about transient inodes

2017-05-30 Thread Holger Parplies
Hi, Ray Frush wrote on 2017-05-30 16:53:18 -0600 [Re: [BackupPC-users] Question about transient inodes]: > Holger- > > Thanks for the followup. That's not exactly the answer I was expecting > based on the behavior we experienced. Once all of the initial 'full' > backups of our systems were tak

Re: [BackupPC-users] Question about transient inodes

2017-05-30 Thread Ray Frush
Holger- Thanks for the followup. That's not exactly the answer I was expecting based on the behavior we experienced. Once all of the initial 'full' backups of our systems were taken, the inode situation seems to have calmed down. -- Ray. On Tue, May 30, 2017 at 4:48 PM, Holger Parplies wrote:

Re: [BackupPC-users] Updated BackupPC 4 Debian Packages

2017-05-30 Thread Paul Fox
Holger Parplies wrote: > Hi, > > (shouldn't this really be on backuppc-devel?) not if you want feedback from users. > > Ludovic Drolez wrote on 2017-05-30 20:45:35 +0200 [Re: [BackupPC-users] > Updated BackupPC 4 Debian Packages]: > > > On Fri, May 26, 2017 at 10:34:11PM -0700, Craig Ba

Re: [BackupPC-users] Question about transient inodes

2017-05-30 Thread Holger Parplies
Hi, Ray Frush wrote on 2017-05-23 15:37:36 -0600 [[BackupPC-users] Question about transient inodes]: > [...] > Can a developer comment on under what conditions BackupPC might be > temporarily allocating a lot of extra inodes, and then quickly releasing > them? none. Regards, Holger ---

Re: [BackupPC-users] Updated BackupPC 4 Debian Packages

2017-05-30 Thread Holger Parplies
Hi, (shouldn't this really be on backuppc-devel?) Ludovic Drolez wrote on 2017-05-30 20:45:35 +0200 [Re: [BackupPC-users] Updated BackupPC 4 Debian Packages]: > > On Fri, May 26, 2017 at 10:34:11PM -0700, Craig Barratt wrote: > > >No, rsync-bpc isn't usable without BackupPC. stupid question

Re: [BackupPC-users] Limit Disk Space for a Host

2017-05-30 Thread Holger Parplies
Hi, Oliver Lippert wrote on 2017-05-30 22:32:49 +0200 [[BackupPC-users] Limit Disk Space for a Host]: > [...] > is there any way to set an „limit“ to an Host? no. > I want to backup an Host but want to make sure that all his backup-files max > reach 200GB. Even the concept of the storage space

Re: [BackupPC-users] Problems Starting BackupPC

2017-05-30 Thread Holger Parplies
Hi, I really don't know where to start on this one, and my reply is off-topic, even if the original post wasn't, so sorry about that. For the archives: don't "kill -9". Period. "kill -9" means "I saw someone use this for a different problem, and I wanted to try it, too. I don't really know what

[BackupPC-users] Limit Disk Space for a Host

2017-05-30 Thread Oliver Lippert
Hi there, is there any way to set an „limit“ to an Host? I want to backup an Host but want to make sure that all his backup-files max reach 200GB. Then I want to get an alert / mail / whatever… Current solution are two seperate docker backuppc-instances, but that is administration overhea

Re: [BackupPC-users] How to backup a laptop over internet

2017-05-30 Thread Xuo
Hi, Thank you for the explanations, even though I think I've understood about 10% of what you wrote ;-) I understand it's not easy to implement each request any user can ask for. So don't worry. I've started working on this vpn connection without knowing exactly what I could use it for, but I

Re: [BackupPC-users] How to backup a laptop over internet

2017-05-30 Thread Holger Parplies
Hi, Les Mikesell wrote on 2017-05-30 14:38:46 -0500 [Re: [BackupPC-users] How to backup a laptop over internet]: > On Tue, May 30, 2017 at 2:18 PM, Holger Parplies wrote: > > > > You *can* use a VPN locally, too. That way, you'd be reachable via the same > > address in both cases (plus a local o

Re: [BackupPC-users] Problems Starting BackupPC

2017-05-30 Thread Jeffrey West
Thank you! My friend figured it out and issues the following command which seemed to fix it. Kill -9 1289 Apparently, that killed the missing process which I could not find using ps -ax A simple service restart brought it back up. Jeff West Systems Engineer Riptide Software Office 321-

Re: [BackupPC-users] How to backup a laptop over internet

2017-05-30 Thread Les Mikesell
On Tue, May 30, 2017 at 2:18 PM, Holger Parplies wrote: > > You *can* use a VPN locally, too. That way, you'd be reachable via the same > address in both cases (plus a local one if you're on the local net; probably > faster for non-BackupPC traffic). Routing might be a little tricky. If the VPN i

Re: [BackupPC-users] Unexplained Error Code 255 - BackupPC

2017-05-30 Thread Holger Parplies
Hi, Akibu Flash wrote on 2017-05-29 05:27:04 + [Re: [BackupPC-users] Unexplained Error Code 255 - BackupPC]: > [...] > I am running backuppc version 4.41 on a Debian computer. wow ... where did you get that version from? > When I start a backup, it appears to properly connect to my Windows

Re: [BackupPC-users] How to backup a laptop over internet

2017-05-30 Thread Holger Parplies
Hi, Xuo wrote on 2017-05-30 19:03:03 +0200 [Re: [BackupPC-users] How to backup a laptop over internet]: > I'm using BackupPC 3.3.0 (got from the Web gui). > Yes this feature would be really great (at least for me !!). sorry, really busy, two quick remarks: Can't be too difficult to backport "thi

Re: [BackupPC-users] Updated BackupPC 4 Debian Packages

2017-05-30 Thread Ludovic Drolez
Hi! So I've build rsync-bpc and the Perl module without the included zlib, to make the Debian Security Team happy. I've sent you a pull request for rsync, if you want to make this the default compilation option and if there are no side-effects. BR, Ludo > > So, is it possible to use the sys

Re: [BackupPC-users] error log for new host

2017-05-30 Thread Kris Lou
Is there a trailing slash on your TopDir? p.s. I just do straight rsync over SSH to OSX. But know that whatever permissions you use to access the client (or start rsyncd if you go that route) needs permissions on the client data as well. Kris Lou k...@themusiclink.net On Tue, May 30, 2017 at 8

Re: [BackupPC-users] How to backup a laptop over internet

2017-05-30 Thread Xuo
Hi, I'm using BackupPC 3.3.0 (got from the Web gui). Yes this feature would be really great (at least for me !!). Thank you to all for your help. I'm still fighting with the vpn connection. I'll tell you if I succeed (one day) to backup through this f... vpn connection. vpn + nice feature => k

Re: [BackupPC-users] Problems Starting BackupPC

2017-05-30 Thread Michael Stowe
On 2017-05-30 09:30, Jeffrey West wrote: All, Over the weekend we had a power outage and the servers all went down due to a faulty APC. BackupPC will boot back up, but I cannot start the service. I get the following error. -- Unit backuppc.service has begun starting up. May 30 10:29:12 backu

Re: [BackupPC-users] error log for new host

2017-05-30 Thread Jeffrey West
I don’t know if this will help you, but this is how I backup my Macs. Created a template for backing up Macs. The file is called /etc/BackupPC/pc/macs.corpnet.com.pl.template Copy this file to /etc/BackupPC/pc/computername.corpnet.com.pl Edit the file and change the following line to include the

[BackupPC-users] error log for new host

2017-05-30 Thread Bob Katz
I think I've conquered the Thecus as a client and now for the next challenging client: a macbook pro. Also via rsyncd. I have the daemon running and what looks like a good rsyncd.conf file for the macbook pro. I'm not using "secrets" and that seems to work as a philosophy for the Thecus. However,

[BackupPC-users] Problems Starting BackupPC

2017-05-30 Thread Jeffrey West
All, Over the weekend we had a power outage and the servers all went down due to a faulty APC. BackupPC will boot back up, but I cannot start the service. I get the following error. -- Unit backuppc.service has begun starting up. May 30 10:29:12 backuppc.riptidesoftware.com BackupPC[2537]: