First big articles reformatting now that I properly understand hugo
This commit is contained in:
parent
5e6844592a
commit
1a4981a826
40 changed files with 184 additions and 173 deletions
|
@ -1,12 +1,15 @@
|
|||
---
|
||||
title: "Migrate a data volume"
|
||||
linkTitle: "Migrate a data volume"
|
||||
date: 2018-01-30
|
||||
description: >
|
||||
How to migrate a data volume
|
||||
description: How to migrate a data volume between two hosts
|
||||
tags:
|
||||
- docker
|
||||
- linux
|
||||
---
|
||||
|
||||
Here is how to migrate a data volume between two of your hosts. A rsync of the proper `/var/lib/docker/volumes` subfolder would work just as well, but is here a fun way to do it with docker and pipes :
|
||||
## The command
|
||||
|
||||
Here is how to migrate a data volume between two of your hosts. A rsync of the proper `/var/lib/docker/volumes` subfolder would work just as well, but here is a fun way to do it with docker and pipes :
|
||||
{{< highlight sh >}}
|
||||
export VOLUME=tiddlywiki
|
||||
export DEST=10.1.0.242
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue