search for: backup_suffix_dels

Displaying 1 result from an estimated 1 matches for "backup_suffix_dels".

2008 Mar 11
0
[PATCH] Comment an obscure bit of code that sets the --suffix-dels default.
...for a client given an + * explicit --backup-dir-dels (just as --suffix defaults to empty when + * a --backup-dir is given). The second case does not apply to the + * server for consistency with server_options, which sends --suffix-dels + * to the server iff it differs from --suffix. */ if (!backup_suffix_dels) backup_suffix_dels = backup_dir_dels && !am_server ? "" : backup_suffix; backup_suffix_dels_len = strlen(backup_suffix_dels); -- 1.5.4.3.193.g6dd0e