12 lines
831 B
Text
12 lines
831 B
Text
# allow members of the sudo group to run backups, but without password
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-backup.sh
|
|
#%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-prune.sh
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-mount.sh
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-check.sh
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-check-read-data.sh
|
|
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-backup-externe-4TB-HD-auf-NAS.sh
|
|
#%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-backup-externe-4TB-HD-auf-NAS-PRUNE.sh
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-backup-externe-4TB-HD-auf-NAS-MOUNT.sh
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-backup-externe-4TB-HD-auf-NAS-CHECK.sh
|
|
%sudo ALL = NOPASSWD: /opt/scripts/restic/restic-backup-externe-4TB-HD-auf-NAS-READ-DATA.sh
|