pull/17/head
Jarek Lipski 2019-04-13 14:09:55 +02:00
rodzic 9c38e057e9
commit 566915065f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -76,7 +76,7 @@ will clean and restore volume named `some_volume` from `some_archive.tar.bz2` ar
docker ps -a --filter volume=[volume-name]
```
1. Exclude some files from the backup and output archive to stdout
1. Exclude some files from the backup and send the archive to stdout
```
docker run -v [volume-name]:/volume --rm loomchild/volume-backup backup -e [excluded-glob] - > [archive-name]
```