Created
July 5, 2016 09:50
-
-
Save nosoop/07b8304f08f9daf1cbbb324a43769d87 to your computer and use it in GitHub Desktop.
test to see what files would be added to a tarball
This file contains 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
#!/bin/bash | |
tar cvf - -C / /srv/ 2>&1 > /dev/null | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment