X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/908f5a9f9fe6d587e7b97e449a835ee51a85e8d8..af1d91c562dba2491f31dc32ce35aa413c7b61da:/backup.c diff --git a/backup.c b/backup.c index 0fb6373a..97ec957e 100644 --- a/backup.c +++ b/backup.c @@ -198,7 +198,7 @@ static int keep_backup(char *fname) if (do_stat (fname, &st)) return 1; #endif - file = make_file(-1, fname, NULL, 1); + file = make_file(fname, NULL, NO_EXCLUDES); /* the file could have disappeared */ if (!file) return 1; @@ -294,4 +294,3 @@ int make_backup(char *fname) else return (make_simple_backup(fname)); } -