Nicola
09b32a0ee9
fix problem during volumes copy
...
The copied volume (destination) was created but was empty at the end of the process.
In order to fix it, I had to remove the second argument of the cp command.
2017-10-12 10:20:08 +02:00
Guido Diepen
23db7997b1
Fixed Issue #3 (not copying dot files from source)
...
Fixed issue #3 :
https://github.com/gdiepen/docker-convenience-scripts/issues/3
2017-08-28 13:17:46 +02:00
Zsolt Györffi
300d65a2c2
swap source and destination volume mapping
...
source volume -> /from
destination volume -> /to
2016-05-09 18:28:21 +02:00
Zsolt Györffi
82f299a524
execute the command instead of just printing it
2016-05-09 18:26:03 +02:00
Luiz Eduardo Kowalski
67f0560fc3
Letter L downcased
2016-05-04 12:10:01 +02:00
Guido Diepen
73ce677b3f
Added initial version of docker_clone_volume.sh
...
Convenience script that can help me to easily create a clone of a given
data volume. The script is mainly useful if you are using named volumes
2016-05-01 08:18:21 +02:00