I'm trying to find an efficient way to store backups in the Cloud using Azure storages.
In the cloud, I've setup a container, enabled stfp support on it; on the pbs server I've installed sshfs and mount the storage volume.
So far so good. But when I try to add that mount point as a local pbs datastore, I get the following error message :
(Console for SSHFS)
(Console adding Datastore)
I can read/write/delete files from that mount manually in shell.
Any toughts on that ? Any better way that you could suggest to send long terms backups to the Azure ?
I don't think setting up a PBS instance in the Cloud would be a good solution since that would consume a lot of money for running a non native azure vm where all I really need is only storage isn't it ?
In the cloud, I've setup a container, enabled stfp support on it; on the pbs server I've installed sshfs and mount the storage volume.
So far so good. But when I try to add that mount point as a local pbs datastore, I get the following error message :
(Console for SSHFS)
sshfs -p 22 Azure-Storage1:/ /mnt/Azure-Storage1 -d -o allow_other -o reconnect -o ServerAliveInterval=15
SSHFS version 3.7.1
executing <ssh> <-x> <-a> <-oClearAllForwardings=yes> <-oPort=22> <-oServerAliveInterval=15> <-2> <Azure-Storage1> <-s> <sftp>
Server version: 3
[00001] SETSTAT
[00001] STATUS 85bytes (13ms)
(Console adding Datastore)
proxmox-backup-manager datastore create azure-store1 /mnt/Azure-Storage1
TASK ERROR: EOPNOTSUPP: Operation not supported on transport endpoint
I can read/write/delete files from that mount manually in shell.
Any toughts on that ? Any better way that you could suggest to send long terms backups to the Azure ?
I don't think setting up a PBS instance in the Cloud would be a good solution since that would consume a lot of money for running a non native azure vm where all I really need is only storage isn't it ?