View Issue Details

IDProjectCategoryView StatusLast Update
0001242bareos-coreGeneralpublic2023-12-12 17:27
Reporteranuroop989 Assigned Tobruno-at-bareos  
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
PlatformLinuxOSCentOSOS Version7
Product Version18.2.5 
Summary0001242: backup to s3 error :: bareos-sd: ERROR in backends/droplet_device.cc:109 error: src/conn.c:316: do_connect: Timed out connecting
DescriptionHi all,
I am using bareos to backup my files files to S3 using the droplet getting below error , Could any one assist me to fix this issue



my configuration are below

host = s3.amazonaws.com:443
use_https = true
backend = s3
aws_region = eu-central-1
aws_auth_sign_version = 4
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
  }
}

Tags"libdroplet"

Relationships

duplicate of 0001241 closedbruno-at-bareos backup failed :: bareos-sd: ERROR in backends/droplet_device.cc:109 error: src/conn.c:316: do_connect: Timed out connection 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-05-14 15:58 anuroop989 New Issue
2023-12-12 17:26 bruno-at-bareos Tag Attached: "libdroplet"
2023-12-12 17:26 bruno-at-bareos Relationship added related to 0001241
2023-12-12 17:27 bruno-at-bareos Assigned To => bruno-at-bareos
2023-12-12 17:27 bruno-at-bareos Status new => closed
2023-12-12 17:27 bruno-at-bareos Resolution open => duplicate
2023-12-12 17:27 bruno-at-bareos Relationship replaced duplicate of 0001241