Duplicity (software)
| Duplicity | |
|---|---|
| Initial release | August 26, 2002[1] |
| Repository | gitlab |
| Written in | Python |
| Engine | |
| Operating system | Cross-platform (POSIX) |
| Type | Backup software |
| License | GNU General Public License |
| Website | {{URL|example.com|optional display text}} |
Duplicity is a software suite that provides encrypted, digitally signed, versioned, local or remote backup of files requiring little of the remote server.[2][3] Released under the terms of the GNU General Public License (GPL), Duplicity is free software.
Duplicity operates under a scheme where the first archive is a complete (full) backup, and subsequent (incremental) backups only add differences from the latest full or incremental backup.[4] Chains consisting of a full backup and a series of incremental backups can be recovered to the point in time that any of the incremental steps were taken. If any of the incremental backups are missing, then the incremental backups following it cannot be reconstructed. It does this using GnuPG, librsync, tar.[2] To transmit data to remote backup repositories, it can use SSH/SCP/SFTP, rsync, FTP, IMAP, Amazon S3,[5] Google Cloud Storage[6] amongst others. even more backends may be used via the Rclone[7] backend.
Duplicity works best under Unix-like operating systems (such as Linux, BSD, and Mac OS X),[8] though it can be used with Windows under Cygwin or the Windows Subsystem for Linux. Currently duplicity supports deleted files, full Unix permissions, directories, and symbolic links, fifos, and device files, but not hard links.
Déjà Dup is a graphical user interface for Duplicity.[9]
Duply[10] is a shell frontend for Duplicity adding support for profiles and batch commands.[11]
See also
[edit | edit source]Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
- List of backup software
- Duplicati is a C# re-implementation of Duplicity
References
[edit | edit source]- ^ Changelog
- ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Man page section 'A NOTE ON AMAZON S3'
- ^ Man page section 'A NOTE ON GOOGLE CLOUD STORAGE (GCS via Interoperable Access)'
- ^ Man page section 'A NOTE ON RCLONE BACKEND'
- ^ Installing Duplicity on OS/X 10.5 (Leopard) Archived 2008-08-08 at the Wayback Machine.
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Duply home page
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
External links
[edit | edit source]