(Resend) Hi. It is a bit complex. Primary system subvolume on SSD devices on PCIe slot /root/ (fedora 23, 50GB usati) /btrfssnapshot/ /btrfssnapshot/root/ (for /root/ snapshot) /btrfssnapshot/root/root.1 /btrfssnapshot/root/root.2 /btrfssnapshot/root/root.XYZ subvolume on device HDD "1" sata /data_storage/ (data, 100GB usati) /data_backup/ (backup tar files, programs, downloads, etc., used 250GB) /btrfssnapshot/ /btrfssnapshot/data_storage/ (for /data_storage/ snapshot) /btrfssnapshot/data_backup/ (for /data_backup/ snapshot) /btrfssnapshot/data_storage/data_storage.1 /btrfssnapshot/data_storage/data_storage.2 /btrfssnapshot/data_storage/data_storage.XYZ /btrfssnapshot/data_backup/data_backup.1 /btrfssnapshot/data_backup/data_backup.2 /btrfssnapshot/data_backup/data_backup.XYZ subvolume on HDD device "2" sata partition 1 /btrfsreceive/root/ (for receive /btrfssnapshot/root/ snapshot) /btrfsreceive/root/.part/ partition 2 /btrfsreceive/data_storage/ (for receive /btrfssnapshot/data_storage/ snapshot) /btrfsreceive/data_storage/.part/ /btrfsreceive/data_backup/ (for receive /btrfssnapshot/data_backup/ snapshot) /btrfsreceive/data_backup/.part/ Secondary system for receiving snapshot subvolume on HDD device "3" sata partition 1 /btrfsreceive/root/ /btrfsreceive/root/.part/ partition 2 /btrfsreceive/data_storage/ (for receive /btrfssnapshot/data_storage/ snapshot) /btrfsreceive/data_storage/.part/ /btrfsreceive/data_backup/ (for receive /btrfssnapshot/data_backup/ snapshot) /btrfsreceive/data_backup/.part/ My bash script create snapshot of /root/, /data_storage/ and /data_backup/ on /btrfssnapshot/ . Snapshot is created with .part extension, when the creation is finished properly, is renamed to .1, .2, .XYZ . My bash script send snapshot from /btrfssnapshot/root/, /btrfssnapshot/data_storage/ and /btrfssnapshot/data_backup/ (sending differential, n - 1 -> n) to the subvolume /btrfsreceive/root/, /btrfsreceive/data_storage/ and /btrfsreceive/data_backup/. My bash script sends the same snapshot also to the secondary system for receiving snapshots (using ssh). P.S. If I recreate the receiving partition from scratch, the receive working properly. The previous problems information are in this thread. Please, you can read the thread? Thanks to you. Gdb Scrive Xin Zhou <xin.zhou@xxxxxxx>: > > Hi Giuseppe, > > Would you like to tell some details about: > 1. the XYZ snapshot was taken from which subvolume > 2. where the base (initial) snapshot is stored > 3. The 3 partitions receives the same snapshot, are they in the same btrfs > configuration and subvol structure? > > Also, would you send the link reports "two files unreadable error" post > mentioned in step 2? > Hope can see the message and figure out if the issue first comes from sender > or receiver side. > > Thanks, > Xin > Â > ---------------------------------------------------- This mail has been sent using Alpikom webmail system http://www.alpikom.it -- 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
