File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ mutex={{ postgresql_backup_local_dir }}/walmutex
1717mailto=' {{ postgresql_backup_mail_recipient }}'
1818mutex_attempts=50
1919
20- [ ' {{ postgresql_backup_remote_rsync_path | default("None") }}' != ' None' ] && remote_rsync=' --rsync-path={{ postgresql_backup_remote_rsync_path }}' || remote_rsync=' '
20+ [ ' {{ postgresql_backup_remote_rsync_path | default("None") }}' != ' None' ] && remote_rsync=' --rsync-path={{ postgresql_backup_remote_rsync_path | default("None") }}' || remote_rsync=' '
2121
2222handler ()
2323{
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ mailto='{{ postgresql_backup_mail_recipient }}'
1010mutex={{ postgresql_backup_local_dir }}/scheduledmutex
1111rotate=' {{ postgresql_backup_rotate | default("True") }}'
1212
13- [ ' {{ postgresql_backup_remote_rsync_path | default("None") }}' != ' None' ] && remote_rsync=' --rsync-path={{ postgresql_backup_remote_rsync_path }}' || remote_rsync=' '
13+ [ ' {{ postgresql_backup_remote_rsync_path | default("None") }}' != ' None' ] && remote_rsync=' --rsync-path={{ postgresql_backup_remote_rsync_path | default("None") }}' || remote_rsync=' '
1414
1515handler ()
1616{
You can’t perform that action at this time.
0 commit comments