Erik Westrup
1b4d5ea24e
Remove trailing space
2022-07-27 18:19:59 +02:00
Mikhail
fc6bd5a0be
Add support saving hourly snapshots ( #98 )
2022-07-27 18:19:05 +02:00
Erik Westrup
f17848bed2
Fix notification stats bug with more than 2 latest snapshots
2022-04-29 20:11:49 +02:00
Erik Westrup
d5497b04b4
Add missing $INSTALL_PREFIX in help text
2022-04-29 17:57:33 +02:00
Erik Westrup
7ebeb00761
chmod a-x bin/*
...
The source files won't execute util after the build step. Remove
execution bit to not invite users to try to run these files.
Fixes #89
2022-02-27 22:14:21 +01:00
Erik Westrup
f4d1d6f1b2
chmod u+x bin/ to try execute scripts in build dir
...
before install step
2022-02-16 12:20:54 +01:00
Gerard Bosch
14f9741b82
Add docopt.sh option: DOCOPT_OPTIONS_FIRST=true
...
This will allow to use `resticw` as a true wrapper, enabling to pass
restic options through it, for example:
```
resticw --profile profileX snapshots --compact
```
will now be suported by the wraper :)
2022-02-16 12:19:44 +01:00
Erik Westrup
2c14351cd4
Document desktop notifications in README
2022-02-15 18:38:14 +01:00
Erik Westrup
65172e650b
Merge pull request #76 from gerardbosch/feature/desktop-notifications
...
Add optional desktop notifications
2022-02-15 17:45:07 +01:00
Gerard Bosch
705248ee00
Final cleanup
2022-02-15 16:06:19 +01:00
Gerard Bosch
be2c3163a8
Rework notification data fetching: Use stats+diff
2022-02-15 13:50:10 +01:00
Erik Westrup
9449d78596
Made scripts optional
2022-02-13 19:15:55 +01:00
Erik Westrup
c1edb2efe1
Remove execution bit on bin/ as these are set when installing
2022-02-13 18:45:52 +01:00
Erik Westrup
71d0e8c5c1
dynamic fs args
2022-02-12 19:59:03 +01:00
Gerard Bosch
7dde85f25e
Reformat
2022-02-12 10:02:03 +01:00
Gerard Bosch
9ebc9ea641
Replace 'here string' syntax with echo + pipe
2022-02-12 08:47:09 +01:00
Erik Westrup
5f3ebd5b9d
resticw: fix install prefix
2022-02-11 10:27:35 +01:00
Gerard Bosch
3f000ce137
Add optional desktop notifications
...
When backing up a desktop system it is handy to have regular and
immediate feedback about backups. This features a notification of backup
stats summary, including the added size to the repository, so you can
have a quick follow-up about what are you uploading to the repository.
This may be very useful if you upload by accident a big file or directory
which should be in your exclusions, so it warns you and gives the chance
to fix the exclusions and remove the undesired snapshot later.
2022-02-09 18:19:48 +01:00
Gerard Bosch
59da5da0da
Fix resticw arguments line
...
It needs to be treated as an array so that complex commands like
`stats latest` work.
2022-02-08 18:51:20 +01:00
Erik Westrup
ab928d0dfd
Rename *.env files to *.env.sh
...
Fixes #66
2022-02-08 17:26:08 +01:00
Erik Westrup
645df1a0d4
Move /sbin to /bin
...
As more users would have /bin than /sbin in their PATH
2022-02-07 18:22:36 +01:00