1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-08 14:28:36 +02:00

Move extra directories in one folder "extra_directories"

This commit is contained in:
Sergey Cherkashin 2018-12-07 13:34:57 +03:00
parent c493d6f900
commit 53726536ef

View File

@ -47,7 +47,7 @@
#define PG_BACKUP_LABEL_FILE "backup_label" #define PG_BACKUP_LABEL_FILE "backup_label"
#define PG_BLACK_LIST "black_list" #define PG_BLACK_LIST "black_list"
#define PG_TABLESPACE_MAP_FILE "tablespace_map" #define PG_TABLESPACE_MAP_FILE "tablespace_map"
#define EXTRA_DIR "extradir" #define EXTRA_DIR "extra_directories/extradir"
/* Direcotry/File permission */ /* Direcotry/File permission */
#define DIR_PERMISSION (0700) #define DIR_PERMISSION (0700)