![]() |
Double-Take Availability replicates all file and directory data in the supported Linux file systems. Double-Take Availability does not replicate items that are not stored on the file system, such as pseudo-file systems like /proc and /sys. In addition, note the following.
If you are using nested mount points, keep in mind that DTFS does not traverse mount point boundaries, so DTFS must be mounted to each volume in the hierarchy in the proper order. You must manage the sequence of the combined native and DTFS mount operations either manually or by modifying /etc/fstab to mount the file systems in the correct order. For example, the following entries in /etc/fstab ensure the native volumes and their respective DTFS mounts will occur in the proper sequence for this configuration.
/dev/sda1 | /level1 | ext3 | noatime | 0 | 0 |
dtfs | /level1 | dtfs | norepatime | 0 | 0 |
/dev/sda2 | /level1/level2 | ext3 | noatime | 0 | 0 |
dtfs | /level1/level2 | dtfs | norepatime | 0 | 0 |
/dev/sda3 | /level1/level2/level3 | ext3 | noatime | 0 | 0 |
dtfs | /level1/level2/level3 | dtfs | norepatime | 0 | 0 |
If you want to make sure all DTFS mount points are accounted for, view the list from the start and stop daemon menu in DTSetup or by doing a cat of /etc/DT/dtfs_mounts.
When managing these mount points manually, the lower or subordinate native mount points must not be mounted until DTFS is mounted for the parent mount. Using the same example and starting with all native volumes mounted, the following steps would be required.