Created
May 10, 2021 07:08
-
-
Save luhenry/15a44e1a14ab542839273fe21d6cb36f 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
docker run --rm -v ~/git:/backup --mount source=git,destination=/workspace,readonly ubuntu bash -cxe 'apt-get update -y; apt-get install -y rsync; rsync -arv /workspace/* /backup' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment