How to create a secure incremental offsite backup in Linux with Duplicity - Xmodulo

How to create a secure incremental offsite backup in Linux with Duplicity - Xmodulo

瀏覽:1024
日期:2025-04-25
If you do not want to pass a plain-text passphrase in the command-line, you can create the following backup script. To be more secure, make the script readable to you only. export PASSPHRASE=yourpass duplicity ~/Downloads scp://user@remote_site.com ......看更多