Re: [BackupPC-users] backup localhost: Permission denied

2022-02-05 Thread Falko Trojahn via BackupPC-users
Hi, I try to backup my local host. I made these settings: $Conf{RsyncClientCmd} = ' /usr/bin/sudo $rsyncPath $argList+'; Using: $Conf{RsyncClientPath} = '/usr/bin/sudo /usr/bin/rsync'; works for me Which settings are missing? F. ___ Backu

Re: [BackupPC-users] backup not working with a bigsur client

2021-10-09 Thread Falko Trojahn via BackupPC-users
Hello Johny, I've got a bigsur client I'd like to backup. Whzen I manualy connect from the backup server, with the right account, everything works. But when I try to launch a backup, it fails with these messages : rsync: on remote machine: -slHogDtprcxe.iLsfxC: unknown option rsync error: s

Re: [BackupPC-users] How to exclude one SubDir if other are include

2021-04-21 Thread Falko Trojahn via BackupPC-users
Hi, I successfull backup /var/home/bob/files/* . not neccessary to backup under /var/home/bob/files/upload/. I use rsync - any idea what i do wrong? It depends on the defined shares. Example: $Conf{BackupFilesExclude} = { '*' => [ '/junk', '/dont_back_this_up' ], '/home'

Re: [BackupPC-users] Using a jump host to backup via rsync over SSH

2020-04-22 Thread Falko Trojahn via BackupPC-users
Hi Pim, The reason for this had nothing to do with any "remote host", it was that the "backuppc" user had no shell configured! # grep backuppc /etc/passwd backuppc:x:994:990::/var/lib/BackupPC:/sbin/nologin After changing the shell to /bin/bash for backuppc, all errors disappe

Re: [BackupPC-users] Using a jump host to backup via rsync over SSH

2020-04-22 Thread Falko Trojahn via BackupPC-users
Hi Pim, Without DumpPreUserCmd I get the following error when initiating an incremental backup through the web interface: Got fatal error during xfer (rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.2.0]) that reminds me, that I'm using rsync-bpc version 3.0.9.14

Re: [BackupPC-users] Using a jump host to backup via rsync over SSH

2020-04-21 Thread Falko Trojahn via BackupPC-users
Hello Pim, using jumphost here for backing up a remote host and it's VMs without any problems. What BackupPC version do you use? I am using BackupPC 4.3.1-3 from the yum repository for CentOS 7. Very good to hear that you got it working on your installation. ok, so I'll try it on an 4.3.2 ins

Re: [BackupPC-users] Using a jump host to backup via rsync over SSH

2020-04-21 Thread Falko Trojahn via BackupPC-users
Hi Pim, using jumphost here for backing up a remote host and it's VMs without any problems. What BackupPC version do you use? I am using BackupPC 4.3.1-3 from the yum repository for CentOS 7. Very good to hear that you got it working on your installation. ok, so I'll try it on an 4.3.2 inst

Re: [BackupPC-users] Using a jump host to backup via rsync over SSH

2020-04-20 Thread Falko Trojahn via BackupPC-users
Hi, Option B: using an SSH client config file Alternatively I have tried using an implicit jump host through SSH client config with a slightly different way of setting up the jump host (through netcat). This results in exactly the same errors. Host client-machine ProxyCommand ssh jumphost

Re: [BackupPC-users] Execute bash script after each share on backup server

2017-12-16 Thread Falko Trojahn via BackupPC-users
Hi Julian, Zielke, Julian, NLI schrieb am 27.11.2017 um 13:46: When a backup is canceled by the user, the error text is whatever was last in the log. It might not be a real error. It is not canceled by the user but DumpPreShareCmd returns 1 and thus makes BackupPC not running the backup. Is