Explorar o código

document how to backup raw disk

Thomas Waldmann %!s(int64=10) %!d(string=hai) anos
pai
achega
729cc4d82d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/usage.rst

+ 3 - 0
docs/usage.rst

@@ -139,6 +139,9 @@ Examples
     # Backup huge files with little chunk management overhead
     $ borg create --chunker-params 19,23,21,4095 /mnt/backup::VMs /srv/VMs
 
+    # Backup a raw device (must not be active/in use/mounted at that time)
+    $ dd if=/dev/sda bs=10M | borg create /mnt/backup::my-sda -
+
 
 .. include:: usage/extract.rst.inc