Skip to content

Instantly share code, notes, and snippets.

@atomicstack
Last active June 4, 2021 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atomicstack/0f708e8fa9b595e5ba377700177a4b9f to your computer and use it in GitHub Desktop.
Save atomicstack/0f708e8fa9b595e5ba377700177a4b9f to your computer and use it in GitHub Desktop.
back up my zsh history (via crontab) (double check paths before use!)
/bin/cat $HOME/.zsh_history | /usr/local/bin/xz > $HOME/.zsh_history.d/zsh_history.$(/usr/local/bin/gdate +%F-%T).xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment