Changes

Jump to: navigation, search

Creating a template cache : Slackware or HostGIS Linux

No change in size, 10:55, 19 October 2009
Zipping it up into a cache image: use --numeric-owner option for tar
== Zipping it up into a cache image ==
A VE CT cache is just a tar.gz file of the entire filesystem, excluding some very dynamic stuff which gets populated by the OS at runtime anyway:
<code>  tar --numeric-owner -zcvf /tmp/HostGIS_Linux_4.2_64bit.tar.gz --exclude='/sys/*' --exclude='/proc/*' --exclude='/tmp/*' / </code>
[[Category: Templates]]

Navigation menu