mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 06:05:44 +00:00
install vzdump default config file
This commit is contained in:
parent
19015b0b69
commit
9683831eaa
3
Makefile
3
Makefile
@ -65,7 +65,7 @@ upload: ${DEB}
|
|||||||
# scp aplinfo/aplinfo.dat aplinfo.dat.gz aplinfo/aplinfo.dat.asc pve.proxmox.com:/home/ftp/appliances/
|
# scp aplinfo/aplinfo.dat aplinfo.dat.gz aplinfo/aplinfo.dat.asc pve.proxmox.com:/home/ftp/appliances/
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: country.dat vznet.conf
|
install: country.dat vznet.conf vzdump.conf
|
||||||
install -d ${DESTDIR}/usr/share/${PACKAGE}
|
install -d ${DESTDIR}/usr/share/${PACKAGE}
|
||||||
install -d ${DESTDIR}/usr/share/man/man1
|
install -d ${DESTDIR}/usr/share/man/man1
|
||||||
install -d ${DESTDIR}/usr/share/doc/${PACKAGE}
|
install -d ${DESTDIR}/usr/share/doc/${PACKAGE}
|
||||||
@ -74,6 +74,7 @@ install: country.dat vznet.conf
|
|||||||
install -d ${DESTDIR}/var/lib/vz/template/cache
|
install -d ${DESTDIR}/var/lib/vz/template/cache
|
||||||
install -d ${DESTDIR}/var/lib/vz/template/iso
|
install -d ${DESTDIR}/var/lib/vz/template/iso
|
||||||
install -d ${DESTDIR}/var/lib/vz/template/qemu
|
install -d ${DESTDIR}/var/lib/vz/template/qemu
|
||||||
|
install -D -m 0644 vzdump.conf ${DESTDIR}/etc/vzdump.conf
|
||||||
install -D -m 0755 vznet.conf ${DESTDIR}/etc/vz/vznet.conf
|
install -D -m 0755 vznet.conf ${DESTDIR}/etc/vz/vznet.conf
|
||||||
install -m 0644 copyright ${DESTDIR}/usr/share/doc/${PACKAGE}
|
install -m 0644 copyright ${DESTDIR}/usr/share/doc/${PACKAGE}
|
||||||
install -m 0644 debian/changelog.Debian ${DESTDIR}/usr/share/doc/${PACKAGE}
|
install -m 0644 debian/changelog.Debian ${DESTDIR}/usr/share/doc/${PACKAGE}
|
||||||
|
1
debian/conffiles
vendored
1
debian/conffiles
vendored
@ -6,3 +6,4 @@
|
|||||||
/etc/apache2/sites-available/pve.conf
|
/etc/apache2/sites-available/pve.conf
|
||||||
/etc/apache2/sites-available/pve-redirect.conf
|
/etc/apache2/sites-available/pve-redirect.conf
|
||||||
/etc/vz/vznet.conf
|
/etc/vz/vznet.conf
|
||||||
|
/etc/vzdump.conf
|
||||||
|
13
vzdump.conf
Normal file
13
vzdump.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# vzdump default settings
|
||||||
|
|
||||||
|
#tmpdir: DIR
|
||||||
|
#dumpdir: DIR
|
||||||
|
#storage: STORAGE_ID
|
||||||
|
#mode: snapshot|suspend|stop
|
||||||
|
#bwlimit: KBPS
|
||||||
|
#ionize: PRI
|
||||||
|
#lockwait: MINUTES
|
||||||
|
#stopwait: MINUTES
|
||||||
|
#size: MB
|
||||||
|
#maxfiles: N
|
||||||
|
#script: FILENAME
|
Loading…
Reference in New Issue
Block a user