lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
330 stars 114 forks source link

Update to restic 0.12.1 #68

Closed huzvar closed 11 months ago

huzvar commented 2 years ago
niondir commented 2 years ago

Since updating restic is pretty easy and I'm not following any regular release cycle, I suggest to fork the repo and build with your required restic version.

If someone like to help with maintaining this repo feel free to contact me.

Brakker1328 commented 2 years ago

Update the restic container with the following command in Terminal/Powershell connecting over ssh:

$ docker exec -ti resticcontainer restic self-update
vfauth commented 2 years ago

Since updating restic is pretty easy and I'm not following any regular release cycle, I suggest to fork the repo and build with your required restic version.

If someone like to help with maintaining this repo feel free to contact me.

Hey @niondir! First, thank you for this super useful image :)

I have been "maintaining" (meaning adding new versions as soon as they are released, nothing more) in this fork, and I could help with this repo maintenance if you want.

Edit: Just remembered I made PRs for restic 0.11 and 0.12 to this repo some time ago

niondir commented 11 months ago

@vfauth I'm pretty bad at following the public repos besides the daily work. Help with Maintenance is very welcome.

If you are still interested I would add you as maintainer. Just give me a shot notice.

Sorry for the very late reply.

vfauth commented 11 months ago

@niondir Yes, I would still be interested in helping maintaining this repo.

niondir commented 11 months ago

Great, I added you as maintainer.

niondir commented 11 months ago

I updated to the latest. mailx in alpine made some issues and is now called "mail". Maybe someone who uses the feature can test it. Automated tests are still an open issue.