anildigital (owner)

Fork Of

Revisions

gist: 108209 Download_button fork
public
Public Clone URL: git://gist.github.com/108209.git
Embed All Files: show embed
backup.rb #
1
2
3
4
5
6
# first you'll want to create a gist then `git clone` the private url
# second you'll want to run this script in the gist's directory
loop do
  `git commit -a -m save && git push origin master`
  sleep 60 * 4
end