Tagged Questions
The bacula tag has no wiki summary.
3
votes
2answers
574 views
How to back up a huge file with Bacula?
It currently is 700MB but it's conceivable that it'll grow beyond the 1GB. Normally I just copy this file to another location (for the curious, it's the database of a Zope instance,
a ZODB file).
...
1
vote
1answer
166 views
Base64 and non standard
I try to create a python client for bacula, but I have some problem with the authentication.
The algorithm is :
import hmac
import base64
import re
...
challenge = re.search("auth cram-md5 ()", ...
0
votes
1answer
25 views
Obtain Bacula status in parseable format
Is it possible to obtain the status of Bacula backup system Director in some parseable format?
It looks like the human-readable representation (one you can see when using bacula-console) is formed ...
0
votes
0answers
158 views
Custom remote backup solution.. or something ready-made/off-the-shelf
I want to have a simple to use backup system for members of my family that securely stores data at a remote site managed by me or my family.
A solution could be having a local server and remote server ...
-1
votes
1answer
192 views
Good backup solution for Xen virtual machines?
we are looking for a backup solution for our xen servers that meets the following requirements:
makes backups while machines are running
has easy to use disaster recovery without depending on ...