Hi All,
I am getting this error when trying a full backup using the fileset 
LinuxAll. I am backing up to S3 

**************************************************
14-May 13:25 bareos-dir JobId 42: Start Backup JobId 42, 
Job=centosvmd-job.2020-05-14_13.25.32_04
14-May 13:25 bareos-dir JobId 42: Connected Storage daemon at centos:9103, 
encryption: PSK-AES256-CBC-SHA
14-May 13:25 bareos-dir JobId 42: Using Device "AWS_S3_1-00" to write.
14-May 13:25 bareos-dir JobId 42: Probing client protocol... (result will 
be saved until config reload)
14-May 13:25 bareos-dir JobId 42: Connected Client: centosvmd at 
192.168.183.5:9102, encryption: PSK-AES256-CBC-SHA
14-May 13:25 bareos-dir JobId 42:    Handshake: Immediate TLS
14-May 13:25 bareos-dir JobId 42:  Encryption: PSK-AES256-CBC-SHA
14-May 13:25 anuroop-prakash-fd JobId 42: Connected Storage daemon at 
centos:9103, encryption: PSK-AES256-CBC-SHA
14-May 13:25 bareos-sd: info: src/droplet.c:127: dpl_init: PRNG has been 
seeded with enough data
14-May 13:25 anuroop-prakash-fd JobId 42: Extended attribute support is 
enabled
14-May 13:25 anuroop-prakash-fd JobId 42: ACL support is enabled
14-May 13:26 bareos-sd JobId 42: Volume "Full-0022" previously written, 
moving to end of data.
14-May 13:27 bareos-sd JobId 42: Ready to append to end of Volume 
"Full-0022" size=359117060
14-May 13:34 anuroop-prakash-fd JobId 42:      *Disallowed filesystem. Will 
not descend from / into /dev*
*14-May 13:39 anuroop-prakash-fd JobId 42:      Disallowed filesystem. Will 
not descend from / into /run*
14-May 13:39 anuroop-prakash-fd JobId 42:      Disallowed filesystem. Will 
not descend from / into /sys
*14-May 13:40 bareos-sd: ERROR in backends/droplet_device.cc:109 error: 
src/conn.c:316: do_connect: Timed out connecting to server 52.219.73.63:80 
after 5 seconds*



NOTE With the same configuration I can do the backup using the fileset 
Selftest also the increment is working fine, Also tried with 

Could anyone lookinto this and assit me to fix this issue, I don't know 
where I am missing .


*My Confugurations *



Main configurations
---------------------------------
Device {
  Name = "AWS_S3_1-00"
  Media Type = "S3_Object1"
  Archive Device = "AWS S3 Storage"
  Device Type = droplet
  Device Options = 
"profile=/etc/bareos/bareos-sd.d/device/droplet/aws.profile,bucket=mc-bareos-test,chunksize=100M,iothreads=0,retries=0"
  Label Media = yes
  Random Access = yes
  Automatic Mount = yes
  Removable Media = no
  Always Open = no
  Description = "S3 device"
  Maximum Concurrent Jobs = 1

-------------------------------------------------
host = s3.amazonaws.com:443
use_https = true
backend = s3
aws_region = eu-central-1
aws_auth_sign_version = 4
accesskey= < >
secret key = < >
pricing_dir = ""

-------------------------------------------------

FileSet {
  Name = "LinuxAll"
  Description = "Backup all regular filesystems, determined by filesystem 
type."
  Include {
    Options {
      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
    }
    File = /
  }
  # Things that usually have to be excluded
  # You have to exclude /var/lib/bareos/storage
  # on your bareos server
  Exclude {
    File = /var/lib/bareos
    File = /var/lib/bareos/storage
    File = /proc
    File = /tmp
    File = /var/tmp
    File = /.journal
    File = /.fsck
  }
}
-------------------------------------------------

-- 
--
CONFIDENTIALITY NOTICE: This e-mail and any attachments hereto are 
intended only for use by the addressee(s) named herein and may contain 
legally privileged and/or confidential information. If you are not the 
intended recipient of this e-mail, you are hereby notified that any 
dissemination, distribution or copying of this e-mail, and any attachments 
thereto, is strictly prohibited. If you have received this e-mail in error, 
please notify the sender by replying to this message and permanently delete 
the original and any copy of this e-mail and any printout thereof.

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-devel/eb7db3f6-2511-4c00-aa68-f57d7e4fc36c%40googlegroups.com.

Reply via email to