Hi Toma,
could you try doing a debug trace on the director when you are
trying the restore ?
You can enable the debug log by writing
setdebug level=200 trace=1 director
in the bconsole. Once you have reproduced the issue, you can
turn it off with e.g. setdebug level=10 trace=0 director again.
Having this debug trace would be immensely helpful.
Kind Regards,
Sebastian Sura
--
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 view this discussion visit https://groups.google.com/d/msgid/bareos-users/4ea3f42e-9b0e-4c3f-b28d-a2f382b3d81an%40googlegroups.com.
-- Sebastian Sura sebasti...@bareos.com Bareos GmbH & Co. KG Phone: +49 221 630693-0 https://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, Jörg Steffens, Philipp Storz
You received this message because you are subscribed to a topic in the Google Groups "bareos-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bareos-users/t7mBaL-hNKI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bareos-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bareos-users/44571472-7df2-4035-835f-1f9cbf4cab39%40bareos.com.
You received this message because you are subscribed to a topic in the Google Groups "bareos-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bareos-users/t7mBaL-hNKI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bareos-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bareos-users/cb1770ec-d5b0-4744-9d56-46eb8a30ccfdn%40googlegroups.com.
Hi Toma,
it looks like somehow One FS = NO is not honered here. According
to our docs:
https://docs.bareos.org/Configuration/Director.html#config-Dir_Fileset_Include_Options_OneFs
the warning you receive is expected even if you explicitly add
"File = /export", but it should still get backed up in that case.
Could you verify once more that "/export" is not backed up even if
you list it explicitly ? Is it possible that you forgot to reload
your config ?
There is still the issue of why it ignores your OneFS option
however. Could you run a backup with trace level 500 and post the
output here ? This should print the config that the file daemon
received.
Its very possible that the cause of the problem is using multiple
options blocks. They are a bit buggy and we recommend against
using them. Could you try switching up the order of your option
blocks ? For some options only the last option block is
considered.
Kind Regards
Sebastian Sura
To view this discussion visit https://groups.google.com/d/msgid/bareos-users/0d04ff3a-043d-4f41-8cee-ae5386e11580n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/bareos-users/ba245412-8ecf-4a28-b9b8-91a366b4277f%40bareos.com.
Hi Toma
from what i can tell you are just trying to exclude some directories. This should be possible with a simple exclude block, i.e.
Fileset {
Include { ... }
Exclude {
File = /usr/src
File = /lib/modules
}
}
This way you only need to use one Options block in your include
block itself. Combining them should also work from what I
remember.
Kind Regards
Sebastian Sura
To view this discussion visit https://groups.google.com/d/msgid/bareos-users/CAKfWHbq%3DdgYJo_LpGSaVe9U%2BF8jDHS9U5jFbdPR0gtQeKDWC3g%40mail.gmail.com.