Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Rsync Time Backup | 2,851 | 10 days ago | 1 | March 03, 2021 | 101 | Shell | ||||
Time Machine style backup with rsync. | ||||||||||
Backintime | 1,545 | 11 days ago | 209 | gpl-2.0 | Python | |||||
Back In Time - A simple backup tool for Linux | ||||||||||
Asimov | 1,209 | 8 days ago | 1 | March 03, 2021 | 34 | mit | PHP | |||
Automatically exclude development dependencies from Apple Time Machine backups | ||||||||||
Acnh Bcats | 186 | a year ago | ||||||||
Animal Crossing New Horizons BCAT Events | ||||||||||
Gbm | 173 | 3 days ago | gpl-3.0 | Visual Basic .NET | ||||||
Game Backup Monitor - Automatically backup your saved games! | ||||||||||
Timedog | 173 | 2 years ago | 1 | February 27, 2018 | 8 | gpl-2.0 | Python | |||
Displays set of files that were saved in Time Machine backups | ||||||||||
Raspberrypi Timemachine | 161 | 5 years ago | 1 | mit | ||||||
Apple Time Machine with raspberry Pi | ||||||||||
Rsync Time Machine | 92 | 3 years ago | 1 | gpl-2.0 | Python | |||||
Time Machine Style backup using rsync | ||||||||||
Time Machine Sparce Bundle Fix | 68 | 9 years ago | 1 | Shell | ||||||
Time Machine Sparsebundle Fix | ||||||||||
Ia.bak | 61 | 3 years ago | 15 | gpl-3.0 | Shell | |||||
We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case. |
A Resin application for a DIY Apple Time Capsule.
As a lazy developer, I wanted a wireless Time Machine backup solution without breaking the bank for an overpriced NAS drive. This app assume a Raspberry Pi 3 with a USB disk drive.
⌘ K
, enter afp://your.pi.ip.address
Settings via environment variables:
USERNAME
: username for the time machine user.PASSWORD
: password for the time machine user.Because I'm extra lazy, I let Travis deploy my code instead of pushing manually. Go ahead and enable Travis on your project.
Create and copy a deploy SSH key:
ssh-keygen # Will prompt for a file name, input one like 'id_rsa'
echo -n "\""; cat id_rsa | awk 1 ORS='\\n'; echo "\""
# Don't forget to copy the quotation marks!
Add the following variables to your travis build (keep them secret):
RESIN_DEPLOY_KEY
- the SSH key you copied aboveRESIN_REMOTE
- the git repository to deploy your resin appI mean, you don't really need the exact hardware I used, but I have:
Remember to star / upvote