Re: [BackupPC-users] FullKeepCnt?

2023-05-08 Thread Christopher Diekkamp
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

Re: [BackupPC-users] Missing backup files

2022-11-03 Thread Christopher Diekkamp
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

Re: [BackupPC-users] Filling and incremental backups

2019-04-03 Thread Christopher Diekkamp
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

Re: [BackupPC-users] backup server disks moved to new server

2019-02-14 Thread Christopher Diekkamp
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

Re: [BackupPC-users] Laptop backups

2019-01-03 Thread Christopher Diekkamp
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; $

Re: [BackupPC-users] ZFS issue

2018-12-18 Thread Christopher Diekkamp
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

Re: [BackupPC-users] No admin privilege with SCGI method

2018-08-28 Thread Christopher Diekkamp
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.

[BackupPC-users] No Files dumped for share C$ - NT_STATUS_INVALID_PARAMETER

2018-08-16 Thread Christopher Diekkamp
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

[BackupPC-users] Error backing up Windows 10 client via SMB: NT_STATUS_INVALID_PARAMETER listing \\Users\username\AppData\

2018-08-07 Thread Christopher Diekkamp
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! --