-
Is there a way to have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The key here is to use SFTP
I put the password in the environment variable of the file: |
Beta Was this translation helpful? Give feedback.
The key here is to use SFTP
I enabled ssh server on my host and then used this setting for duplicity in
common.yaml
:DST: "pexpect+sftp://[email protected]/path/relative/backup"
I put the password in the environment variable of the file:
./docker/backup.env
FTP_PASSWORD=my_pass