On Tue, Apr 28, 2015 at 3:56 PM, c mu <[email protected]> wrote:
> I don't know if it works, but you could probably create a symbolic link to > the original location and ignore the new location. Since Bareos is able to store symlinks as-is, I'm pretty sure it would distinguish them from the actual files. Hard links *might* work better, but the layout change looks roughly like this... OLD: root/stuff_1 root/stuff_2 root/stuff_3 (...) NEW: root/A/stuff_1 root/A/stuff_2 root/B/stuff_2 (...) ...so even if the links worked, it would still make a bit of a mess. Is there no way to avoid storing duplicates in such a trivial case of moved files? -Jarno -- 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 [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
