User Tools

Site Tools


duplicity_-_secure_incremental_backup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
duplicity_-_secure_incremental_backup [2022/07/23 09:58] adminduplicity_-_secure_incremental_backup [2022/07/23 23:14] (current) – paramiko required for duplicity and scp admin
Line 12: Line 12:
 <code> <code>
  apt-get install duplicity  apt-get install duplicity
 + apt-get install python3-paramiko
 + #If you don't install python3-paramiko, you will get the error message:
 + "BackendException: Could not initialize backend: No module named 'paramiko'" when trying to use scp.
 </code> </code>
 Duplicity does not run as a service, and has no default global configuration file. It is more a program/application rather than a service. Duplicity can be run completely from the command line to backup or restore files. Duplicity does not run as a service, and has no default global configuration file. It is more a program/application rather than a service. Duplicity can be run completely from the command line to backup or restore files.
duplicity_-_secure_incremental_backup.txt · Last modified: 2022/07/23 23:14 by admin