Displaying 1 result from an estimated 1 matches for "mypst".
Did you mean:
mypsk
2013 Feb 05
1
Destination file a lot larger then source (real size)
I have a script that syncs my backups to an NFS mount every day
The script works fine, without any errors, but there is a problem when
it comes to some large files
Let's take my pst file (8.9 gig) as an example
Source:
du -hs mypst.pst
8.9G mypst.pst
ls -alh mypst.pst
-rw-rw---- 1 me me 8.9G Jan 25 17:07 mypst.pst
That seems OK
Let's do that on the destination:
du -hs mypst.pst
17G mypst.pst
ls -alh mypst.pst
-rw-rw---- 1 root root 8.9G Jan 25 17:07 mypst.pst # Permissions here are
fine, disregard
Real file...