Skip to content

Incremental rsync based on duperemove.sql hash file #400

Description

@avidseeker

I have mixed disk backups across multiple disks. If they're neatly organized under one btrfs subvolume then transfer is very efficient block-level transfer using btrfs send | btrfs receive. Unfortunately that's not the case, and my current setup is to rsync -a /mnt/disk1/ /mnt/unified-backup/ followed by cd /mnt/unified-backup; sudo duperemove -dr --hashfile=duperemove.hash .

So my question is: can rsync or any other back up tool use duperemove.hash to efficiently only transfer file content that does not exist on remote?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions