1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-24 00:09:00 +00:00

document how to backup raw disk

This commit is contained in:
Thomas Waldmann 2015-07-27 22:27:13 +02:00
parent 60dfde2dc6
commit 729cc4d82d

View file

@ -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