search for: rsync_delta

Displaying 6 results from an estimated 6 matches for "rsync_delta".

2004 Jun 14
1
block check sum sizing
...the newer file. I copy the original data back to the target directory so that I can repeat the experiment. I compute a block size that is the square root of the size of the "reference" file and use --block-size= the computed size. The xxx.rsync_csum file is 12 K bytes in size. The xxx.rsync_delta file is the size of the newer file and --stats shows 0 for matched data. I copy the original data back to the target directory. I vary the block size to half the previous example. I rerun the experiment. The xxx.rsync_csum file is still 12 K bytes in size. The xxx.rsync_delta file is still the si...
2001 Aug 13
1
rsync+ patch
rsync+ is ready to go onto HEAD. Could Jos or somebody else who's used the feature before please prepare a few paragraphs for the manpage explaining how they work? Either send a patch to the .yo files or just plain text. Thanks, -- Martin
2004 Jun 21
2
problems with --read-batch and --write-batch with --files-from
...-a -v -v dest/ ------- Additionally if i use the --files-from option with --write-batch and the given prefix is relative 3 of 4 files will be written to the src/ dir. The find in the shell script [2] gives the following: . ./src ./src/file1 ./src/data.rsync_flist ./src/data.rsync_csums ./src/data.rsync_delta ./dest ./dest/file1 ./data.tar.gz ./data.rsync_argvs --[2]-- #!/bin/bash DIR="testdir-$(date '+%Y%m%d%H%M%S')" mkdir "$DIR" && cd "$DIR" && mkdir src dest && (cd src && dd if=/dev/zero of=file1 bs=1024 count=1024) && (c...
2003 Sep 30
2
problem with batch mode:
...ROM-V6.6.32.zip resulting in: -rwx------ 1 0 0 53 Sep 29 16:29 rs.rsync_argvs* -rw------- 1 0 0 90 Sep 29 16:29 rs.rsync_flist -rw------- 1 0 0 165998 Sep 29 16:29 rs.rsync_csums -rw------- 1 0 0 26634899 Sep 29 16:30 rs.rsync_delta dr-xr-xr-x 4 0 0 453 Sep 29 16:30 ./ Trying to do a test fails. I do not not why: alfred:/Auslieferung/CD # sh rs.rsync_argvs send_files starting server_recv(2) starting pid=6353 get_local_name count=1 CD-ROM-V6.6.31.zip generator starting pid=6353 count=1 delta-transmission...
2002 Feb 07
1
Latest version of the batch mode cleanup patch
....12 diff -u -r1.12 batch.c --- batch.c 24 Jan 2002 08:09:46 -0000 1.12 +++ batch.c 6 Feb 2002 19:47:57 -0000 @@ -8,55 +8,38 @@ #include "rsync.h" #include <time.h> -char rsync_flist_file[27] = "rsync_flist."; -char rsync_csums_file[27] = "rsync_csums."; -char rsync_delta_file[27] = "rsync_delta."; -char rsync_argvs_file[27] = "rsync_argvs."; - -char batch_file_ext[15]; - -int fdb; -int fdb_delta; -int fdb_open; -int fdb_close; +extern char *batch_prefix; struct file_list *batch_flist; -void create_batch_file_ext() -{ - struct tm *timeptr; -...
2003 Oct 01
0
AW: problem with batch mode:
...0.00 _exit_cleanup(code=0, file=../rsync/main.c, line=625): about to call exit(0) lizzy:~/src/rsync-cvs/obj/test/rs% ls -l total 91 -rwx------ 1 jos staff 51 Sep 29 12:38 rs.rsync_argvs -rw------- 1 jos staff 3752 Sep 29 12:38 rs.rsync_csums -rw------- 1 jos staff 85507 Sep 29 12:38 rs.rsync_delta -rw------- 1 jos staff 79 Sep 29 12:38 rs.rsync_flist -rw-r--r-- 1 jos staff 180 Sep 29 12:37 x lizzy:~/src/rsync-cvs/obj/test/rs% ls -l .. total 1433 -rw-r--r-- 1 jos staff 436738 Sep 29 12:31 new.bak -rw-r--r-- 1 jos staff 498783 Sep 29 12:29 new.zip -rw-r--r-- 1 jos staff 498...