Leandro Kersting de Freitas

Results 2 issues of Leandro Kersting de Freitas

Add support for external backup volume. Use Docker for backup and restoration of external volumes on the host with socket. ``` -v /var/run/docker.sock:/var/run/docker.sock ```

enhancement

Add support for encrypt openssl backup files. More security for transport over the Internet. Encrypt and decrypt: ``` # openssl aes-128-cbc -salt -in file -out file.aes # openssl aes-128-cbc -d...

enhancement
security