The Samba-Bugzilla – Attachment 1202 Details for
Bug 2675
--backup --suffix=.foo --delete-after doesn't backup deleted files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix the combination of --backup with --delete-after
backup-delete-after.patch (text/plain), 612 bytes, created by
Wayne Davison
on 2005-05-02 09:37:32 UTC
(
hide
)
Description:
Fix the combination of --backup with --delete-after
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2005-05-02 09:37:32 UTC
Size:
612 bytes
patch
obsolete
>--- generator.c 5 Apr 2005 20:08:51 -0000 1.198 >+++ generator.c 7 Apr 2005 08:13:44 -0000 1.199 >@@ -1132,6 +1132,7 @@ > int save_only_existing = only_existing; > int save_opt_ignore_existing = opt_ignore_existing; > int save_do_progress = do_progress; >+ int save_make_backups = make_backups; > > allowed_lull = read_batch ? 0 : (io_timeout + 1) / 2; > lull_mod = allowed_lull * 5; >@@ -1240,6 +1241,7 @@ > phase++; > only_existing = save_only_existing; > opt_ignore_existing = save_opt_ignore_existing; >+ make_backups = save_make_backups; > > if (verbose > 2) > rprintf(FINFO,"generate_files phase=%d\n",phase);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2675
: 1202