rsync can be used to copy a filesystem from
one host to another, or
for backups using rsync's --link-dest option plus a small wrapper
script
Backshift is only for backups, and works analogously to
rsync --link-dest, but it deduplicates variable-lengthed blocks of
the files both intra-host and inter-host, and compresses those
blocks using xz.
Backshift is not just another tar frontend. Saved data
is stored in an open but created-for-the-purpose, highly compressed format
that can be assembled into a tar archive to stdout on request.