Skip to content

Commit 2a34ea7

Browse files
Group schedule (#418)
implement group scheduling
1 parent fb6c7a2 commit 2a34ea7

26 files changed

+742
-353
lines changed

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Hugo
4040
uses: peaceiris/actions-hugo@v3
4141
with:
42-
hugo-version: 'latest'
42+
hugo-version: '0.135.0'
4343
extended: true
4444

4545
- name: Build

.github/workflows/release-doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Hugo
3434
uses: peaceiris/actions-hugo@v3
3535
with:
36-
hugo-version: 'latest'
36+
hugo-version: '0.135.0'
3737
extended: true
3838

3939
- name: Build for GitHub Pages

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ endif
7373

7474
$(GOBIN)/eget: verify
7575
@echo "[*] $@"
76-
GOBIN="$(GOBIN)" \
77-
$(GOCMD) install -v github.com/zyedidia/eget@latest
76+
GOBIN="$(GOBIN)" $(GOCMD) install -v github.com/zyedidia/[email protected]
7877

7978
$(GOBIN)/goreleaser: verify $(GOBIN)/eget
8079
@echo "[*] $@"

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ With resticprofile:
4040
* **[new for v0.18.0]** Send resticprofile logs to a syslog server
4141
* **[new for v0.19.0]** Preventing your system from idle sleeping
4242
* **[new for v0.21.0]** See the help from both restic and resticprofile via the `help` command or `-h` flag
43+
* **[new for v0.24.0]** Don't schedule a job when the system is running on battery
44+
* **[new for v0.29.0]** Scheduling a group of profiles is finally available (configuration `v2` only)
4345

4446
The configuration file accepts various formats:
4547
* [TOML](https://github.com/toml-lang/toml) : configuration file with extension _.toml_ and _.conf_ to keep compatibility with versions before 0.6.0
@@ -58,3 +60,9 @@ We recommend you start by reading the [getting started](https://creativeprojects
5860
# Using resticprofile
5961

6062
The full documentation has been moved to [creativeprojects.github.io](https://creativeprojects.github.io/resticprofile/)
63+
64+
# Survey
65+
66+
What are your most important features?
67+
Please fill in the [survey](https://github.com/creativeprojects/resticprofile/issues/415)
68+

0 commit comments

Comments
 (0)