BareOS Full backup to S3 Fails :: backup failed :: bareos-sd: ERROR in backends/droplet_device.cc:109 error: src/conn.c:316: do_connect: Timed out connection

72 kali dilihat
Langsung ke pesan pertama yang belum dibaca

Anuroop Prakash

belum dibaca,
14 Mei 2020, 10.21.0114/05/20
kepadabareos-devel
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

-------------------------------------------------
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
  }
}
-------------------------------------------------
Balas ke semua
Balas ke penulis
Teruskan
0 pesan baru