Displaying 4 results from an estimated 4 matches for "xah".
Did you mean:
ah
2015 Apr 14
1
The --inplace is very different from the behaviour of --partial when resuming a complex case transfer.
...testings on the `--inplace' and `--partial' for
resuming a file with the following steps:
1- rsync ftp.cn.debian.org::debian/dists/wheezy/main/binary-amd64/
Packages.gz .
2- split -b 1M Packages.gz
At this point, I obtained the following eight files:
xaa xab xac xad xae xaf xag xah
3- Then I remove two files, say, xab, and xae from the above eight files,
and then use cat to regenerate the Packages.gz:
for i in xaa xac xad xaf xag xah ; do
cat $i >> Packages.gz;
done
4- Resuming the rsync transfer with the `--inplace' and `--partial'
respectively for...
2015 Apr 06
0
--append and then --append-verify will not work.
...ittle files with the file size equaling to
128K, which is the maximum of the block-size accepted by rsync.
split -b 128K Packages.bz2
And at this point, I obtained the following 20 files:
werner at debian:~/http_resume_test$ ls x*
xaa xac xae xag xai xak xam xao xaq xas
xab xad xaf xah xaj xal xan xap xar xat
Then I delete the some files, say, xab and xae, from the above little
files, and then use the cat tool to regenerate the Packages.bz2 by only
using the remaining little files:
werner at debian:~/http_resume_test$ for i in `ls x*`; do cat $i >>
Packages.bz2;...
2015 Apr 06
0
--append and then --append-verify will not work.
...little files with the file size equaling to
128K, which is the maximum of the block-size accepted by rsync.
split -b 128K Packages.bz2
And at this point, I obtained the following 20 files:
werner at debian:~/http_resume_test$ ls x*
xaa xac xae xag xai xak xam xao xaq xas
xab xad xaf xah xaj xal xan xap xar xat
Then I delete some files, say, xab and xae, from the above little
files, and then use the cat tool to regenerate the Packages.bz2 by only
using the remaining little files:
werner at debian:~/http_resume_test$ for i in `ls x*`; do cat $i >>
Packages.bz2; done
3...
2006 Dec 22
1
Powercom BNT-1200AP driver
...* byte 12 is UPS model number
* 100V = X0H 110V = X1H 115V = X2H 120V = X3H
* 200V = X7H 220V = X8H 230V = X9H 240V = XAH
* byte 13 is XX
* byte 14 is XX
* byte 15...