Created
January 6, 2015 15:41
-
-
Save virullius/77269e40faec18c0a875 to your computer and use it in GitHub Desktop.
be nice while taking backup of production webapp on linux during business hours
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
# default nice value seems fine in my case; ionice has no default, using class 3 for idle IO time | |
ionice -c 3 nice tar ~/the-webapp-20150106.tgz /opt/the-webapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment