Harm Verhagen
688a6a8545
Fix docker_clone_volume.sh to preserve hard-links
...
When using docker_clone_volume.sh, I found that when copying a volume with influxdb data,
the clones image was bigger than the original.
cause: alpine base image contains a cp version (busybox) which does _not_ preserve
hardlinks, even with the -a option.
This is fixed by using an ubuntu base image instead of alpine.
downside: ubuntu image is larger than alpine.
Source volume:
influxdb_data 380.2 MB
Before:
influxdb_data.bak 443.5 MB
After:
influxdb_data.ubuntu.bak 380.2 MB
2023-02-17 08:43:58 +01:00
Guido Diepen
fd6535b616
Merge pull request #14 from felipecrs/master
...
Add execution permission to scripts and rename LICENSE file
2020-09-27 15:16:08 +02:00
Felipe Santos
173893e5f7
Add execution permission to scripts
2020-04-30 16:53:17 +00:00
Felipe Santos
f11aa80019
Rename LICENSE.md to LICENSE
...
The license file is usually named just LICENSE. See:
https://choosealicense.com/licenses/mit/
2020-04-30 16:51:01 +00:00
Guido Diepen
ba21581030
Merge pull request #6 from koenigsflieger/master
...
Fix cp
2017-11-13 08:51:17 +01:00
Guido Diepen
e06225aa07
Merge pull request #5 from coisa/docker_run_alpine
...
Changing dependency to a lighter image to measure the size of the volume
2017-11-13 08:49:09 +01:00
Bernhardt Straub
04d818ca66
Fix cp
2017-11-07 16:19:42 +01:00
Felipe Abreu
c7d80e8d5c
Changing dependency to a lighter image to measure the size of volume
2017-10-26 19:40:38 -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
Guido Diepen
6808f350d4
Added blog link
...
Added link to blog article about docker_get_data_volume_info.sh
2017-04-25 11:38:56 +02:00
Guido Diepen
2dfd1a2041
Added link to blog article
2017-04-25 11:29:37 +02:00
Guido Diepen
a88fe18c9f
Added information about docker_get_data_volume_info.sh to the README
2017-04-25 10:16:40 +02:00
Guido Diepen
0fa2dd8502
Added comments
2017-04-25 10:12:39 +02:00
Guido Diepen
0eccb0dd4d
Remove not needed indentation on output lines
2017-04-25 10:09:58 +02:00
Guido Diepen
38c6ef5988
Also show image name of the connected container
2017-04-25 10:08:52 +02:00
Guido Diepen
b4c25c1871
Added first version of data volume information script
2017-04-25 10:08:07 +02:00
Guido Diepen
8bfc28ca03
Merge pull request #2 from zgyorffi/fix_final_command
...
Fix final command
2016-05-09 19:08:12 +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
Guido Diepen
1e7dca1e8d
Merge pull request #1 from luizkowalski/master
...
Letter L downcased
2016-05-04 13:10:37 +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
Guido Diepen
0744932730
Create README.md
2016-05-01 08:16:19 +02:00
Guido Diepen
ae67754296
Update LICENSE.md
2016-05-01 08:07:40 +02:00