Hi, I'm trying to send an incremental backup of a btrfs subvolume to another host using the command: sudo btrfs send -v /home/backup/2014-05-29_02:26:38 | ssh "root@s" "btrfs receive -v /btrfs/backup_bulky/home" Eventually it stops with the following error: ERROR: rename o941570-199282-0 -> failed. Not a directory Seems like a bug to me, I tried searching for inodes '941570' or '199282' but came up with no results on either. btrfsck reports no problems. Any ideas on how to solve this or debug it further? The subvolume is around 400 gb large, and it's a few days since I made the previous incremental backup, so I unfortunately haven't been able to find any root cause or a way to reproduce the bug outside of this subvolume. At the time of writing I'm running the 3.15.0-rc1 kernel with btrfs-progs v3.14 on both machines. Best regards, Rasmus Eskola -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html