diff --git a/TODO b/TODO index 2f8a140a..e61eceea 100644 --- a/TODO +++ b/TODO @@ -22,6 +22,8 @@ Planned feature improvements * Use pg_basebackup for the data directory, and ALSO rsync for the configuration files. -* Use pg_basebackup -X s - NOTE: this can be used by including `-X s` in the configuration parameter - `pg_basebackup_options` \ No newline at end of file +* If no configuration file supplied, search in sensible default locations + (currently: current directory and `pg_config --sysconfdir`); if + possible this should include the location provided by the package, + if installed. +