Search found 4 matches
- Thu Aug 05, 2021 8:07 pm
- Forum: Cloud Storage Related Topics
- Topic: Configuring Syncovery for Glacier
- Replies: 6
- Views: 19825
Re: Configuring Syncovery for Glacier
Hello,
yes, for example in a shell prompt, you can do:
cd /usr/lib/arm-linux-gnueabihf
sudo ln -s libcrypto.so.1.1 libcrypto.so
sudo ln -s libssl.so.1.1 libssl.so
That did it, thanks! Apparently, I don't have to put in the ARN at all. I just need my access ID, secret key, and region in there ...
- Thu Aug 05, 2021 6:49 pm
- Forum: Cloud Storage Related Topics
- Topic: Configuring Syncovery for Glacier
- Replies: 6
- Views: 19825
Re: Configuring Syncovery for Glacier
Hello,
in the simplest case, you would have these files:
/lib/libcrypto.so
/lib/libssl.so
These are usually symbolic links to versioned library file names.
They can also be in a subfolder, for example
/lib/arm-linux-gnueabihf/libcrypto.so
/lib/arm-linux-gnueabihf/libssl.so
Which OMV version do ...
- Thu Aug 05, 2021 5:29 pm
- Forum: Cloud Storage Related Topics
- Topic: Configuring Syncovery for Glacier
- Replies: 6
- Views: 19825
Re: Configuring Syncovery for Glacier
Yeah, that makes sense. I had considered that, but wasn't sure that was the main problem. Yeah I just installed this yesterday, and so I used the latest 9.38e. I'm actually running OMV on this particular build, so I installed the debian package, Syncovery-9.38e-armhf.deb. This is kind of a POC box ...
- Thu Aug 05, 2021 4:28 pm
- Forum: Cloud Storage Related Topics
- Topic: Configuring Syncovery for Glacier
- Replies: 6
- Views: 19825
Configuring Syncovery for Glacier
I have Syncovery installed on a raspberry pi, trying to configure it to send backups to my Glacier vault. Just having trouble figuring out how to configure it. My Glacier vault name is test, and they give me an ARN, but that's about it. I have my IAM access ID and secret key obviously, and I can ...