Hi Christian,
it's some time ago I wrapped my head around this, but if I'm not
mistaken, it should be like this.
Am 27.03.2023 um 07:55 schrieb Christian Völker:
Hi all,
just as an addition:
Will there be a difference between the following config-items?
FullKeepCnt = [4,0,1,1] vs. FullKeepC
Hi Mark,
It is normal that there are no files. The files are in the pool or cpool, not
the host folder.
But why you are getting an empty file from the restore is not clear.
Please help us helping you and provide logs from the backup you try to restore
and some general infos about your setup.
C
Hi Stefan,
what you are describing is the way bpc 3 does it.
In v4, the newest backup will be filled and all incrementals will
reference this backup.
Mit freundlichen Grüßen / Best regards
i.A. Christopher Diekkamp
Am 03.04.2019 um 13:56 schrieb Stefan Schumacher:
> Hello,
>
> (It s
Hi John,
can you see any directories inside the host directory in
/var/lib/BackupPC/pc?
There should be a numerical named folder for each backup of this host.
If you can find these folders, check if there are any entries in the
/var/lib/BackupPC/pc/hostname/backups file. It should contain a line
Hi,
you could make use of the pre backup commands to check if you are on the
cable or wifi and e.g. abort fulls if not on cable.
See:
$Conf{DumpPreUserCmd} = undef;
$Conf{DumpPostUserCmd} = undef;
$Conf{DumpPreShareCmd} = undef;
$Conf{DumpPostShareCmd} = undef;
$Conf{RestorePreUserCmd} = undef;
$
Hi,
just a wild guess, what is your *$Conf{DfPath} = ''* set to and does it
work for your ZFS partition?
It's the only command I can think of that could create such an issue.
Cheers
Christopher
Am 18.12.2018 um 15:39 schrieb W Forum W:
> Hi,
>
> We moved our backuppc directories (cpool log pc p
Best regards
i.A. Christopher Diekkamp
Otto Schneider <http://www.otto-schneider.de/>
Otto Schneider GmbH & Co. KG
Raiffeisenstraße 5
D-63303 Dreieich
Am 28.08.2018 um 13:40 schrieb Timmy Siu via BackupPC-users:
> Dear All BackupPC Users,
>
> I have finally installed BackupPC v4.2.
Hello dear backuppc users,
I'm struggling setting up BackupPC to backup a windows 10 host via SMB.
Here is the XferLOG:
Running: /usr/bin/smbclient pc-name\\C\$ -U domain\\user -E -d 1 -m SMB3 -c
tarmode\ full -Tc - /Users/username/AppData/
/Users/username/Documents/backupipad.bak /Windows
27;m running smbclient with the path as I configured it, it works fine.
ls /Users/username/AppData/
I also tried configuring the path with backslashes and event doubled
backslashes instead but without success.
How can I tell BackupPC not to replace the forward slashes with backslashes?
Thanks a lot!
--