From 6da1d04fb1cdd3ac55a9cf2d1b6246dea743af69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Thu, 2 Aug 2018 15:40:15 +0200 Subject: [PATCH] Change Proxmox templates storage --- proxmox/vzdump-hook-lxc-jessie-template.pl | 2 +- proxmox/vzdump-hook-lxc-stretch-template.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox/vzdump-hook-lxc-jessie-template.pl b/proxmox/vzdump-hook-lxc-jessie-template.pl index 9db66c0..9e7bcb9 100755 --- a/proxmox/vzdump-hook-lxc-jessie-template.pl +++ b/proxmox/vzdump-hook-lxc-jessie-template.pl @@ -3,7 +3,7 @@ # hook script to copy a dump as a new LXC template (with --script option) # Template directory -my $TEMPLATE_DIR = "/mnt/zfsbkp/template/cache"; +my $TEMPLATE_DIR = "/mnt/pve/ibmbkp.daily/template/cache"; # Template file name my $TEMPLATE_FILE_LINK = "jessie.template.ipr.univ-rennes1.fr.tar.gz"; # Number of template to keep available diff --git a/proxmox/vzdump-hook-lxc-stretch-template.pl b/proxmox/vzdump-hook-lxc-stretch-template.pl index d984dae..5c81ed7 100755 --- a/proxmox/vzdump-hook-lxc-stretch-template.pl +++ b/proxmox/vzdump-hook-lxc-stretch-template.pl @@ -3,7 +3,7 @@ # hook script to copy a dump as a new LXC template (with --script option) # Template directory -my $TEMPLATE_DIR = "/mnt/zfsbkp/template/cache"; +my $TEMPLATE_DIR = "/mnt/pve/ibmbkp.daily/template/cache"; # Template file name my $TEMPLATE_FILE_LINK = "stretch.template.ipr.univ-rennes1.fr.tar.gz"; # Number of template to keep available