Skip to content

Commit c2b2acc

Browse files
committed
Exclude recovery.conf during backup.
1 parent 24c8403 commit c2b2acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dir.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const char *pgdata_exclude[] =
2525
"pg_xlog",
2626
"pg_stat_tmp",
2727
"pgsql_tmp",
28+
"recovery.conf",
2829
NULL, /* arclog_path will be set later */
2930
NULL, /* 'pg_tblspc' will be set later */
3031
NULL, /* sentinel */

0 commit comments

Comments
 (0)