Change Proxmox templates storage
This commit is contained in:
parent
a89e47c370
commit
6da1d04fb1
|
@ -3,7 +3,7 @@
|
||||||
# hook script to copy a dump as a new LXC template (with --script option)
|
# hook script to copy a dump as a new LXC template (with --script option)
|
||||||
|
|
||||||
# Template directory
|
# Template directory
|
||||||
my $TEMPLATE_DIR = "/mnt/zfsbkp/template/cache";
|
my $TEMPLATE_DIR = "/mnt/pve/ibmbkp.daily/template/cache";
|
||||||
# Template file name
|
# Template file name
|
||||||
my $TEMPLATE_FILE_LINK = "jessie.template.ipr.univ-rennes1.fr.tar.gz";
|
my $TEMPLATE_FILE_LINK = "jessie.template.ipr.univ-rennes1.fr.tar.gz";
|
||||||
# Number of template to keep available
|
# Number of template to keep available
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# hook script to copy a dump as a new LXC template (with --script option)
|
# hook script to copy a dump as a new LXC template (with --script option)
|
||||||
|
|
||||||
# Template directory
|
# Template directory
|
||||||
my $TEMPLATE_DIR = "/mnt/zfsbkp/template/cache";
|
my $TEMPLATE_DIR = "/mnt/pve/ibmbkp.daily/template/cache";
|
||||||
# Template file name
|
# Template file name
|
||||||
my $TEMPLATE_FILE_LINK = "stretch.template.ipr.univ-rennes1.fr.tar.gz";
|
my $TEMPLATE_FILE_LINK = "stretch.template.ipr.univ-rennes1.fr.tar.gz";
|
||||||
# Number of template to keep available
|
# Number of template to keep available
|
||||||
|
|
Loading…
Reference in New Issue