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