Hi, This is output from last full backup:
2019-03-19 20:16:44 bareos-dir JobId 25: Start Backup JobId 25, Job=backup-lucyfer.2019-03-19_20.16.42_31 2019-03-19 20:16:44 bareos-dir JobId 25: Connected Storage daemon at bareos:9103, encryption: PSK-AES256-CBC-SHA 2019-03-19 20:16:44 bareos-dir JobId 25: Created new Volume "default-25" in catalog. 2019-03-19 20:16:44 bareos-dir JobId 25: Using Device "drive-0" to write. 2019-03-19 20:16:44 bareos-dir JobId 25: Connected Client: lucyfer-fd at lucyfer:9102, encryption: PSK-AES256-CBC-SHA 2019-03-19 20:16:44 bareos-dir JobId 25: Handshake: Immediate TLS 2019-03-19 20:16:44 bareos-dir JobId 25: Encryption: PSK-AES256-CBC-SHA 2019-03-19 20:16:45 lucyfer-fd JobId 25: Connected Storage daemon at bareos:9103, encryption: PSK-AES256-CBC-SHA 2019-03-19 20:16:45 lucyfer-fd JobId 25: Extended attribute support is enabled 2019-03-19 20:16:45 bareos-sd JobId 25: Labeled new Volume "default-25" on device "drive-0" (/var/lib/bareos/storage). 2019-03-19 20:16:45 lucyfer-fd JobId 25: ACL support is enabled 2019-03-19 20:16:45 bareos-sd JobId 25: Wrote label to prelabeled Volume "default-25" on device "drive-0" (/var/lib/bareos/storage) 2019-03-19 20:16:45 bareos-dir JobId 25: Max Volume jobs=1 exceeded. Marking Volume "default-25" as Used. 2019-03-21 06:04:15 lucyfer-fd JobId 25: Disallowed filesystem. Will not descend from / into /run 2019-03-21 06:04:15 lucyfer-fd JobId 25: Disallowed filesystem. Will not descend from / into /sys 2019-03-21 06:04:15 lucyfer-fd JobId 25: Disallowed filesystem. Will not descend from / into /dev 2019-03-21 06:06:30 bareos-sd JobId 25: Releasing device "drive-0" (/var/lib/bareos/storage). 2019-03-21 06:06:31 bareos-sd JobId 25: Elapsed time=33:49:46, Transfer rate=24.96 M Bytes/second 2019-03-21 06:06:31 bareos-dir JobId 25: Insert of attributes batch table with 543620 entries start 2019-03-21 06:06:42 bareos-dir JobId 25: Insert of attributes batch table done 2019-03-21 06:06:43 bareos-dir JobId 25: Bareos bareos-dir 18.2.5 (30Jan19): Build OS: Linux-4.4.92-6.18-default redhat CentOS Linux release 7.6.1810 (Core) JobId: 25 Job: backup-lucyfer.2019-03-19_20.16.42_31 Backup Level: Full Client: "lucyfer-fd" 18.2.5 (30Jan19) Linux-4.4.92-6.18-default,redhat,CentOS Linux release 7.6.1810 (Core) ,CentOS_7,x86_64 FileSet: "LinuxAll" 2019-03-14 11:32:12 Pool: "default" (From Job resource) Catalog: "MyCatalog" (From Client resource) Storage: "local-sd" (From Pool resource) Scheduled time: 19-mar-2019 20:16:42 Start time: 19-mar-2019 20:16:45 End time: 21-mar-2019 06:06:43 Elapsed time: 1 day 9 hours 49 mins 58 secs Priority: 10 FD Files Written: 543,620 SD Files Written: 543,620 FD Bytes Written: 3,040,740,132,426 (3.040 TB) SD Bytes Written: 3,040,837,418,739 (3.040 TB) Rate: 24965.4 KB/s Software Compression: None VSS: no Encryption: no Accurate: yes Volume name(s): default-25 Volume Session Id: 17 Volume Session Time: 1552561512 Last Volume Bytes: 3,043,115,550,928 (3.043 TB) Non-fatal FD errors: 0 SD Errors: 0 FD termination status: OK SD termination status: OK Bareos binary info: bareos.org build: Get official binaries and vendor support on bareos.com Termination: Backup OK 2019-03-21 06:06:43 bareos-dir JobId 25: Begin pruning Jobs older than 2 months 10 days . 2019-03-21 06:06:43 bareos-dir JobId 25: No Jobs found to prune. 2019-03-21 06:06:43 bareos-dir JobId 25: Begin pruning Files. 2019-03-21 06:06:43 bareos-dir JobId 25: No Files found to prune. 2019-03-21 06:06:43 bareos-dir JobId 25: End auto prune I haven't mentioned it before but I use ansible to deploy my bareos (servers and all clients) so i was running exactly the same configuration on 17.2 and 18.2. There is no benefit of using compression in my case since my limit is cpu , not network (i have tested it on 17.2). I do not have any dedicated parameters for compression or/and encription in my configfiles so i use defauls. As far as i understand this results in having no compression in both versions (as shown above) and having encription enabled by default only in 18.2. I am grateful for Bareos Developers for introducing TLS-PSK. This is a milestone feature that enables reasonably hardened setups without any additional complexity. I am pretty sure it is encription that makes this performance issue for me. If you need my config files then i can send them but first please let me know wchich sections of wchich daemons do you need. I can also run strace or whatever. Just let me know. This is how my fileset definition: FileSet { Name = "LinuxAll" Description = "Backup all regular filesystems, determined by filesystem type." Include { Options { sparse = yes aclsupport = yes accurate = mcspiug verify = pin5 Signature = MD5 # calculate md5 checksum per file One FS = No # change into other filessytems FS Type = btrfs FS Type = ext2 # filesystems of given types will be backed up FS Type = ext3 # others will be ignored FS Type = ext4 FS Type = reiserfs FS Type = jfs FS Type = xfs FS Type = zfs FS Type = vfat } File = / } # Things that usually have to be excluded Exclude { File = /var/lib/bareos File = /var/lib/pgsql File = /var/lib/mysql File = /var/lib/libvirt/images File = /var/lib/docker File = /var/opt/gitlab File = /volumes File = /proc File = /tmp File = /var/tmp File = /.journal File = /.fsck } } Kind Regards Bart śr., 20 mar 2019 o 11:48 Rinat Camal <richman10000...@gmail.com> napisał(a): > naaah. > I've created this fileset when I was backing up 1,5 TB folder. > > Most of data in shared folder already compressed by other formats (*.dt, > xls, etc...) and they are in exception list. > there is little amount of files to compress left. > > -- > You received this message because you are subscribed to the Google Groups > "bareos-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to bareos-users+unsubscr...@googlegroups.com. > To post to this group, send email to bareos-users@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr...@googlegroups.com. To post to this group, send email to bareos-users@googlegroups.com. For more options, visit https://groups.google.com/d/optout.