search for: rsync_flist

Displaying 7 results from an estimated 7 matches for "rsync_flist".

2005 Mar 28
4
batch mode error
Anyone, When attempting to use batch mode to update a second host by executing the .sh file I get: [root@sspfedweb batch]# ./obsession_0000.sh Batch file ./batch/obsession_0000.rsync_flist open error: No such file or directory rsync error: syntax or usage error (code 1) at batch.c(241) Can anyone tell me whatI'm doing wrong. I tar and gzip the batch directory and ftp to the target host. Then untar/gunzip the batch files and run the .sh file. -- Thanks, Dale Bohl dbohl@sgi....
2004 Jun 21
2
problems with --read-batch and --write-batch with --files-from
...; echo --- && rsync --read-batch=data -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/z...
2003 Sep 30
2
problem with batch mode:
...l -n -rw-r--r-- 1 0 0 453248121 Sep 2 16:22 CD-ROM-V6.6.31.zip -rw-r--r-- 1 0 0 407416499 Sep 29 13:39 CD-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_file...
2002 Feb 07
1
Latest version of the batch mode cleanup patch
...===================================================== RCS file: /cvsroot/rsync/batch.c,v retrieving revision 1.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 ch...
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 18
2
possible writefd_unbuffered error; what am I screwing up this time
...ith the same message I would appreciate any pointers as to what I am screwing up. I have chmod'ed all the brf* files to 0777 and the execution account owns all of them. I also tried to do the rsh "remote" alternative from the "local" server and it has a problem finding brf.rsync_flist. I strongly suspect this is because the rsh's rlogin is setting the working directory to /home/wally. wally
2003 Oct 01
0
AW: problem with batch mode:
...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 498783 Sep 29 12:29 old.zip drwxr-xr-x 2 jos staff 512 Se...