Last active
July 12, 2019 18:11
-
-
Save edgreenberg/2df3a7730fc9b9be12f7727704a534e5 to your computer and use it in GitHub Desktop.
rsyncing a github enterprise backup
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
If you want to rsync your github enterprise backups (made with the github backup tool) you will discover that there are sparse files in there and your destination is much larger than your source. Do your rsync with -aHS and if desired -v, and you will get a suitable result. | |
Good luck and enjoy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment