-
Hi everyone, I'm using Nextcloud AIO together with rsync.net for remote Borg backups. I recently got an email from rsync.net saying that, starting May 1st 2025, they will remove the default borg binary on their servers. From that date, users will be required to call a specific Borg version using --remote-path, for example: --remote-path=borg14 They wrote
So far I haven’t seen any way to configure this in AIO. The My question: Let me know what you think – and if someone has already found a workaround, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
Hi, I fear there is no way to do so. I think the best way forward would be that you write a mail to the rsync.net service if it would be possible to use borg14 as default if --remote-path is not specified as this breaks the usage with Nextcloud AIO. |
Beta Was this translation helpful? Give feedback.
-
Oh that's sad. I just signed up with rsync.net not realizing this would be a problem. |
Beta Was this translation helpful? Give feedback.
-
adding "BORG_REMOTE_PATH=borg14" as env in the containers.json file temporary fixes this until the masterconbtainer is recreated, would a PR adding this env to the mastercontainer (which redirects it to the borg container) be accepted? |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested, I created a shell script that will keep injecting the workaround from @Zoey2936 into the mastercontainer. Can be run standalone or as a systemd unit to keep backups running after a mastercontainer upgrade: https://gist.github.com/ict/960ab27f6db18b6ad633c9817cd0e6fb |
Beta Was this translation helpful? Give feedback.
Hi, I fear there is no way to do so.
I think the best way forward would be that you write a mail to the rsync.net service if it would be possible to use borg14 as default if --remote-path is not specified as this breaks the usage with Nextcloud AIO.