Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi!!
When i was configuring the clien I got this error when I use bacula-fd bacula-fd.conf
13-sep 18:24 bacula-fd: TERMINATION ERROR en parse_conf.c:348
Configuration error: message type: respctored no encontrado
: line 43, column 55 in file /etc/bacula/bacula-fd.conf
director = REMOTE_HOSTNAME-dir = all, !skipped, !respctored
??? I thought that i could use markdown. Let’s see if I try HTML <pre>test</pre>
<pre> echo “hello world” echo “this is a test” </pre>
@isirguezglez: You have a configuration/syntax error in <pre>/etc/bacula/bacula-fd.conf </pre>
Did you follow the article correctly?
I am having some issues testing the remote connection. I get “connecting to client ubuntu-fd at 192.168.1.106:9102. Failed to connect to Client ubuntu-fd.”
*status Status available for: 1: Director 2: Storage 3: Client 4: All Select daemon type for status (1-4): 3 The defined Client resources are: 1: home-server-fd 2: ubuntu-fd Select Client (File daemon) resource (1-2): 2 Connecting to Client ubuntu-fd at 192.168.1.106:9102 Failed to connect to Client ubuntu-fd.
I know that’s the correct address. Is there any easy way to figure out my connection problem? I’m no expert, but I followed the steps perfectly.
Thanks, Brad
@bphillips: Does 192.168.1.106 have a firewall installed? Is port 9102 open?
Everything working well except for the last part : Checking the Filesystem. Seems like it only backed and restore the /usr directory. What’s wrong? Also, is this automated backed? When does it run? How can I configure that? Thanks
This tutorial is nice but needs 2 major additions.
In bacula-sd.conf: Device { Name = FileStorage Media Type = File
Archive Device = <Should be specified> eg/ home/robert/bacula_dest
And bacula_dest should have the right permissions. sudo chown -R bacula:bacula /home/robert/bacula_dest sudo chmod -R 700 /home/robert/bacula_dest
List of files to be backed up FileSet { Name = “Full Set” Include { Options { signature = MD5 }
File = /usr/sbin <--- List
File = /home/robert <--- Add etc.
}