data migration from freenas to truenas with rsync - errors

phier

Patron
Joined
Dec 4, 2012
Messages
400
hello
i was migrating data from freenas to truenas using rsync ...
Code:
rsync --log-file=/root/storage_rsync_log/data.log -avPxHc storage/data/ root@10.0.1.217:/mnt/universalsoldier/freenas_storage/data/


but it ended with errors ...
Code:
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1180) [sender=3.1.2]


Is there a way how to identify these errors from a log file? I can find errors like that>
Code:
2022/09/05 17:45:02 [13372] filename overflows max-path len by 5:


but bc of ~5TB of data was migrated.. .its hard to manually identify problematic files... i am just surprised that log doesnt contain some metadata as ERROR: etc...


any ideas?
thanks!
 
Top