Duplicati

Duplicati
Screenshot of Duplicati 1.3.4
Original author(s) Kenneth Skovhede
Developer(s) Kenneth Skovhede
Initial release June 1, 2008 (2008-06-01)
Stable release
1.3.4 / February 2, 2013 (2013-02-02)
Preview release
2.0.3.3 / April 2, 2018 (2018-04-02)
Repository Edit this at Wikidata
Operating system Cross-platform
Platform C#
Available in 9 languages
Type Backup
License GNU Lesser General Public License
Website www.duplicati.com

Duplicati is a backup client that securely stores encrypted, incremental, compressed remote backups of local files on cloud storage services and remote file servers. Duplicati supports not only various online backup services like OneDrive,[1] Amazon S3, Backblaze, Rackspace Cloud Files, Tahoe LAFS, Google Drive but also any servers that support SSH/SFTP, WebDAV, or FTP.

Duplicati uses standard components such as rdiff, zip, AESCrypt and GnuPG. This allows users to recover backup files even if Duplicati is not available. Released under the terms of the GNU Lesser General Public License (LGPL), Duplicati is free software.

Technology

Duplicati is written mostly in C# and implemented completely within the CLR, which enables it to be cross-platform. It runs well on 32bit and 64bit versions on Windows, Mac OS X and Linux using either .NET Framework or Mono.

Duplicati has both a graphical user interface with a wizard style interface as well as a commandline version for use in headless environments. Both interfaces use the same core and thus have the same set of features and capabilities. The commandline version is similar to the Duplicity interface.

Duplicati has some unique features that are usually only found in commercial systems, such as remote verification of backup files, disk snapshots, and backup of open files. The disk snapshots are performed with VSS on Windows and LVM on Linux.

History

The original Duplicati project was started in June 2008 and intended to produce a graphical user interface for the Duplicity program. This included a port of the Duplicity code for use on Windows, but was dropped in September 2008[2] where work on a clean re-implementation began. This re-implementation includes all the sub-programs found in Duplicity, such as rdiff, ftp, etc. This initial version of Duplicati saw an initial release in June 2009.

In 2012, work on Duplicati 2 started, which is a complete rewrite. It includes a new storage engine that allows efficient, incremental, continuous backups. The new user interface is web based, which makes it possible to install Duplicati 2 on headless systems like servers or a NAS. As it is also responsive, it can be easily used on mobile devices. Even though Duplicati 2 is still beta, there are already 20.000 active installations[3].


Implementation

The Duplicati GUI and commandline interface both call a common component called Main which serves as a binding point for all the operations supported. Currently the encryption, compression and storage component are considered subcomponent and are loaded at runtime, making it possible for a third party developer to inject a subcomponent into Duplicati without access to the source, or any need to modify Duplicati itself. The license type is also flexible enough to allow redistribution of Duplicati with a closed source storage provider. Duplicati is designed to be as independent of the provider as possible, which means that any storage medium that supports the common commands GET/PUT/LIST/DELETE can work with Duplicati.

The Duplicity model, on which Duplicati is based, relies heavily on components in the system, such as librdiff, TcFTP and others. Since Duplicati is intended to be cross platform, and it is unlikely that all those components are available on all platforms, Duplicati re-implements the components instead. Most notably, Duplicati features an rdiff and AESCrypt implementation that work on any system that supports a CLR runtime.

Limitations

The Duplicati GUI of Duplicati 1.x is intended to be used on a single machine with a display attached. However, it is also possible to install Duplicati as a Windows service or Linux Daemon, and set the Duplicati system tray from starting the Duplicati service . This limitation has been addressed in Duplicati 2, which has a web-interface and can be used on headless systems.

Duplicati 1.x has extremely slow file listings, so browsing a file tree to do restores can take a long time.

Since Duplicati produces incremental backups, a corrupt or missing incremental volume can render all following incremental backups (up to the next full backup) useless. Duplicati 2 regularly tests the backup to detect corrupted files early.

Duplicati 1.x only stores the file modification date, not metadata like permissions and attributes. This has been addressed in Duplicati 2.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.