Commit Graph

18 Commits

Author SHA1 Message Date
8caf8e04fb initial-setup: clean up, add PORT option, improve --update 2025-03-14 14:16:18 -04:00
342e2cd0e8 Update README 2021-10-26 16:03:52 -04:00
9b38c248d8 borg: add ARM binary for Pi; update scripts to use it 2021-10-26 15:50:08 -04:00
e2f92ccb7a readme: fix typo 2021-10-19 14:48:28 -04:00
a15cb5b07d all: remove concept of read-write key
We don't need a read-write key: we can just SSH directly to
jim-backups@backup.jim.sh instead and run commands thay way.
Remove read-write key and document it in the README.

Also add some tools to update the README variables on updates.
2021-10-19 14:46:34 -04:00
1fb8645b27 build: make Borg.bin a static binary
This prevents it from e.g. needing a specific glibc version on the
client.
2021-10-17 21:31:16 -04:00
d1d561cb70 setup: allow hostname to be overridden 2021-10-16 18:48:43 -04:00
ab6dce0c2c borg: update binary to fix upstream bug 6009 2021-10-16 09:37:04 -04:00
69bfecd657 borg: include borg binary in repository
Put our own binary in here, so we can keep it updated with local
patches more easily.  Also add build instructions.
This one is built from
https://github.com/borgbackup/borg/pull/6011
2021-10-14 13:26:24 -04:00
34817890b2 Update README cheat sheet 2021-10-14 12:33:07 -04:00
e82d40bbfb Fix some exclude/include path issues; misc setup improvements 2021-10-13 14:38:47 -04:00
0039ca1ee0 Implement filesystem scanning with configurable filters 2021-10-11 16:50:08 -04:00
6978cfc012 Continue reworking towards local copy of borg, etc 2021-10-11 12:34:57 -04:00
883f984aef Restructure things; we will clone this repo directly on each client 2021-10-08 16:08:03 -04:00
2dd60aaf28 Add initial version of backup file lister 2021-08-19 11:55:19 -04:00
0f82c74aaa Fix some issues in generated scripts; make passphrase non-executable 2021-08-13 15:38:51 -04:00
a0a9b70fd7 Finish first version of script 2021-08-13 15:32:36 -04:00
cec72d0dcb Initial commit 2021-08-13 10:47:41 -04:00