X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/759ac87019791378c4a97b541e7cdf1349dd4c69..16417f8b9d1947f4efbe540ee6983feba2ebc21c:/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)); } -