X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct.adoc;fp=pct.adoc;h=ab529a9734435383843d6f2379a28288911d4fc6;hp=4ca8d7ee6fb8f3af79985f789f8e05d90f65d58d;hb=690cd737ad3cf1fbbb3ca7160af488f8a2ee0e27;hpb=6fb50457fff5fad525f73fbc404069d4712c455e diff --git a/pct.adoc b/pct.adoc index 4ca8d7e..ab529a9 100644 --- a/pct.adoc +++ b/pct.adoc @@ -320,6 +320,26 @@ ACLs allow you to set more detailed file ownership than the traditional user/ group/others model. +Backup of Containers mount points +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +By default additional mount points besides the RootDisk mount point are not +included in backups. You can reverse this default behavior by setting the +* Backup* option on a mount point. +// see PVE::VZDump::LXC::prepare() + +Replication of Containers mount points +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +By default additional mount points are replicated when the RootDisk +is replicated. If you want the {pve} storage replication mechanism to skip a + mount point when starting a replication job, you can set the +*Skip replication* option on that mount point. + +As of {pve} 5.0, replication requires a storage of type `zfspool`, so adding a + mount point to a different type of storage when the container has replication + configured requires to *Skip replication* for that mount point. + + [[pct_settings]] Container Settings ------------------