Commit Graph

101 Commits

Author SHA1 Message Date
Erik Westrup
7141426699 Spell 2022-01-17 13:26:08 +01:00
Erik Westrup
9e292218cf Spell fix 2022-01-17 13:16:49 +01:00
Erik Westrup
546845c687 Merge pull request #48 from erikw/fix/46
Fix make install failing when run multiple times
2022-01-17 09:52:08 +01:00
Erik Westrup
828ff79e7a Fix make install failing when run multiple times
Due to the security feature preventing checking in B2 credentials to
git, the install target would get the same file twice due to pattern
subsitution.

This issue is not visible with BSD install as it ignores the issue, but
GNU install wil fail.

Fixes #46
2022-01-16 20:59:50 +01:00
Erik Westrup
8932e60e4a Spell fixes 2022-01-16 20:56:00 +01:00
Erik Westrup
36a90b963e Fix URL 2022-01-01 13:59:45 +01:00
Erik Westrup
5a3c8afb43 Link to #44
Fixes #44
2022-01-01 13:58:33 +01:00
Erik Westrup
aff6211407 Modified: README.md 2021-12-18 11:11:11 +01:00
Erik Westrup
3e9233c0fc Merge pull request #43 from erikw/fix/42
Add comment explaining dynamic backup path
2021-12-04 18:40:35 +01:00
Erik Westrup
1d1145296d Add comment explaining dynamic backup path
Fixes #42
2021-12-04 18:38:34 +01:00
Erik Westrup
ceac35abc8 Remove SLOC badge 2021-12-03 19:51:24 +01:00
Erik Westrup
d01d2995f5 Update CHANGELOG.md v1.0.1 2021-12-03 18:40:24 +01:00
Erik Westrup
97a9475550 Update CHANGELOG.md 2021-12-03 18:35:51 +01:00
Erik Westrup
2e55d1cfef Modified: CHANGELOG.md 2021-12-03 18:35:07 +01:00
Erik Westrup
7a8861adc4 Merge pull request #41 from erikw/fix/40
Fix installation of template files
2021-12-03 18:32:26 +01:00
Erik Westrup
bf9b29575a Update README.md 2021-12-03 18:16:39 +01:00
Erik Westrup
428f4be872 Fix installation of template files
The target that copies the *.template files (#15) had a '/' prefixed which
should not be there. The copy should be locally here. The real install
happens in the install-conf that respects $PREFIX

Fixes #40
2021-12-03 17:09:14 +01:00
Erik Westrup
99f4ba4436 Add AUR maintainer badge 2021-12-02 15:31:33 +01:00
Erik Westrup
ae2b122134 Add AUR instructions 2021-12-02 15:28:40 +01:00
Erik Westrup
8e1853458c Add AUR badge 2021-12-02 15:26:55 +01:00
Erik Westrup
956ebfb29b Added: CHANGELOG.md v1.0.0 2021-12-02 15:23:48 +01:00
Erik Westrup
d34fbfc9d3 Modified: README.md 2021-12-01 18:07:12 +01:00
Erik Westrup
213fb95bdc Modified: README.md 2021-12-01 18:05:19 +01:00
Erik Westrup
ae228186eb Add badges 2021-12-01 18:02:53 +01:00
Erik Westrup
3460e9accf Full path in .gitignore 2021-10-30 13:52:27 +02:00
Erik Westrup
6689b1508f make uninstall target respect $PREFIX 2021-10-30 13:49:07 +02:00
Erik Westrup
77c095c12a Consistent code markup for console 2021-10-30 13:37:39 +02:00
Erik Westrup
47ac748a27 Merge pull request #39 from gerardbosch/doc/update-readme-uninstall
Update README: Add uninstall instructions
2021-10-30 13:36:44 +02:00
Gerard Bosch
28dece45ae Update README: Add uninstall instructions 2021-10-30 13:29:48 +02:00
Erik Westrup
d9459cb048 Fix b2_* install path 2021-10-30 09:16:12 +02:00
Erik Westrup
b8716ad377 Indent fix 2021-10-30 09:15:49 +02:00
Erik Westrup
b261235ba5 Simpler patsubst for installed files 2021-10-30 09:15:36 +02:00
Erik Westrup
88f2dc9eca Makefile: s/DEST_SCRIPT\b/DEST_SCRIPTS/ 2021-10-30 09:15:09 +02:00
Erik Westrup
16e3cb2df5 Makefile: remove out-commented line 2021-10-30 09:00:47 +02:00
Erik Westrup
9e0735ac01 Merge pull request #38 from erikw/fix/35
Add restic version requirements to README.md
2021-10-29 17:17:03 +02:00
Erik Westrup
6e24a66a1c Add restic version requirements to README.md
Fixes #32
2021-10-29 17:16:16 +02:00
Erik Westrup
265ff699f8 Merge pull request #37 from erikw/fix/30
Makefile: add uninstall target
2021-10-29 17:10:41 +02:00
Erik Westrup
bcd4a02e82 Makefile: add uninstall target
Fixes #30
2021-10-29 17:09:49 +02:00
Erik Westrup
e5502b0655 s/``bash/``console/ in README 2021-07-11 18:28:08 +02:00
Erik Westrup
be6ab0c37a Merge pull request #27 from wvolz/master
Fix conflicts for restic-check service
2020-06-02 07:41:49 +02:00
Warren Volz
c7d702a1ed Fix conflicts for restic-check service 2020-06-01 18:04:41 -06:00
Erik Westrup
fa220b3a91 Merge pull request #26 from shwang/patch-2
README: Fix backup_exclude destination
2020-01-22 08:59:38 +01:00
Steven H. Wang
e943e94f05 README: Fix backup_exclude destination
restic_backup.sh doesn't actually look for `/.backup_exclude` it seems
2020-01-21 16:46:55 -08:00
Erik Westrup
71f1bd8e61 Fix #25: correct b2_password.txt 2020-01-20 20:47:52 +01:00
Erik Westrup
2629c77192 Merge pull request #23 from tbm/typo
Fix typo in script
2019-09-23 13:24:44 +02:00
Martin Michlmayr
4bb30eee90 Fix typo in script 2019-09-23 10:45:38 +02:00
Erik Westrup
ac678acb46 Merge pull request #22 from toddejohnson/forget-prune
Forget now has --prune which might be more efficent.
2019-08-03 16:48:47 +02:00
Todd E Johnson
429ee40220 Add b2 connection limit to forget now that it prunes. 2019-07-31 22:59:03 -05:00
Todd E Johnson
be5c07bd0f Update comment describing restic-forget to note prune 2019-07-31 22:56:24 -05:00
Todd E Johnson
197b4b7064 Forget now has --prune which might be more efficent. 2019-07-25 22:51:07 -05:00