Discussion:
[bareos-users] i have a problem with S3 storge
Minaa
2018-03-26 10:59:50 UTC
Permalink
i configerd bareos to backup my data on S3 i did as this link

https://github.com/bareos/bareos/blob/master/README.droplet

but when i run the job i get this error mes after fail

" 26-Mar 07:36 bareos-dir JobId 4: Warning: bsock_tcp.c:128 Could not connect to Storage daemon on 46.101.9.86:9103. ERR=Connection refused "

the only place i added this ip in is

/etc/bareos/bareos-dir.d/storage/File.conf

and it look like this

Storage {
Name = File
Address = "46.101.9.86"
Password = "mypassword"
Device = S3_ObjectStorage
Media Type = S3_File_1
}

can anyone help ?
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Minaa
2018-03-26 11:01:30 UTC
Permalink
btw 46.101.9.86 is the server that has data on it need to be backup
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jörg Steffens
2018-03-26 16:23:14 UTC
Permalink
Post by Minaa
i configerd bareos to backup my data on S3 i did as this link
https://github.com/bareos/bareos/blob/master/README.droplet
but when i run the job i get this error mes after fail
" 26-Mar 07:36 bareos-dir JobId 4: Warning: bsock_tcp.c:128 Could not connect to Storage daemon on 46.101.9.86:9103. ERR=Connection refused "
the only place i added this ip in is
/etc/bareos/bareos-dir.d/storage/File.conf
and it look like this
Storage {
Name = File
Address = "46.101.9.86"
Password = "mypassword"
Device = S3_ObjectStorage
Media Type = S3_File_1
}
So it behaves exactly the way it is configured.
It expects a Bareos Storage Daemon running on 46.101.9.86.
If this is not the case and it is your S3 system instead, you have to
configure it in the droplet configuration.

As the droplet interface is only technical preview, please also see
https://bugs.bareos.org/view.php?id=892 for the known limitations.

regards,
Jörg
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Minaa
2018-03-27 08:02:48 UTC
Permalink
ok did I configer it right
is what inside /etc/bareos/bareos-dir.d/storage/File.conf should be the ip of the server that have the data i need to backup or it should be a link to my S3

i am new to bareos and S3 sorry if i am asking noobs questions
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sean Sullivan
2018-03-29 15:41:21 UTC
Permalink
I am also new but I think the file /etc/bareos/bareos-dir.d/storage/File.conf should hold the information to connect to the bareos-sd service on the server. IE if you want to backup files to /mnt/storage/ on bareos-sd.someserver.com then the file would look like this::


Storage {
Name = File
Address = bareos-sd.someserver.com # N.B. Use a fully qualified name here (do not use "localhost" here).
Password = "some_long_password_here"
Device = FileStorage
Media Type = File
}


In my case, the file points to the local host. So instead of bares-sd.someserver.com, it has the short hostname of my bareos server in the address:

Storage {
Name = File
Address = kg10-19 # N.B. Use a fully qualified name here (do not use "localhost" here).
Password = "_____password_____"
Device = FileStorage
Media Type = File
}


The password should match the file in /etc/bareos/bareos-sd.d/director/bareos-dir.conf


I hope this helps.
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Rafael Castellar das Neves
2018-10-10 23:22:26 UTC
Permalink
Post by Minaa
ok did I configer it right
is what inside /etc/bareos/bareos-dir.d/storage/File.conf should be the ip of the server that have the data i need to backup or it should be a link to my S3
i am new to bareos and S3 sorry if i am asking noobs questions
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#x1-1010008
Hi guys!

I'm trying to understand how can I have my bareos 17.2 using my S3. I'm confused. As I saw, there is no bareos-storage-droplet to my OS. I saw a reference to Scality Droplet (https://github.com/bareos/Droplet), can it be used as a replacement of bareos-storage-droplet?

I'd really appreciate if some of you could guide me.

Tks
--
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+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...