Hi, we're migrating a server to another HW, and we're copying the data from the old one to the new. We've copied the filesystems (scripts with cpio), and in some of the FS we see BIG differences between used data in the two servers.
I'm trying to see where might be the differences, so I was thinking to make ls -lR > output.txt in each server and then make a diff between the 2 outputs. The problem is that cpio didn't preserve the times of the files, so a diff will show me everything as different.
How could I make so that the times doesn't show in the output file?
Thanks
I'm trying to see where might be the differences, so I was thinking to make ls -lR > output.txt in each server and then make a diff between the 2 outputs. The problem is that cpio didn't preserve the times of the files, so a diff will show me everything as different.
How could I make so that the times doesn't show in the output file?
Thanks