Porównaj commity

...

6 Commity

Autor SHA1 Wiadomość Data
Grant Bevis f13ef41f49
Merge pull request #322 from modem7/echo-printf
change printf to echo
2024-04-22 09:17:34 +01:00
modem7 d3ba94d1ba
change printf to echo
This resolves issues with printf syntax which doesn't play well with % symbols
2024-04-21 21:28:34 +01:00
Grant Bevis 747090a42b
Merge pull request #316 from borgmatic-collective/1.8.10-xxhash
Add xxhash package to build and update to 1.8.10
2024-04-18 09:34:32 +01:00
Grant Bevis acd7a310f9 Add xxhash package to build 2024-04-18 09:32:39 +01:00
Grant Bevis f2047cbf14
Merge pull request #315 from borgmatic-collective/dependabot/pip/borgmatic-apprise--1.8.10
Bump borgmatic[apprise] from 1.8.9 to 1.8.10
2024-04-18 09:25:45 +01:00
dependabot[bot] 8f42391f74
Bump borgmatic[apprise] from 1.8.9 to 1.8.10
Bumps [borgmatic[apprise]](https://github.com/borgmatic-collective/borgmatic) from 1.8.9 to 1.8.10.
- [Release notes](https://github.com/borgmatic-collective/borgmatic/releases)
- [Changelog](https://github.com/borgmatic-collective/borgmatic/blob/main/NEWS)
- [Commits](https://github.com/borgmatic-collective/borgmatic/compare/1.8.9...1.8.10)

---
updated-dependencies:
- dependency-name: borgmatic[apprise]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 22:26:30 +00:00
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -59,7 +59,8 @@ RUN <<EOF
postgresql-client \
sqlite \
sshfs \
tzdata
tzdata \
xxhash
apk upgrade --no-cache
EOF

Wyświetl plik

@ -1,5 +1,5 @@
--extra-index-url https://dl.cloudsmith.io/public/borgmatic-collective/borgmatic/python/simple/
borgbackup==1.2.8
borgmatic[apprise]==1.8.9
borgmatic[apprise]==1.8.10
llfuse==1.5.0

Wyświetl plik

@ -109,7 +109,7 @@ fi
crontab=$(crontab -l)
# Output cron settings to console
printf "Cron job set as: \n$crontab\n"
echo -e "Cron job set as: \n$crontab\n"
# Start Cron
exec /usr/sbin/crond -f -L /dev/stdout