Hello,

I would like to do backups based on btrfs send/receive.

So I though I would do a transfer over portable HDD and then incremental
sends (using -p) over network.

Initial :

btrfs send "all" (primary HDD) → btrfs receive (portable HDD) → btrfs send/receive (final HDD)

Later :

btrfs send -p "all" new →  ssh newhost "btrfs receive … "

But I found out that does not work. It complains parent not found.

Am I doing something wrong, or is it intended behaviour?

Best regards,

Lubos
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to