Fix(Choux): backup script name
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
path: "{{ backup_mount_point }}"
|
||||
src: "UUID={{ backup_disk_uuid }}"
|
||||
fstype: ext4
|
||||
opts: defaults
|
||||
opts: defaultspresent
|
||||
state: mounted
|
||||
|
||||
- name: Install borgbackup
|
||||
@@ -21,7 +21,7 @@
|
||||
- name: Automate toward local RAID backup with systemd timer
|
||||
template:
|
||||
src: files/choux_borg.sh
|
||||
dest: "{{ borg_script_path }}/backup.sh"
|
||||
dest: "{{ borg_script_path }}/{{ borg_script_filename }}"
|
||||
mode: 755
|
||||
|
||||
- name: Backup systemd timer
|
||||
|
Reference in New Issue
Block a user