Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use ftps? #17

Closed
Akruidenberg opened this issue May 8, 2021 · 2 comments
Closed

How to use ftps? #17

Akruidenberg opened this issue May 8, 2021 · 2 comments
Milestone

Comments

@Akruidenberg
Copy link

I've been testing this docker image with some test volumes and this is working fine so far with a local backup folder.
However, i would like to setup another job with FTPS, but I don't get it working.
Volumerize won't connect with my FritzBox. When searching for the docs for Duplicity, it looks like I need to fill in a env. See:

http://duplicity.nongnu.org/docs.html

However, i don't know where to put this password in duplicity. Duplicati is working fine with my Fritzbox, that's not the problem.
I; ve tried the following for the VOLUMERIZE_TARGET parameter:

ftps://user:secretpassword@example.example.com:port/duplicity

What is the right configuration to use volumerize with ftps?

@sargreal
Copy link
Member

You should only have to add the environment variable as FTP_PASSWORD.

Volumerize forwards all non-defined variables to duplicity.

If you want or need it, i can also add it to the variables that can be used as docker secrets

@Akruidenberg
Copy link
Author

FTP_PASSWORD

Thank you for your answer. From a security standpoint, it would be nice to have. :)

@sargreal sargreal added this to the 1.8 milestone May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants