Skip to content

Instantly share code, notes, and snippets.

View mence's full-sized avatar
🔒
ETERNAL LOCKDOWN

Tim Hordern mence

🔒
ETERNAL LOCKDOWN
View GitHub Profile
@mence
mence / rsync-time-machine.py
Created April 6, 2017 23:04
My linux rsync time machine script
#!/usr/bin/python
"""
Karl's unix/rsync time-machine script.
Maintains daily and monthly snapshots of a directory tree, hard linked to save
space when files don't change.
Inspired by http://www.mikerubel.org/computers/rsync_snapshots/, but using
more robust coding practices.
Features: