hi all,
Why am I getting different file counts and different size for the same directory and tar file, they are the same directory I have made into a tar so I really don't get it.
many thanks,
rob
Why am I getting different file counts and different size for the same directory and tar file, they are the same directory I have made into a tar so I really don't get it.
Code:
tar -tf /vol/cha-archive/audio/Even\ When\ I\ Fall\ -\ January\ 2017\ Project.tar | wc -l
8536
root@archive:/ # find /vol/cha-work/_ARCHIVE/to_be_archived/audio/chad_r/2017-05-17/Even\ When\ I\ Fall\ -\ January\ 2017\ Project/ -type f | wc -l
8464
137G /vol/cha-archive/audio/Even When I Fall - January 2017 Project.tar
138G /vol/cha-work/_ARCHIVE/to_be_archived/audio/chad_r/2017-05-17/Even When I Fall - January 2017 Project/
rob
Last edited by a moderator: