Hi all,
i've copied a file system from one machine to the other but discovered that their sizes are different!
That's the destination size:
That's the source server
any body knows why?
I have a feeling that its because of fragments being defragmented while copying!!! That's why i feel is the reason. but i'm not sure
The backup command i used is this:
any comments will be appreciated
Regards
Khalid
i've copied a file system from one machine to the other but discovered that their sizes are different!
That's the destination size:
Code:
/dev/image2 114294784 14802928 88% 243415 13% /image2
That's the source server
Code:
/dev/image2 114294784 9363360 92% 243428 2% /image2
any body knows why?
I have a feeling that its because of fragments being defragmented while copying!!! That's why i feel is the reason. but i'm not sure
The backup command i used is this:
Code:
# rsh edms 'cd /image2;find . -print | backup -iqf -' | restore -xqvpf -
any comments will be appreciated
Regards
Khalid