pull/7/head
Jarek Lipski 2018-01-14 14:25:01 +01:00
rodzic 3b59c8e418
commit 026832a24b
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -16,7 +16,9 @@ For example:
will archive volume named `some_volume` to `/tmp/some_archive.tar.bz2` archive file.
It's also possible to backup a volume to standard output, which avoids mounting a second backup volume and allows to redirect it to a file, network, etc.
### Backup to standard output
This avoids mounting a second backup volume and allows to redirect it to a file, network, etc.
Syntax:
@ -42,7 +44,9 @@ For example:
will clean and restore volume named `some_volume` from `/tmp/some_archive.tar.bz2` archive file.
It's also possible to restore a volume from standard input, which avoids mounting a second backup volume.
### Restore from standard input
This avoids mounting a second backup volume.
**Note**: Don't forget the `-i` switch for interactive operation.