Skip to content

Instantly share code, notes, and snippets.

@randika
Last active August 29, 2015 14:02
Show Gist options
  • Save randika/46e231e1c504c809c345 to your computer and use it in GitHub Desktop.
Save randika/46e231e1c504c809c345 to your computer and use it in GitHub Desktop.
*Nix command collection

###SMART FILE BACKUPS###

cp PATH_TO_FILE PATH_TO_FILE.$(date "+%b_%d_%Y_%H.%M.%S")

cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.$(date "+%Y%m%d%H%M%S")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment