Skip to content

Instantly share code, notes, and snippets.

@mxey
Created August 28, 2013 13:35
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 mxey/6366130 to your computer and use it in GitHub Desktop.
Save mxey/6366130 to your computer and use it in GitHub Desktop.
#!/bin/sh -ex
cd /home/shaperia
rm -f happyman_backup.sqlite.new happyman_backup.sqlite.new.xz
echo .backup happyman_backup.sqlite.new | sqlite3 ./happyman/cobe.sqlite
xz happyman_backup.sqlite.new
mv happyman_backup.sqlite.new.xz happyman_backup.sqlite.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment