Created
March 20, 2021 19:15
-
-
Save jacobaraujo7/243d80a716e9e267f3048659a42448ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# backup | |
docker run -v [volume]:/volume --rm loomchild/volume-backup backup - > [backupfile.tar.bz2] | |
# restore | |
cat [backupfile.tar.bz2] | docker run -i -v [volume2]:/volume --rm loomchild/volume-backup restore - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment