Duplicacy is an open-source backup software that supports incremental backups to many cloud storage providers. It encrypts and compresses data for efficient storage and transfer. Key features include data deduplication, version control, backup retention policies, and command line interface.
Duplicacy is an open-source command-line backup tool designed for efficient incremental backups. It supports a variety of storage backends including major cloud providers like Amazon S3, Google Cloud Storage, Microsoft OneDrive, and Dropbox.
Some key features of Duplicacy include:
Duplicacy is implemented in Go language which makes it fast and memory efficient. It works by splitting files into smaller chunks, uploading the chunks, then maintaining references to these chunks. This way, only modified chunks need to be transferred during subsequent backups.
Duplicacy supports backups for Windows, macOS, Linux, FreeBSD, and Solaris operating systems. Its data format is open and documented so the backups can be accessed without Duplicacy if needed.
Here are some alternatives to Duplicacy:
Suggest an alternative ❐