search for: file_lis

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

Did you mean: file_list
2005 Jul 26
1
[patch] paranoid checksum checking
...*********** extern int module_id; *** 46,51 **** --- 46,52 ---- extern int ignore_errors; extern int orig_umask; extern int keep_partial; + extern int always_checksum; extern int checksum_seed; extern int inplace; extern int delay_updates; *************** int recv_files(int f_in, struct file_lis *** 649,654 **** --- 650,669 ---- exit_cleanup(RERR_FILEIO); } + /* Check that the file written to local disk has the same + checksum as the file in the originating location. This + is a further paranoia check, just to make sure tha...
2004 Jan 27
1
Differentiating debug messages from both sides
...e debug messages deal with this by outputting a "[PID]" string at the start of the message. Unfortunately, the startup message that tells us which pid is which is only output when verbose >= 3, so there's a bit of a problem if we use this idiom for messages such as "expanding file_list ..." and "excluding file ..." (which get output at verbose >= 2 and can occur on both sides). I'd like to propose a change that prefixes dual-sided messages with [s], [r], or [g] for the sender, receiver, and generator, respectively. This makes them easier to read, and it w...
2006 May 18
1
Partial files left on SIGINT
Hi, As the man page says, the --partial flag is to "keep partially transferred files". I'm assuming if I don't have partial flag any partially transferred files should be deleted. However this is not what I'm seeing. Example: (Using a big file so that rsync times a while to run. This gives me time to hit CTRL-C for the SIGINT). > mkdir example > dd if=/dev/zero