Explorar el Código

Merge pull request #2006 from sherbang/patch-1

Docs: language clarification - VM backup FAQ
TW hace 8 años
padre
commit
c5172646ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.
 Also, we have optional simple sparse file support for extract.
 
 
 If you use non-snapshotting backup tools like Borg to back up virtual machines,
 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
 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
 Borg with the same issues as regular files when it comes to concurrent reading and writing from
 the same file.
 the same file.