Re: [Bacula-users] How to restore when there is /./ in path

2016-06-14 Thread Kern Sibbald
Hello, Yes, there are hundreds and maybe even thousands of additional tests that Bacula could do. The problem is that someone needs to implement them, and once implemented, it is just that much more code that needs to be maintained. Since this is really a user configuration problem that can e

Re: [Bacula-users] How to restore when there is /./ in path

2016-06-14 Thread Peter Viskup
Maybe Bacula could perform deeper inspection of the FileSet definition and replace all the double slashes, dot and dot-dot files accordingly. At least for the restore. This behavior may be considered as bug. On Tue, Jun 14, 2016 at 9:17 AM, Peter Viskup wrote: > http://pubs.opengroup.org/onlinepu

Re: [Bacula-users] How to restore when there is /./ in path

2016-06-14 Thread Peter Viskup
http://pubs.opengroup.org/onlinepubs/007904875/basedefs/xbd_chap04.html#tag_04_11 The special filename dot shall refer to the directory specified by its predecessor. The special filename dot-dot shall refer to the parent directory of its predecessor directory. As a special case, in the root direc