Rclone doesn’t have deduplication. That’s just finding files with the same name. It’s different from deduplication used in backup software.
Think of grinding data in a big machine, and removing blocks that are redundant. You may have every file to be a single copy, and get significant space reduction.
rclone and restic are not direct alternatives. They have a slight overlap, but are also different. Rclone is more versatile for moving/copying files. Restic has snapshotting, pruning, client side encryption, deduplication, and compression. Restic actually supports rclone as a backend.
synergy20|1 year ago
rclone crypt also does encryption.
so far I think rclone has it all for me.
aborsy|1 year ago
Think of grinding data in a big machine, and removing blocks that are redundant. You may have every file to be a single copy, and get significant space reduction.
wongogue|1 year ago
rclone on it own is a syncing solution not backup.
larschdk|1 year ago
thangngoc89|1 year ago