Ver Fonte

Merge pull request #2006 from sherbang/patch-1

Docs: language clarification - VM backup FAQ
TW há 8 anos atrás
pai
commit
c5172646ab
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -13,7 +13,7 @@ Yes, the `deduplication`_ technique used by
 Also, we have optional simple sparse file support for extract.
 
 If you use non-snapshotting backup tools like Borg to back up virtual machines,
-then these should be turned off for doing so. Backing up live VMs this way can (and will)
+then the VMs should be turned off for the duration of the backup. Backing up live VMs can (and will)
 result in corrupted or inconsistent backup contents: a VM image is just a regular file to
 Borg with the same issues as regular files when it comes to concurrent reading and writing from
 the same file.