Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
79ae5352
Commit
79ae5352
authored
Oct 31, 2011
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install vzdump default config file
parent
dc16e6c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
Makefile
Makefile
+2
-1
conffiles
debian/conffiles
+1
-0
vzdump.conf
vzdump.conf
+13
-0
No files found.
Makefile
View file @
79ae5352
...
...
@@ -65,7 +65,7 @@ upload: ${DEB}
# scp aplinfo/aplinfo.dat aplinfo.dat.gz aplinfo/aplinfo.dat.asc pve.proxmox.com:/home/ftp/appliances/
.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/man/man1
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/iso
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
-m
0644 copyright
${
DESTDIR
}
/usr/share/doc/
${
PACKAGE
}
install
-m
0644 debian/changelog.Debian
${
DESTDIR
}
/usr/share/doc/
${
PACKAGE
}
...
...
debian/conffiles
View file @
79ae5352
...
...
@@ -6,3 +6,4 @@
/etc/apache2/sites-available/pve.conf
/etc/apache2/sites-available/pve-redirect.conf
/etc/vz/vznet.conf
/etc/vzdump.conf
vzdump.conf
0 → 100644
View file @
79ae5352
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment