Fix(Choux): backup script name

This commit is contained in:
2018-11-10 17:23:32 +01:00
parent 5646bb4402
commit c301106ddd
3 changed files with 4 additions and 3 deletions

View File

@@ -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