While fine-tuning our backup strategy I realized that if usingbackup_method = postgresql
you won't get the configution files while restoring.
On the contrary all conf files are restore if using method rsync.
Surely this makes me prefer 'rsync'. Is there some other reason that shouldmake me reconsider this question?
Which are the advantagest of the 'postgres' method?