This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/restic/files/restic.mount.jinja

12 lines
249 B
Plaintext
Raw Permalink Normal View History

2022-11-02 12:51:59 +00:00
[Unit]
Description=Mount the USB disk used as restic repository
[Mount]
What=/dev/disk/by-uuid/{{ pillar['restic']['repository']['disk_uuid'] }}
2022-11-03 08:35:40 +00:00
Where={{ pillar['restic']['mount'] }}
2022-11-02 12:51:59 +00:00
Type=auto
Options=defaults
[Install]
WantedBy=multi-user.target