Re: [Bacula-users] Hung jobs in Bacula 9.6.5: Apparently fixed in 9.6.6

2020-10-12 Thread Josip Deanovic
tions, in the same environment) TLS issues were solved for all Centos versions but I didn't thoroughly test it yet. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [Bacula-users] Bacula 9.6.5 TLS issue - solved in 9.6.6

2020-10-08 Thread Josip Deanovic
On 2020-10-08 15:54, Phil Stracchino wrote: On 10/8/20 9:11 AM, Josip Deanovic wrote: Do you have to turn off attribute spooling with 9.6.3 and 9.6.6? Disabling attribute spooling will inflict noticeable performance degradation. Unfortunately, yes, because the attribute spooling code — at

Re: [Bacula-users] Bacula 9.6.5 TLS issue - solved in 9.6.6

2020-10-08 Thread Josip Deanovic
and 9.6.6? Disabling attribute spooling will inflict noticeable performance degradation. -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

[Bacula-users] Bacula 9.6.5 TLS issue - solved in 9.6.6

2020-09-27 Thread Josip Deanovic
Centos 7 and Centos 6 that Bacula 9.6.6 has solved that problem. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Newly added clients timing out

2020-09-24 Thread Josip Deanovic
the purpose of testing stop the firewall and get it up later. On the backup client you could use tcpdump to check if your packets from the backup server are really reaching your client server using the command such as this: tcpdump -i any -nnn -vvv 'port 9102' Then do the

Re: [Bacula-users] Discrepancy between backup/restore size and files

2020-09-13 Thread Josip Deanovic
bably work. GNU du has --apparent-size -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Discrepancy between backup/restore size and files

2020-09-13 Thread Josip Deanovic
t. It worked fine back in 2010-2012. > Yes, funny I somehow had not noticed that before - I've added it. I > presume it won't fix this problem, tho. No, but it will make the difference for future backups. -- Josip Deanovic _

Re: [Bacula-users] Discrepancy between backup/restore size and files

2020-09-13 Thread Josip Deanovic
exactly which files were present after the last backup. So it is able to handle deleted or renamed files." This option requires a bit more memory on the client side but I would say it is worth it. -- Josip Deanovic ___ Bacula-users mailing list B

Re: [Bacula-users] Discrepancy between backup/restore size and files

2020-09-12 Thread Josip Deanovic
xpected: 3,858 Files Restored: 3,858 So a quick check of the number of restored files might be useful. Something like: find /tmp/bacula-restores -print | wc -l Should be executed as root. My guess is that the number will match. -- Josip Deanovic

Re: [Bacula-users] Discrepancy between backup/restore size and files

2020-09-12 Thread Josip Deanovic
f the c:/Users/camil/OneDrive directory be the missing kilobytes you are looking for? -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Discrepancy between backup/restore size and files

2020-09-12 Thread Josip Deanovic
ons { compression=GZIP } } on a Unix system where /usr is a subdirectory (rather than a mounted filesystem) will cause /usr to be backed up twice. -END- Could you check the relevant file set? Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] File spool location

2020-09-03 Thread Josip Deanovic
Directory Don't forget to exclude its location from the backup. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] one client consistently times out @ 7th file, ~769KB

2020-08-31 Thread Josip Deanovic
3 bytes to Storage > daemon:bacula-server:9103: ERR=Connection timed out Hello! Sound like routing problem. I would start nc in listening mode on the SD server and try to send some big test file (e.g. some tar archive containing random data) using nc to see if the problem would occur even

Re: [Bacula-users] preserving ACL permissions

2019-07-29 Thread Josip Deanovic
t; I'm hoping the next full run (scheduled for Wednesday) will have them > all. > > Martin was also right about the config change not resulting in a full > backup (just incremental) so my tape hasn't run out of space. > > Thanks everyone! > > Adam Nice to hea

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
just for testing. Then once those restore fine > you can go back to your full set. Or maybe to create another, smaller job for testing. -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
On Thursday 2019-07-25 15:28:09 Adam Weremczuk wrote: > On 25/07/19 12:16, Josip Deanovic wrote: > > When you perform some change you can always test the configuration > > with the bacula-dir -t command. > > I get the following for every single client conf: > > bacula

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
he bextract which doesn't use database, you will get the files with unix permissions applied. For some reason I was convinced that they are stored in the database. -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourc

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
On Thursday 2019-07-25 12:42:13 Adam Weremczuk wrote: > On 25/07/19 12:36, Josip Deanovic wrote: > > Just checked the documentation. > > @Martin, I think you are right. > > > > > > https://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director >

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
On Thursday 2019-07-25 12:31:42 Adam Weremczuk wrote: > On 25/07/19 12:18, Josip Deanovic wrote: > > On Thursday 2019-07-25 12:11:58 Martin Simmons wrote: > >> I don't think this change will cause a full backup -- only changes to > >> File= and Plugin= lines will d

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
ame and an MD5 checksum of the Include/Exclude contents). Each time a new FileSet is created, Bacula will ensure that the next backup is always a Full save." -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
On Thursday 2019-07-25 12:11:58 Martin Simmons wrote: > I don't think this change will cause a full backup -- only changes to > File= and Plugin= lines will do that. Curious to hear if this is correct. :-) -- Josip Deanovic ___ Bacula-us

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
= "/mnt/..." } Exclude { File = "/var/cache/apache2/mod_disk_cache" File = "/var/tmp" File = "/mnt/..." File = "/mnt/..." File = "/mnt/..." } } I have just switched two "Options" blocks. An

Re: [Bacula-users] preserving ACL permissions

2019-07-25 Thread Josip Deanovic
On Thursday 2019-07-25 10:15:46 Adam Weremczuk wrote: > On 25/07/19 03:52, Josip Deanovic wrote: > > Can you also check ldd bacula-fd on both clients (working and not > > working)? > > > > I cannot check now if samba is using libacl or its own implementation. > &g

Re: [Bacula-users] preserving ACL permissions

2019-07-24 Thread Josip Deanovic
ete_def_file > > I'm getting identical output on the other client ALC backups worked on. Can you also check ldd bacula-fd on both clients (working and not working)? I cannot check now if samba is using libacl or its own implementation. -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] preserving ACL permissions

2019-07-23 Thread Josip Deanovic
SHA1 >##sparse = yes >xattrsupport = yes >aclsupport = yes >noatime = yes >checkfilechanges = yes > } > Options { >exclude = yes >regexfile =... Have you checked both file systems for the ACL support? ACL s

Re: [Bacula-users] bacula and SQLite

2019-04-29 Thread Josip Deanovic
On Monday 2019-04-29 14:36:07 Dimitri Maziuk via Bacula-users wrote: > On 4/29/19 1:57 PM, Josip Deanovic wrote: > > Because of the reasons Kern already wrote. > > Yes, but they have nothing to do with the question. It does. It implies that it is not supported by the authors/mai

Re: [Bacula-users] bacula and SQLite

2019-04-29 Thread Josip Deanovic
f the reasons Kern already wrote. It's not that SQLite is bad or does not have the needed capabilities but it simply adds to the complexity of the source and maintenance of bacula features. Regards! -- Josip Deanovic ___ Bacula-users ma

Re: [Bacula-users] Doubts about Bacula

2019-04-25 Thread Josip Deanovic
tive and try to realize what change in the bacula as a system would be needed to make the things discussed in this thread possible rather than proving that we can make fragile and hard to maintain proof of concept. Regards! -- Josip Deanovic __

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
On Tuesday 2019-04-16 14:29:32 Dimitri Maziuk via Bacula-users wrote: > On 4/16/19 1:22 PM, Josip Deanovic wrote: > > The usual way to do it is a shared storage. > > Servers would need to be able to connect to the storage and see the > > exported LUN over fibre channel, iSCS

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
On Tuesday 2019-04-16 12:40:02 Dimitri Maziuk via Bacula-users wrote: > On 4/16/19 10:04 AM, Josip Deanovic wrote: > > NFS and DRBD are not really comparable that way. > > The easy way you migrate a running VM from one host to another is to > have the image on an NFS mounted o

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
lar cluster component that was unstable. RHEV (RedHat Enterprise Virtualization) or oVirt solved that by introducing a solution that didn't relay on complex and unstable cluster components. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
also chose to sync the blocks of the underlying block device to a remote location which could serve the purpose if the goal is to protect yourself from hardware error on the primary site. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
. > > But since you are doing bscan on secondary SD it might not be affected > by the bug I have mentioned. Forgot to say that the bug I have mentioned was reported for the version 7.4 if I am not mistaken. It could be fixed in newer versions. Regards -- Josip Deanovic

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
mething from the secondary SD? I am asking because I have reported some bugs related to bsr files but I don't remember the detail any more. But since you are doing bscan on secondary SD it might not be affected by the bug I have mentioned. Regards! -- Josip Deanovic _

Re: [Bacula-users] Doubts about Bacula

2019-04-16 Thread Josip Deanovic
redundancy at the block level. NFS is a network file system which could be setup on top of the DRBD provided block device and doesn't provide redundancy. > I'd also try to run bacula in a container instead of VM at this point. > but that's just me. It all depends on his environ

Re: [Bacula-users] Doubts about Bacula

2019-04-15 Thread Josip Deanovic
shing VM is really bad problem and is not something that should be ignored or considered as nuisance. You should attend to solving this problem before proceeding with improvements of other systems that rely on that VM and its stability. Good luck. Regards! -- Josip Deanovic

Re: [Bacula-users] Problem Adding File Volume

2019-03-11 Thread Josip Deanovic
bacula tape 213 Mar 10 10:50 Vol0013 > > but list media only show the old volumes. > > What am I missing? Hi! I would suggest checking: - free space on disk - directory permissions - Pool configuration (e.g. Maximum Volumes) Regards! -- Josip Deanovic

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-28 Thread Josip Deanovic
at opportunity to introduce it to > all Bacula users at bacula-users and bacula-devel mailing list. The > introduction failed. Community rejected the project. Respect. Kind regards! -- Josip Deanovic ___ Bacula-users mailing

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-25 Thread Josip Deanovic
could be used by different graphing and monitoring systems. Regards -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-25 Thread Josip Deanovic
e enough. I wanted to write about that to the authors but had no time to do it and that was few years back so I would need to test it again. -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] [Bacula-devel] IBAdmin

2019-01-25 Thread Josip Deanovic
ying to point out the concrete problem, the worst thing you could do would be to defend the software instead of considering to modify it. Regards! -- Josip Deanovic ___ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-25 Thread Josip Deanovic
ty software to use Backup system's database in order to write its own data. For sysadmins separation is not an option, it is a requirement for a well design software. Otherwise it just doesn't fit. Regards! -- Josip Deanovic ___ B

Re: [Bacula-users] what's this command?

2018-03-20 Thread Josip Deanovic
Volume === *status scheduled Level Type Pri Scheduled Job Name Schedule = -- Josip De

Re: [Bacula-users] what's this command?

2018-03-19 Thread Josip Deanovic
dir". Am I remembering wrong that this command was there (a few > years ago)? I want to see all my jobs that will start tonight, their > priorities, etc. Hi Mike, Maybe "status dir" or "s dir" :-) -- Josip Deanovic ---

Re: [Bacula-users] Issue upgrading to 9.0.6 from 7.4.7

2018-03-18 Thread Josip Deanovic
_TABLES Yes, it is safe for bacula. What I suggested was the default setting before the 5.7 change. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.

Re: [Bacula-users] Issue upgrading to 9.0.6 from 7.4.7

2018-03-18 Thread Josip Deanovic
m > :-) You are welcome. You could check it by issuing SELECT @@GLOBAL.sql_mode; Make sure that you know what sql_mode does and that you are ok with it. If that database is a dedicated for bacula you are probably ok w

Re: [Bacula-users] Issue upgrading to 9.0.6 from 7.4.7

2018-03-18 Thread Josip Deanovic
your mysql database. I guess that it might look something like: sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' You could set it to what it used to be in the olde

Re: [Bacula-users] Inc/Diff backup of one job suddenly not working

2018-03-12 Thread Josip Deanovic
here else now?). > > Ah, I overlooked the obvious. Yes indeed it does appear as if Kmail in > its infinite wisdom has now decided to yet again store the emails > somewhere else. > > Heaven only knows where ... I can't find them. Hope they're not in a > mbox instead

Re: [Bacula-users] Problem with client on 32-bit Ubuntu server

2018-03-12 Thread Josip Deanovic
ry. Now the client process starts up and > lets me connect via bconsole. That would work but more sound solution would be to use the option "Plugin Directory" in your config file and set it to the correct path to plugin

Re: [Bacula-users] Problem with client on 32-bit Ubuntu server

2018-03-12 Thread Josip Deanovic
ocess is not running. Is there some way to > debug why the client won’t run? Could it be due to it being a 32-bit > OS? I have the client running on an even older version of Ubuntu > (11.10) but that one is 64-bit. Try to use the -d option to set the debug level. Regards

Re: [Bacula-users] Bacula what are the best configuration to backup over Internet

2018-03-11 Thread Josip Deanovic
although it's painfully slow and complex process. That's even more important because your packets will have to go through the internet. Apart from bacula, you might chose to create a tunnel between the backup and client server. In that case you could opt to use openvpn, ipsec or

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
On Monday 2018-03-05 22:19:14 Shawn Rappaport wrote: > On 3/5/18, 2:37 PM, "Josip Deanovic" wrote: > > Actually Shawn didn't say that the backup failed. > > He just said that when he manually started the backup job the next > > day, it finished successfully,

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
Josip DeanovicOn Monday 2018-03-05 22:23:08 wrote: > On Monday 2018-03-05 14:38:07 Dimitri Maziuk wrote: > > On 03/05/2018 02:27 PM, Josip Deanovic wrote: > > > On Monday 2018-03-05 14:16:34 Dimitri Maziuk wrote: > > >> That's not an error if a securit

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
On Monday 2018-03-05 14:38:07 Dimitri Maziuk wrote: > On 03/05/2018 02:27 PM, Josip Deanovic wrote: > > On Monday 2018-03-05 14:16:34 Dimitri Maziuk wrote: > >> That's not an error if a security op's workstation is also a backup > >> client. > > > &

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
d to open a connection to the bacula service during the backup. I don't think that should happen. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
On Monday 2018-03-05 14:16:34 Dimitri Maziuk wrote: > On 03/05/2018 12:45 PM, Josip Deanovic wrote: > > The question is: is the IP 10.32.12.18 the IP of the client that had > > to be backed up? > > > > > > > > If yes then the vulnerability scan overtook th

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
On Monday 2018-03-05 12:32:50 Dimitri Maziuk wrote: > On 03/05/2018 12:00 PM, Josip Deanovic wrote: > > On Monday 2018-03-05 17:08:45 Shawn Rappaport wrote: > >> Thank you, Patti! You were correct. It turns out there was a > >> vulnerability scan run against that network

Re: [Bacula-users] Packet size too big errors

2018-03-05 Thread Josip Deanovic
On Monday 2018-03-05 17:08:45 Shawn Rappaport wrote: > Thank you, Patti! You were correct. It turns out there was a > vulnerability scan run against that network at that time. Did you configure your bacula to use SSL/TLS connection? I wonder if that would help in your case. -- Josip De

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Josip Deanovic
t;collect2: error: ld returned 1 exit status" so it is still linking problem. Do you have static zlib package installed? Since you are using Centos it will be zlib-static.x86_64. Regards -- Josip Deanovic -- C

Re: [Bacula-users] trying to build a static bacula-fd

2018-02-09 Thread Josip Deanovic
On Friday 2018-02-09 15:14:44 Mike Eggleston wrote: > Thanks, Greg. I’ll look for “dnf”. I looked for *-devel packages and > forgot the *-static packages. ☺ No need to use dnf on Centos. You can continue use yum. Regards -- Josip De

Re: [Bacula-users] incremental restore deleted files

2018-01-25 Thread Josip Deanovic
On Thursday 2018-01-25 10:15:00 malka hisham bacher wrote: > how to solve the issue of that the deleted files been restored in > incremental backup ,, I am using bacula version 5 Look for the Accurate option in the Bacula documentation. Regards -- Josip De

Re: [Bacula-users] restore a fiile tree to a specific date?

2018-01-01 Thread Josip Deanovic
t the case, > and if so is there a way to get it to restore it to exactly the state > at the time of the 12-31 backup? Check the option "Accurate" in the Bacula documentation. It is used during the backup and I don't think it would help you now. Still, it is good to be aware of it

Re: [Bacula-users] Bacula and kvm

2017-11-22 Thread Josip Deanovic
d use it to automate configuration of bacula-fd inside the virtual machine and then start the machine. That would work just fine. I should also say that some of my info could be outdated as I haven't chance/time to follow on KVM's development for the past five years. Regards -- Josip

Re: [Bacula-users] Bacula and kvm

2017-11-21 Thread Josip Deanovic
e's blocks. If it fails in the process > of merging blocks that could result in data loss or at least > in the longer downtime while the backed up image is restored. Another thing that should be taken into consideration. https://fedoraproject.org/wiki/Talk:Features/Virt_Live_Snapshots

Re: [Bacula-users] Bacula and kvm

2017-11-21 Thread Josip Deanovic
n without heavy testing. I am particularly concerned about the merging the snapshot back to the original image's blocks. If it fails in the process of merging blocks that could result in data loss or at least in the longer downtime while the ba

Re: [Bacula-users] Bacula and kvm

2017-11-21 Thread Josip Deanovic
re using to solve the problem. Maybe you don't need snapshot but just access the file inside the image. In that case maybe some library and tools such as libguestfs would be of help here. -- Josip Deanovic -- Check

Re: [Bacula-users] Bacula and kvm

2017-11-21 Thread Josip Deanovic
but I would still go with the normal bacula-fd if possible. It requires some testing but I am convinced that bacula's file daemon would be faster than the process that reads files in the image using the libguestfs library. -- Josip Deanovic ---

Re: [Bacula-users] Bacula and kvm

2017-11-20 Thread Josip Deanovic
file and by removing the snapshot the used space wasn't freed once it was allocated. I don't know if that changed over the last five years but it would be a good idea to test it before putting it into production

Re: [Bacula-users] Bacula and kvm

2017-11-20 Thread Josip Deanovic
of the VM knows that you are backing up his files or for some reason you don't want to run backup agent inside the VM, I don't see the point of not doing it the safe (as in data consistency) and easy way. -- Josip Deanovic

Re: [Bacula-users] Feature Request - job complete status of with warnings on zero files zero bytes

2017-11-12 Thread Josip Deanovic
ives it's on them. :-) Then again sometimes false positive is better than undetected incident. Of course. the check could be done outside the bacula directly on the database but then again we could say the same for many features already implemented into bacul

Re: [Bacula-users] Verifying a new install

2017-10-30 Thread Josip Deanovic
7;s why I said that you need to execute the scripts manually to check if they are running as expected. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Sl

Re: [Bacula-users] Verifying a new install

2017-10-30 Thread Josip Deanovic
ul about permissions) 2. backup dumped files 3. remove dumped files Disable the step 3. while you are debugging to see what was actually dumped from the database. Also, make sure that only root can access the directory where you intend to perform database dumps. -- Josip

Re: [Bacula-users] Fwd: Kern left Puerto Rico

2017-10-05 Thread Josip Deanovic
enture. I suggest that after you leave Barcelona you visit Syria or Yemen next. :-) Glad to hear that you are all right. Regards -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most

Re: [Bacula-users] Incomplete backup - due to bsock error

2017-09-13 Thread Josip Deanovic
error messages in the dmesg output? The same question goes for the system logs (usually /var/log/messages). -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging

Re: [Bacula-users] No Job status returned from FD. Backup fails

2017-09-07 Thread Josip Deanovic
Josip Deanovic On Thursday 2017-09-07 12:05:38 wrote: > On Thursday 2017-09-07 09:33:06 Matthias Koch-Schirrmeister wrote: > > That's of course a possibility. I'll reactivate a few more jobs and > > we'll see then. Basically two jobs used to fail, and these were &

Re: [Bacula-users] No Job status returned from FD. Backup fails

2017-09-07 Thread Josip Deanovic
On Thursday 2017-09-07 09:33:06 Matthias Koch-Schirrmeister wrote: > Am 07.09.2017 um 11:04 schrieb Josip Deanovic: > > On Thursday 2017-09-07 08:50:14 Matthias Koch-Schirrmeister wrote: > >> Am 06.09.2017 um 10:13 schrieb Matthias Koch-Schirrmeister: > >>> Setting

Re: [Bacula-users] No Job status returned from FD. Backup fails

2017-09-07 Thread Josip Deanovic
u very much so far, > hope that was the solution. The odd thing is, this used to work for > over a year without setting the heartbeat directive at all. > > Matthias Might be that there are now some network i

Re: [Bacula-users] unable to authenticate with Storage daemon

2017-08-24 Thread Josip Deanovic
to use when it is connecting to that storage. This will be the same password you are using in the bacula-dir.conf in the Storage section. This image might help: http://www.bacula.org/7.4.x-manuals/en/images/Conf-Diagram.png -- Josip Deanovic ---

Re: [Bacula-users] Windows FileSet

2017-08-24 Thread Josip Deanovic
hose files. > > Any idea what is going on here? Did you reload the bacula to apply the changes you made in the bacula configuration? -- Josip Deanovic -- Check out the vibrant tech community on one of the world&#

Re: [Bacula-users] R: 9.0.3's FD incompatible with 7.4's DIR

2017-08-18 Thread Josip Deanovic
me or lower version than bacula-dir/bacula-sd. Even then you might loose some features or bugfixes that's why it's the best to keep all the components at the same version. Regards -- Josip Deanovic -- Check

Re: [Bacula-users] Delete canceled Job

2017-07-18 Thread Josip Deanovic
efore taking the steps I have mentioned above. Otherwise, AFAIK it is not possible to remove the bytes that belong to the failed job from the volume using normal bacula procedures. There is also an option of manual database update but it comes with the risk of human error and it is generally not

Re: [Bacula-users] Release 9.0. 0 - Suse - ACL Error

2017-07-13 Thread Josip Deanovic
r has a version 2.x. You need a library package and its devel package. So you need to install libattr package and if you really need to use version 1.x of libattr then you need to install libattr1-devel package. Regards -- Josip Deanovic

Re: [Bacula-users] Bacula Release 9.0.0

2017-07-07 Thread Josip Deanovic
st it in a coming weeks since I am finally going to have a proper test environment. Regards! -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! ht

Re: [Bacula-users] Centos 7 php56-gd

2017-06-14 Thread Josip Deanovic
to use EPEL repository. AFAIK, EPEL doesn't provide php 5.6. That's why I have suggested IUS repository. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tec

Re: [Bacula-users] Centos 7 php56-gd

2017-06-14 Thread Josip Deanovic
will have to replace all of your php packages with their php56u packages. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.

Re: [Bacula-users] Optimize Mysql

2017-06-01 Thread Josip Deanovic
ace up to the space which is already occupied by the database files. Make sure that you have enough space on the file system used by the database files otherwise you will fail to successfully use the dbcheck tool with temporary indexes. -- J

Re: [Bacula-users] Optimize Mysql

2017-06-01 Thread Josip Deanovic
s for that. Thank you. You mean dbcheck tool that comes with bacula? -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org

Re: [Bacula-users] Add external drive rotation to existing backup regime?

2017-05-10 Thread Josip Deanovic
. The problem with this approach is that original poster is looking for a way to keep one or multiple removable media (e.g. large usb disk) offline and offsite for some period of time (e.g. month) and then periodically replace the media. -- Josip Deanovic ---

Re: [Bacula-users] Bacula-Web 7.4.0 released

2017-05-08 Thread Josip Deanovic
if the code need a fix (even better open a > bug report). Ok, thanks. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdo

Re: [Bacula-users] Bacula-Web 7.4.0 released

2017-05-08 Thread Josip Deanovic
nd feedback are welcome. "Bacula-Web 7.4.0: As of Bacula-Web 7.4.0, your server will need at least PHP version 5.6.0" Too bad. The required php version is too high even for RHEL 7.x without third party repositories. -- Josip Deanovic -

Re: [Bacula-users] Mantis bacula bugs has disappeared (like empty database)

2017-04-17 Thread Josip Deanovic
On Monday 2017-04-17 17:19:28 Wanderlei Huttel wrote: > But there's no backup of Mantis Database? Whether there is a backup or not, an upgrade to the fixed (possibly newest) version of Mantis should be performed. Otherwise the same incident could occur again. -- Josip

Re: [Bacula-users] Mantis bacula bugs has disappeared (like empty database)

2017-04-17 Thread Josip Deanovic
7 Fixed in Version: 1.3.10 It seems that same goes for 2.3.1. -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _

Re: [Bacula-users] Mantis bacula bugs has disappeared (like empty database)

2017-04-17 Thread Josip Deanovic
ity issues: https://www.mantisbt.org/wiki/doku.php/mantisbt:handling_security_problems -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most enga

Re: [Bacula-users] Mantis bacula bugs has disappeared (like empty database)

2017-04-17 Thread Josip Deanovic
pretty disturbing. What about the file size on the disk? Maybe file system or memory corruption. Try mysql commands such as "check table ;" and if needed "repair table ;" but first check that there is e

Re: [Bacula-users] Fatal error sql_create.c

2017-04-12 Thread Josip Deanovic
On Wednesday 2017-04-12 01:07:41 Petar Kozić wrote: > @Josip Deanovic > Are you using spooling? > If yes, is your spool directory on the same file system as your database > data? > > No, I don’t spooling Data, only Attributes > > My config: > Spool Data = no > Sp

Re: [Bacula-users] Fatal error sql_create.c

2017-04-09 Thread Josip Deanovic
? If yes, is your spool directory on the same file system as your database data? -- Josip Deanovic -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Bacula-users] Fatal error sql_create.c

2017-04-09 Thread Josip Deanovic
ll backup at Sunday on my about > 10-12 linux instances. > *—* > > *Petar Kozić* > System Administrator Check the logs of your database server, check if the database has enough space on the file system. Run full backup manually and observe what is going on the

Re: [Bacula-users] Restore backup to different client

2017-04-03 Thread Josip Deanovic
ds to be restored 3. Chose the restore job (the server to whom this backup originally belongs but here you could use a target server also) 4. modify the restoration and change the restore client (chose the target server) That should be it. -- Josip Deanovic ---

Re: [Bacula-users] Bacula and GDPR - right to be forgotten

2017-03-31 Thread Josip Deanovic
mangling with the backup volumes should be considered very dangerous and the whole thing about the right to be forgotten law is a bit funny. I don't know if a commercial version of Bacula could make this procedure easier and more safe. -- Josip Deanovic -

Re: [Bacula-users] bacula ignoring mtimeonly

2017-03-29 Thread Josip Deanovic
On Wednesday 2017-03-29 14:07:43 scar wrote: > Josip Deanovic wrote on 03/28/2017 09:10 PM: > > I believe that this could be a problem. > > It could be that bacula saved files with ctime during the last full > > backup and now sees all the files as changed even with the "

<    1   2   3   4   >