Am 23.03.2016 um 16:00 schrieb Les Mikesell: > On Wed, Mar 23, 2016 at 5:47 AM, Nicolas Göddel > <mailingli...@freakscorner.de> wrote: >> So I tested this out but I was not running out of memory. Only 5% RAM was >> needed >> by rsync and backuppc_dump together. I has to be an other problem. Is it >> because >> the source disk is also used by Samba and up to 20 users use the harddisk at >> a >> time? On the other side nobody is using this samba share at night when the >> backup is running. > Having other processes using files might slow things down but it > shouldn't be fatal. I have seen problems with USB attached drives, > though. You might look through /var/log/messages for errors around > the times backuppc runs have failed. The PIPE error doesn't tell you > much except that the underlying xfer program quit unexpectedly. > I did not get any new information when looking in /var/log/syslog. There are no errors. But I solved the problem by using rsync instead of rsyncd as XferMethod with the following rsync arguments: --timeout=604800 --contimeout=604800 --no-compress I only had to exchange some public keys within the same machine.
I use the "--no-compress" parameter because of this bug: https://bugzilla.samba.org/show_bug.cgi?id=7757 I do not really know if that bug stll exists in rsync version 3.1.1 but I wanted to be sure. The internal backup path now looks a bit different: /var/lib/backuppc/pc/<computer>/<mount> Before <mount> was the name of the rsync share. Now it is the absolute path which has to be backed up. The backup runs smoothly now and I can see the actual command line with 'ps aux', 'htop' and similar tools. All parameters listed in RsyncArgs and RsyncArgsExtra were used. -- —————————————————————————————————————————————— Homepage: http://freakscorner.de Facebook: http://www.facebook.com/Bastelkeller Twitter: http://twitter.com/freaks_corner Youtube: http://youtube.com/tubenic86 ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ 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: http://backuppc.sourceforge.net/