rsync might be a bit more popular than Duplicity. We know about 15 links to it since March 2021 and only 12 links to Duplicity. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Other popular choices include borg, duplicity, and duplicati. After evaluating these and others mentioned in the comments, I ended up using borg with borgmatic to define homelab backups with yaml files that are version controlled in gitea and deployed using ansible. I also use duplicity to back up my sister in laws storefront website to backblaze. I've been quite happy with both.... - Source: Hacker News / 7 months ago
Overbuilt and OTT? Sure... But this works fantastically for my use case. I have current backups of everything except my media library because of the size of it; my VM's are all backed up to my Synology nightly using Backy2, my application data gets dumped to that same Synology NAS nightly as well, and all of that also gets synced to Glacier deep storage once a week using Duplicity. I'm going to be adding a new ZFS... Source: almost 2 years ago
There are some backup tools in this thread. Duplicati, rsync, restic, Duplicity, Syncthing. Source: over 2 years ago
Here are a couple of projects that implement what you seem to be trying to do: https://duplicity.gitlab.io , https://borgbackup.readthedocs.io/en/stable/index.html# . You could either use them or just look at the scripts for ideas Writing your own script is a great exercise but a robust, historical and conveniently accessible backup system is more complicated. (I personally use rsnapshot to an encrypted drive... Source: over 2 years ago
GUI based on https://duplicity.gitlab.io/. Source: over 2 years ago
Rsync - Fast file copying and syncing. - Source: dev.to / 24 days ago
Does this apply to the GPL or BSD codebase? There are (now) two rsync codebases. GPL: https://rsync.samba.org/ BSD: https://www.openrsync.org/. - Source: Hacker News / 4 months ago
Rsync can be used to synchronize a local disk to the pCloud drive p. Works similarly as the Sync option of the pCloud Drive app. May be useful if one prefers a bulk upload once a day over a continuous synchronization. Source: over 1 year ago
Tools that can be used to handle this include Rsync, Duplicati, Cohesity. - Source: dev.to / over 1 year ago
To overcome this issue, you can use rsync, a powerful command-line tool for synchronizing files and directories, along with a bash script that excludes the node_modules folder and also filter out anything in a .gitignore file that you specify. In this article, I'll guide you through the process of setting up and using this bash script to sync your Node.js project while ignoring the node_modules folder. - Source: dev.to / almost 2 years ago
Duplicati - Free backup software to store backups online with strong encryption. Works with FTP, SSH, WebDAV, OneDrive, Amazon S3, Google Drive and many others.
FreeFileSync - FreeFileSync is a free open source data backup software that helps you synchronize files and folders on Windows, Linux and macOS.
SpiderOak - SpiderOak makes it possible for you to privately store, sync, share & access your data from everywhere.
Borg Backup - Deduplicating backup program with compression and authenticated encryption
GoodSync - GoodSync provides highly reliable file backup and synchronization for both individuals and businesses.
Restic - Easy: Doing backups should be a frictionless process, otherwise you are tempted to skip it.