Re: [Bacula-users] setting up an autochange in the cloud

2024-10-22 Thread Bill Arlofski via Bacula-users
On 10/22/24 1:05 AM, Stefan G. Weichinger wrote: So I assume you say, it's enough to enable it in SD, right? And let the FD encryption away to keep it simple(r). ? Yes. I think so, BUT make sure to pay attention to dealing with managing the key files for each volume. They get stored in the k

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-22 Thread Stefan G. Weichinger
Am 21.10.24 um 17:15 schrieb Bill Arlofski via Bacula-users: Not sure I would call FD encryption plus SD encryption "better", only because you have the added task of managing the keys/certs on the client(s) in addition to the SD re-encrypting the already FD-encrypted data and you needing to ma

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-21 Thread Marcin Haba
On Mon, 21 Oct 2024 at 09:45, Stefan G. Weichinger wrote: > So that means for best protection I would need "storage daemon data > volume encryption"? Or even better: enable both? > > I assume enabling both would add overhead in terms of CPU usage etc Hello Stefan, I think the same as Bill that u

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-21 Thread Bill Arlofski via Bacula-users
On 10/21/24 1:45 AM, Stefan G. Weichinger wrote: > So that means for best protection I would need "storage daemon data volume encryption"? Or even better: enable both? I assume enabling both would add overhead in terms of CPU usage etc Hello Stefan, Not sure I would call FD encryption plus SD

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-21 Thread Stefan G. Weichinger
Am 20.10.24 um 20:13 schrieb Marcin Haba: There is an option "Volume encryption" in the cloud storage resource, I assume this would be redundant, right? This is the storage daemon data volume encryption directive. It is not used for the file daemon encryption. As far as I understand if the f

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-20 Thread Marcin Haba
On Sun, 20 Oct 2024 at 18:21, Stefan G. Weichinger wrote: > > Don't worry. This user list is exactly for that - for asking questions > > and helping users :-) > > great, thanks a lot > > I now have a new question ;-) Hello Stefan, > I set up data encryption in the file deamon reading from my des

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-20 Thread Stefan G. Weichinger
Am 11.10.24 um 20:41 schrieb Marcin Haba: Hello Stefan, On Fri, 11 Oct 2024 at 20:26, Stefan G. Weichinger wrote: did that, it seems to do something now ;-) Super :-) Do I understand correctly that it writes in to "/tmp/$somevol" at first and then uploads data to the cloud? Yes, in short

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Marcin Haba
Hello Stefan, On Fri, 11 Oct 2024 at 20:26, Stefan G. Weichinger wrote: > did that, it seems to do something now ;-) Super :-) > Do I understand correctly that it writes in to "/tmp/$somevol" at first > and then uploads data to the cloud? Yes, in short. It writes volumes locally (local cache)

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Marcin Haba
Hello Stefan, On Fri, 11 Oct 2024 at 20:16, Stefan G. Weichinger wrote: > > ok, fixed some things Great. > I now get > > tx100-sd JobId 11: Error: contabo-bck1-0005/part.2 state=error > retry=10/10 size=386 B duration=1s > msg=/opt/bacula/plugins/aws_cloud_driver upload contabo-bck1-0005 >

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Stefan G. Weichinger
Am 11.10.24 um 19:44 schrieb Marcin Haba: On Fri, 11 Oct 2024 at 19:16, Marcin Haba wrote: Cloud { Name = "contabo-bucket1" Driver = "S3" HostName = "eu2.contabostorage.com" BucketName = "buc" AccessKey = "xxx" SecretKey = "" Protocol = "HTTPS" Hello Stefan

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Stefan G. Weichinger
Am 11.10.24 um 19:44 schrieb Marcin Haba: On Fri, 11 Oct 2024 at 19:16, Marcin Haba wrote: Cloud { Name = "contabo-bucket1" Driver = "S3" HostName = "eu2.contabostorage.com" BucketName = "buc" AccessKey = "xxx" SecretKey = "" Protocol = "HTTPS" Hello Stefan

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Stefan G. Weichinger
Am 11.10.24 um 19:54 schrieb Stefan G. Weichinger: Am 11.10.24 um 19:16 schrieb Marcin Haba: On Fri, 11 Oct 2024 at 17:23, Stefan G. Weichinger wrote: Trying to set up an autochanger using a S3-compatible bucket in "the cloud" (in my case at Contabo in germany). Fresh installation of Bacula-1

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Stefan G. Weichinger
Am 11.10.24 um 19:44 schrieb Marcin Haba: On Fri, 11 Oct 2024 at 19:16, Marcin Haba wrote: Cloud { Name = "contabo-bucket1" Driver = "S3" HostName = "eu2.contabostorage.com" BucketName = "buc" AccessKey = "xxx" SecretKey = "" Protocol = "HTTPS" Hello Stefan

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Stefan G. Weichinger
Am 11.10.24 um 19:16 schrieb Marcin Haba: On Fri, 11 Oct 2024 at 17:23, Stefan G. Weichinger wrote: Trying to set up an autochanger using a S3-compatible bucket in "the cloud" (in my case at Contabo in germany). Fresh installation of Bacula-15.0.2, Bacularis-4.0.0 on a Debian-12.7 machine. H

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Marcin Haba
On Fri, 11 Oct 2024 at 19:16, Marcin Haba wrote: > > Cloud { > >Name = "contabo-bucket1" > >Driver = "S3" > >HostName = "eu2.contabostorage.com" > >BucketName = "buc" > >AccessKey = "xxx" > >SecretKey = "" > >Protocol = "HTTPS" Hello Stefan, One more thing. In

Re: [Bacula-users] setting up an autochange in the cloud

2024-10-11 Thread Marcin Haba
On Fri, 11 Oct 2024 at 17:23, Stefan G. Weichinger wrote: > Trying to set up an autochanger using a S3-compatible bucket in "the > cloud" (in my case at Contabo in germany). > > Fresh installation of Bacula-15.0.2, Bacularis-4.0.0 on a Debian-12.7 > machine. Hello Stefan, > Added the packages: