Port access to Opendal Hetzner for StorageBox #1102
Replies: 5 comments 14 replies
-
It seems the write command of the snapshotfile generated by that backup just failed. Which is a bit weird as obviously reading was successful. Just guessing: From https://github.com/rustic-rs/rustic/blob/main/config/services/sftp_hetzner_sbox.toml I see that other users use port 23 to access the storage box. Could it be that using the default port 22 you just have read-only access? |
Beta Was this translation helpful? Give feedback.
-
Storagebox allows for both port 22 and 23 to be used, see here: https://docs.hetzner.com/robot/storage-box/backup-space-ssh-keys I can't use 23 because of how my work network is configured. I've used rustic via rclone backend on port 22 just fine in the past. I'll try on a different machine that is on a less restricted network, and change to port 22 just to be sure, and I'll report back. |
Beta Was this translation helpful? Give feedback.
-
https://docs.hetzner.com/robot/storage-box/access/access-ssh-rsync-borg
So please use port 23. ;-) |
Beta Was this translation helpful? Give feedback.
-
@devhell I'd like to see if only the snapshot is affected or if this was the only data to upload. |
Beta Was this translation helpful? Give feedback.
-
@devhell You could also try to open an issue in the opendal project: https://github.com/apache/OpenDAL |
Beta Was this translation helpful? Give feedback.
-
Hi,
Love that the backend is not relying on rclone now, but it appears that my existing Hetzner storagebox repo can't be backed up to any more.
The backup is called as follows:
rustic -P machine backup
Config file:
Output:
Every time I run the backup command, the snapshot ID it says it can't find, changes.
I ran
rustic -P machine check
which came back fine. I've also triedrustic -P machine repair index
andrustic -P machine repair snapshots
, both of which don't flag anything. Running the backup again simply results in a random snapshot ID apparently not being found.System is NixOS Unstable, rustic version is
0.7.0
.Beta Was this translation helpful? Give feedback.
All reactions