fml forgot dump was within /data - fix backup location to copy from to get single file so we can fetc hit
This commit is contained in:
parent
94cebe52a9
commit
88ece285d1
|
@ -109,7 +109,7 @@
|
||||||
- name: Copy backup we just took to home/{{ main_user }}/backups
|
- name: Copy backup we just took to home/{{ main_user }}/backups
|
||||||
when: backup_db and not __backup_result.failed
|
when: backup_db and not __backup_result.failed
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: /home/{{ main_user }}/rocketchat/dump/{{ ansible_date_time.iso8601 }}
|
src: /home/{{ main_user }}/rocketchat/data/dump/{{ ansible_date_time.iso8601 }}
|
||||||
dest: /home/{{ main_user }}/backups/{{ ansible_date_time.iso8601 }}.gzip
|
dest: /home/{{ main_user }}/backups/{{ ansible_date_time.iso8601 }}.gzip
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue