Displaying 1 result from an estimated 1 matches for "big_file2".
Did you mean:
big_file
2006 Jan 30
1
Overwriting source file leaves destination full of zeros
...d e 1 : 0
1203723104 . c o n n e c t e d 001 001 021 f l o
1203723124 p p y 0 . c o n n e c t e d 001 \0
1203723144 \0 \0 \0
1203723147
> sha1sum big_file
e9c56b070a077d942ac4db0ef48744cd1e5290a2 big_file
> rsync big_file big_file2
# Whilst this is running
> cp small_file big_file
> ls -l *_file*
-rw------- 1 jonm users 9212 Jan 30 09:11 big_file
-rw-r--r-- 1 jonm users 9212 Jan 30 09:09 small_file
-rw------- 1 jonm users 168797799 Jan 30 09:11 big_file2
# big_file2 file size is correct
> sha1sum...