We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97ba478 + c6ba8ac commit d04b33fCopy full SHA for d04b33f
etc/migmount.conf
@@ -5,11 +5,13 @@ declare -xr FQDN=""
5
# Base setup
6
###
7
declare -xr STORAGE_BASE="/storage"
8
-declare -xr MIG_DATA_BASE="${STORAGE_BASE}/${FQDN}/sitedata"
+declare -xr MIG_DATA_BASE="${STORAGE_BASE}/${FQDN}/sitestorage/net"
9
+declare -xr MIG_DATA_MIGRATE_BASE="${STORAGE_BASE}/${FQDN}/sitestorage/net_storage_migration"
10
declare -xr MIG_LOG_BASE="${STORAGE_BASE}/${FQDN}/sitelogs"
11
declare -xr MIG_TMP_BASE="${STORAGE_BASE}/${FQDN}/sitetmp"
12
declare -xr MIG_TMPFS_BASE="${STORAGE_BASE}/mnt/tmpfs"
13
declare -xr MIG_DISKIMG_BASE="${STORAGE_BASE}/mnt/diskimg"
14
+declare -xr MIG_DATA_HOME="${STORAGE_BASE}/${FQDN}/sitedata"
15
16
17
# Local setup
0 commit comments