Backups
Table of Contents
- TODO [C] Notes - Gwern.net backup
- TODO [C] Zfs and full fs backup?
- STRT [C] backups and cloud sync should be treated differently toblog
- [C] GitHub Archive Program | The GitHub Archive Program will safely store every public GitHub repo for 1,000 years in the Arctic World Archive in Svalbard, Norway.
- TODO [C] three purposes? toblog
- TODO [C] Use my own script instead of sms backup/restore? Not sure if would need it for phone migration though phonebackup
- TODO [D] huginn/examplebackup.rb at master · huginn/huginn backuphuginn
- [B] Termux: For what are you using it? /r/fossdroid backup
- Backup tooling
- borg Borg or Restic? – stickleback.dk
- [C] mount locks the repo, so can't be mount permanently https://github.com/borgbackup/borgweb/issues/103 borg
- DONE [C] check if borg is dropbox-friendly backupborg
- backupborg hmm. doesn't appear so. for two photos, seems to have concatenated them..
- backupborg ugh. it even splits data in chunks, but they can be sized up to 400Meg?… maybe I can choose chunk size?
- [C] borgbackup/borgweb: Web UI for Borg Backup borg
- [D] ok backintime refuses to backup symlinked folders backup
- [B] tried archivemount… meh, can't update archive on the fly :( backup
- TODO [B] Re: backup software · Issue 1 · albertz/wiki borg
- TODO [C] conforms to the 'notify once' pattern? backupchecker
¶TODO [C] Notes - Gwern.net backup
https://www.gwern.net/Notes#november-2016-data-loss-postmortem
(In July 2017, I realized that my arbtt window-tracking logs, which I keep for productivity analyses, hadn’t been updated since December 2016, costing me over half a year of data; I discovered that I had deleted my local user binaries because they were compiled on the previous system, but had forgotten to reinstall arbtt locally and my cron job hardwired the local version. This was because the arbtt packaged by Debian/Ubuntu was too outdated so I installed from HEAD, and then the error from the missing binary was not reported in system emails because the call is wrapped in an infinite loop which ignores errors; and that was because arbtt would segfault once a month & stop recording data. I reinstalled arbtt, checked that the latest version worked & removed the hardwiring, and added a daily arbtt report which would expose any lack of data collection - but the lost data is forever.)
¶TODO [C] Zfs and full fs backup?
CREATED: [2018-05-16]
¶STRT [C] backups and cloud sync should be treated differently toblog
CREATED: [2019-04-03]
¶[C] GitHub Archive Program | The GitHub Archive Program will safely store every public GitHub repo for 1,000 years in the Arctic World Archive in Svalbard, Norway.
¶TODO [C] three purposes? toblog
CREATED: [2020-02-26]
- replication (more for convenience), e.g. cloud
- disk failures
- emergency/prepping (i.e. 'grab your shit and run away' scenario)
¶TODO [C] Use my own script instead of sms backup/restore? Not sure if would need it for phone migration though phonebackup
CREATED: [2020-08-21]
¶TODO [D] huginn/examplebackup.rb at master · huginn/huginn backuphuginn
https://github.com/huginn/huginn/blob/master/doc/deployment/backup/example_backup.rb
uh. fuck it's a bit complicated…
¶[B] Termux: For what are you using it? /r/fossdroid backup
Make backups of my phone and camera (external SD card) with an USB-C SD reader and usb A female, and an SATA SSD (using a SATA to USB A adapter). I use restic with a simple bash wrapper. I make a copy every night and then I keep the disk in the hotel. If someone stoles or I lose my camera bag, I would just lose the pictures taken that day. EDIT: *restic, not Borg. I couldn't make Borg to work.
¶ Backup tooling
I'm a little bit of a data hoarder. When an app or cloud service becomes an important part of my life, I try to have some process in place to regularly backup my information from it. An excellent post by karlicoss on "Building data liberation infrastructure" inspired me to improve my own processes and share them.
¶ Borg or Restic? – stickleback.dk borg
https://stickleback.dk/borg-or-restic/
The single big advantage that Restic has over Borg is the support for different types of backup storage. If you need anything other than local storage or remote storage accessed via SSH, then you will have to use Restic.
¶[C] mount locks the repo, so can't be mount permanently https://github.com/borgbackup/borgweb/issues/103 borg
¶DONE [C] check if borg is dropbox-friendly backupborg
CREATED: [2018-08-22]
¶ hmm. doesn't appear so. for two photos, seems to have concatenated them.. backupborg
¶ ugh. it even splits data in chunks, but they can be sized up to 400Meg?… maybe I can choose chunk size? backupborg
¶[C] borgbackup/borgweb: Web UI for Borg Backup borg
¶[D] ok backintime refuses to backup symlinked folders backup
kinda makes sense since when you restore you don't want to overwrite…
¶[B] tried archivemount… meh, can't update archive on the fly :( backup
¶TODO [B] Re: backup software · Issue 1 · albertz/wiki borg
https://github.com/albertz/wiki/issues/1
my comments here
¶TODO [C] conforms to the 'notify once' pattern? backupchecker
CREATED: [2021-02-09]
i.e. on the same error I only want to recieve an email once?
ideally threads should do. eh