Apparently my command is no good. No one ever responded to my question below, so maybe I'm not smart enough to ask the right way.
I can ssh from the backup server to the HTPC, but it crashes with a 'dirty' error:
# rsync --progress --archive --hard-links --links --delete-during --delete-excluded --inplace --numeric-ids -e "ssh -l root" root@hex:///home /media/backups/hex-home
root@hex's password:
protocol version mismatch -- is your shell clean?
(see the rsync man page for an explanation)
rsync error: protocol incompatibility (code 2) at compat.c(173) [Receiver=3.0.7]
"see the rsync man page for an explanation"? No idea where, but it's sure not in the first third. I have the same rsync and ssh on each.
On Mon 10 January 2011 05:25:32 Carl Cook wrote:
>
> Here is my proposed cron:
>
> btrfs subvolume snapshot hex:///home /media/backups/snapshots/hex-{DATE}
>
> rsync --archive --hard-links --delete-during --delete-excluded --inplace --numeric-ids -e ssh --exclude-from=/media/backups/exclude-hex hex:///home /media/backups/hex
>
> btrfs subvolume snapshot droog:///home /media/backups/snapshots/droog-{DATE}
>
> rsync --archive --hard-links --delete-during --delete-excluded --inplace --numeric-ids -e ssh --exclude-from=/media/backups/exclude-droog droog:///home /media/backups/droog
>
> Comments? Criticisms?
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html