search for: xag

Displaying 3 results from an estimated 3 matches for "xag".

Did you mean: tag
2015 Apr 14
1
The --inplace is very different from the behaviour of --partial when resuming a complex case transfer.
...wing 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...
2015 Apr 06
0
--append and then --append-verify will not work.
.../ Packages.bz2 . 2- Then I split the file into 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 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...
2015 Apr 06
0
--append and then --append-verify will not work.
...ll/ Packages.bz2 . 2- Then I split the file into 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...