permissions and default backup location
This commit is contained in:
4
Makefile
4
Makefile
@ -31,12 +31,12 @@ install: install-scripts install-exclude install-systemd
|
||||
# target: install-scripts - Install executables.
|
||||
install-scripts:
|
||||
install -d $(DEST_SCRIPTS)
|
||||
install -m 744 $(SRCS_SCRIPTS) $(DEST_SCRIPTS)
|
||||
install -m 744 $(SRCS_SCRIPTS) -o lerentis $(DEST_SCRIPTS)
|
||||
|
||||
# target: install-conf - Install restic configuration files.
|
||||
install-conf:
|
||||
install -d $(DEST_CONF) -m 700
|
||||
install $(SRCS_CONF) $(DEST_CONF)
|
||||
install $(SRCS_CONF) -o lerentis $(DEST_CONF)
|
||||
|
||||
# target: install-exclude - Install backup exclude file.
|
||||
install-exclude:
|
||||
|
Reference in New Issue
Block a user