mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-05 11:27:59 +02:00
nfs: Add backup include file
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
config/backup/includes/nfs
Normal file
2
config/backup/includes/nfs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
etc/exports
|
||||||
|
var/ipfire/nfs/nfs-server
|
||||||
@@ -68,6 +68,7 @@ usr/sbin/start-statd
|
|||||||
#usr/share/man/man8/sm-notify.8
|
#usr/share/man/man8/sm-notify.8
|
||||||
#usr/share/man/man8/statd.8
|
#usr/share/man/man8/statd.8
|
||||||
#usr/share/man/man8/umount.nfs.8
|
#usr/share/man/man8/umount.nfs.8
|
||||||
|
var/ipfire/backup/addons/includes/nfs
|
||||||
#var/ipfire/nfs
|
#var/ipfire/nfs
|
||||||
var/ipfire/nfs/nfs-server
|
var/ipfire/nfs/nfs-server
|
||||||
#var/lib/nfs
|
#var/lib/nfs
|
||||||
|
|||||||
6
lfs/nfs
6
lfs/nfs
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
|||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
PROG = nfs
|
PROG = nfs
|
||||||
PAK_VER = 12
|
PAK_VER = 13
|
||||||
|
|
||||||
DEPS = "rpcbind"
|
DEPS = "rpcbind"
|
||||||
|
|
||||||
@@ -107,5 +107,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
# Install configuration
|
# Install configuration
|
||||||
install -v -m 644 $(DIR_SRC)/config/cfgroot/nfs-server $(CONFIG_ROOT)/nfs/nfs-server
|
install -v -m 644 $(DIR_SRC)/config/cfgroot/nfs-server $(CONFIG_ROOT)/nfs/nfs-server
|
||||||
|
|
||||||
|
# Install backup include
|
||||||
|
install -v -m 644 $(DIR_SRC)/config/backup/includes/nfs \
|
||||||
|
/var/ipfire/backup/addons/includes/nfs
|
||||||
|
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user