Displaying 3 results from an estimated 3 matches for "b65536".
Did you mean:
65536
2002 Jun 22
0
-z and -B65536 causing file corruption in 2.5.5 w/zlib 1.1.4
When using the -z and -B65536 options together, sometimes there is file
corruption. Client and server are both compiled against zlib 1.1.4, so
the gzip corruption shouldn't be there, right?
With -z and -B32768 there is an error, but it is detected in a different
way.
With -B65536 and without -z all seems to be going OK....
2002 May 19
1
exclude vs include
...This is how it gets run from the script (the -n is so I can test it
without actully pulling down files). In this case I have appended
the "/**" to each include/exclude name. Is it obvious to you want I
want to do and am I expressing it correctly?
rsync '-anv' \
'-B65536' \
'--partial' \
'--stats' \
'--exclude' '*.gz.sign' \
'--exclude' '*.gz' \
'--exclude' '/Historic/**' \
'--exclude' '/SillySounds/**' \
'--exclude' ...
2002 Jul 05
1
Why can't I save/restore block devices?
Hello everybody,
I'd like to save/restore some partitions on my harddrive via rsync.
(They happen to contain other os'es, so I can't safely mount the partitions
read/write).
So, I'd like to do something like
rsync /dev/hda1 server::images/part_1.image -c -z -B65536 -S
but:
- "skipping non-regular file part_1" is misleading. Not the destination is not
a file, the source is.
- I know that it won't be possible to use rsync on character devices - but it
could operate on block devices.
- Is there a way to say "Don't check the complete chec...