Overlapping DLEs
Sunday, December 18th, 2005In all the documentation for amanda, nowhere can I find clear information as to how amanda avoids overlapping disklist entries (DLEs). My conclusion is that amanda makes no effort to avoid them! Instead, the burden is on the administrator and the tools that amanda uses (dump and GNU tar). This is my synopsis of the resulting obstacle course.
- Under Linux, dump will only process one filesystem at a time. But it is possible to specify a subdirectory of a filesystem in a DLE (/mount_point/subdirectory). In which case overlap would result if one DLE is a proper subset of another. I don’t think amanda would choke on this or even signal it.
- GNU’s tar, as invoked by amanda, does not appear to cross mount points -specifically the –one-file-system option is passed to tar. Consequently, tar and dump should behave similarly in the sense that they confine their operation to a single file system. As for dump, a DLE that is in fact a subdirectory of another DLE can be specified and probably not detected by amanda.

