Re: [BackupPC-users] restore a backup from command line

2023-11-03 Thread Ghislain Adnet
omate this but seems there is not a tool for it. -- cordialement, Ghislain ADNET. AQUEOS. ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/ba

[BackupPC-users] restore a backup from command line

2023-10-30 Thread Ghislain Adnet
/share/backuppc/bin/BackupPC_restore 127.0.0.1 myclientserver.com  /etc/vim/vimrc /usr/share/backuppc/bin/BackupPC_restore: bad reqFileName (arg #3): /etc/vim/vimrc usage: /usr/share/backuppc/bin/BackupPC_restore [-p] [-v] [-m] any idea if this is possible ? -- cordialement, Ghislain ADNET

Re: [BackupPC-users] maintaining exclusion templates

2021-05-27 Thread Ghislain Adnet
Le 20/05/2021 à 21:18, Mike Hughes a écrit : Hi BackupPC users, I'd like to maintain several templates for exclusion lists to be available across all clients. For example, the LINUX_WWW template might exclude these directories: /proc /sys /home/this_user /mnt/this_network_share /tmp hi,

[BackupPC-users] compilation error in rsyncbpc Fyi

2021-05-07 Thread Ghislain Adnet
hi, just forwarding some warning i got in compiling backuppc rsync if it helps to have the info: socket.c: In function ‘open_socket_out’: socket.c:76:59: warning: ‘%s’ directive output may be truncated writing up to 1023 bytes into a region of size between 976 and 1005

[BackupPC-users] compilation error on VXS FYI

2021-05-07 Thread Ghislain Adnet
hello, just FYI i got error when i compile VXS if it helps anyone: bpc_attrib.c:1249:50: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 8191 [-Wformat-truncation=] 1249 | snprintf(attribPathTemp, BPC_MAXPATHLEN,

Re: [BackupPC-users] Conf{PoolNightlyDigestCheckPercent} on btrfs and zfs

2021-05-04 Thread Ghislain Adnet
, and then that ZFS keep the checksum and guarantee that the file did not change (assuming raidz1 at least of course) then, at the end what could be the case where this check help find issue ? -- cordialement, Ghislain -- cordialement, Ghislain ADNET. AQUEOS

[BackupPC-users] Conf{PoolNightlyDigestCheckPercent} on btrfs and zfs

2021-04-30 Thread Ghislain Adnet
hi, Should this setting put to 0 on ZFS or BTRFS as the filesystem allready do checksumming and will detect issues ? Or is it something différent ? $Conf{PoolNightlyDigestCheckPercent} = 1; Integrity check the pool files by confirming the md5 digest of the contents matches their

Re: [BackupPC-users] ZFS very slow with BackupPC_refCountUpdate

2021-04-27 Thread Ghislain Adnet
Le 27/04/2021 à 11:14, Alexander Moisseev via BackupPC-users a écrit : On 27.04.2021 11:31, Ghislain Adnet wrote: so we have lots of z_rd_int but its /usr/share/backuppc/bin/BackupPC_refCountUpdate that do all the io. Do you still have BackupPC v3 pool? It may relate to hardlinks

Re: [BackupPC-users] ZFS very slow with BackupPC_refCountUpdate

2021-04-27 Thread Ghislain Adnet
Le 25/04/2021 à 15:57, Robert Trevellyan a écrit : Have you maxed out the RAM? ZFS needs lots of RAM for best performance. seems the ram is totalusedfree shared buff/cache available Mem: 15Gi14Gi 164Mi 2.0Mi 1.3Gi

Re: [BackupPC-users] ZFS very slow with BackupPC_refCountUpdate

2021-04-26 Thread Ghislain Adnet
/meminfo when it happens. -- cordialement, Ghislain ADNET. AQUEOS. ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:https://github.com/backuppc/backuppc/wiki

Re: [BackupPC-users] ZFS very slow with BackupPC_refCountUpdate

2021-04-26 Thread Ghislain Adnet
am not entirely sure the list wants to see the gory details. yes sure, we can share the result with the list if we find something :) -- cordialement, Ghislain ADNET. AQUEOS. ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List

Re: [BackupPC-users] btrfs questions

2021-03-12 Thread Ghislain Adnet
Le 06/03/2021 à 15:24, Paul Leyland a écrit : I've seen bit-rot on a few disks out of hundreds used over the last 35-ish years. I am now storing /var/lib/backuppc on a ZFS RAID since the last catastophic disk failure. Sure enough one of those disks started writing garbage and then was taken

[BackupPC-users] ZFS very slow with BackupPC_refCountUpdate

2020-11-15 Thread Ghislain Adnet
817 be/4 100 1759.34 K/s 285.89 K/s 0.00 % 43.55 % systemd-journald I have similar setup in ext4 and btrfs who run really fine but on ZFS it crawl like crazy. Is the anything i missed ? -- cordialement, Ghislain ADNET. AQUEOS. ___ Backu

Re: [BackupPC-users] Wrong info in bpc->BackupInfoRead ?

2020-10-30 Thread Ghislain Adnet
l also need to repeat that code inside the if statement for the case the backup fails (here <https://github.com/backuppc/backuppc/blob/master/bin/BackupPC_dump#L1308>). Craig Thanks Craig, i 'all have to play with that and retest. Thanks for the heads up ! :) -- cordialement, Ghis

[BackupPC-users] Wrong info in bpc->BackupInfoRead ?

2020-10-23 Thread Ghislain Adnet
t ZABBIX "$host filebackup_duree_".$backups[$lastbackupID]{type}." ".int($backups[$lastbackupID]{endTime}-$backups[$lastbackupID]{startTime})."\n"; How can i call a script when the backup is completed to send information about it to a monitoring system ? -- cordialement, Gh

Re: [BackupPC-users] compiling backuppc4.4, error starting the daemon

2020-09-03 Thread Ghislain Adnet
i added to the ./configure --config-dir /etc/backuppc \ to perl ./configure.pl --batch --no-fhs --hostname $HOSTNAME --uid-ignore \ --install-dir /usr/share/backuppc \ --run-dir /var/run/backuppc --config-dir /etc/backuppc \ --log-dir /var/log/backuppc \

[BackupPC-users] compiling backuppc4.4, error starting the daemon

2020-09-03 Thread Ghislain Adnet
Hi, i try to compile the backuppc4.4 as there is no package to migrate from backuppc of the debian. I compiled and installed successfully XS, rsync on my ubuntu 20.04 but the backuppc part fail when i try to start the service: [backuppc:~]$ /usr/share/backuppc/bin/BackupPC No language

Re: [BackupPC-users] no errors but no file backuped in some directory not others

2020-04-19 Thread Ghislain Adnet
thanks a lot for your help on this one Craig ! Ghislain. ___ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List:https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki:http://backuppc.wiki.sourceforge.net Project:

Re: [BackupPC-users] no errors but no file backuped in some directory not others

2020-04-19 Thread Ghislain Adnet
On 4/19/20 8:45 AM, Craig Barratt via BackupPC-users wrote: Yes, the rsync settings have changed in 4.x.  You'll need to set $Conf{RsyncSshArgs} and $Conf{RsyncClientPath}.  You should be able to put the chroot into $Conf{RsyncClientPath}. Craig ok so i guess #$Conf{RsyncClientCmd}=

Re: [BackupPC-users] no errors but no file backuped in some directory not others

2020-04-19 Thread Ghislain Adnet
On 4/18/20 6:49 AM, Craig Barratt via BackupPC-users wrote: Are you using rsync?  The default in 4.x is --one-file-system.  You can edit the config file to remove that if you prefer. I do realize you said "the client machine has only one partition", so that might not be the issue. oh sorry,

Re: [BackupPC-users] BackupPC 4.2.1 released

2018-05-25 Thread Ghislain Adnet
This release allows the new backup delete CGI feature to be disabled for users and/or admins, plus a couple of minor bug fixes: very cool, thanks ! this delete feature perhaps is cool for some but i really dislike that user can screw the production AND the backup. This way i can prevent

Re: [BackupPC-users] BackupPC 4.2.0 released

2018-04-16 Thread Ghislain Adnet
Le 15/04/2018 à 01:10, Craig Barratt via BackupPC-users a écrit : BackupPC 4.2.0  has been released on Github. The changes since4.1.5 are listed below.  The biggest change is a

[BackupPC-users] RGDP, is backuppc still usable for non hobby backups after may 25

2018-03-25 Thread Ghislain Adnet
Hi there, The RDGP or GDRP is a new law in Europe : https://en.wikipedia.org/wiki/General_Data_Protection_Regulation it state that; data MUST be protected from top to bottom, this include of course backup. In May 2018 all company in EU or using data about EU citizen will be subject to this

[BackupPC-users] best ssh settings for backup PC performances

2006-08-24 Thread Ghislain ADNET
ssh compression ? Protocol 2 Cipher blowfish Ciphers blowfish-cbc CompressionLevel 5 How does this impact the performance of a backupPC machine ? The question is open, let us share our experiences on this ! :) -- Cordialement, Ghislain ADNET. smime.p7s Description: S/MIME