#!/bin/sh


copy_target()
{
	local src="$1"
	local dst="$2"
	rsync -auv --copy-unsafe-links "$src" "$dst"
	local name="$(basename "$src")"
	if [ -L "$dst/$name" ]; then
		local link="$(readlink "$dst/$name")"
		[ "$link" != "$name" ] || return 0
		copy_target "$(dirname "$src")/$link" "$dst/$(dirname "$link")/"
	fi
}

# Create the directory for PLESK_18_0_73
echo 'Create the directory for PLESK_18_0_73'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_73
echo 'Sync the microupdates directory for PLESK_18_0_73'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_73
echo 'Sync the examiners directory for PLESK_18_0_73'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_73
echo 'Sync the dists directory for PLESK_18_0_73'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_73/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_73/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//plesk-18.0.73-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk packages for PLESK_18_0_73/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_73/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk updates for PLESK_18_0_73/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_73/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk thirdparty components for PLESK_18_0_73/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_73/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk extra packages for PLESK_18_0_73/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_73/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.73_17725 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_73/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_73/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//plesk-18.0.73-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk packages for PLESK_18_0_73/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_73/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk updates for PLESK_18_0_73/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_73/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk thirdparty components for PLESK_18_0_73/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_73/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk extra packages for PLESK_18_0_73/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_73/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.73_17725 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_73/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_73/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725//plesk-18.0.73-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk packages for PLESK_18_0_73/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_73/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk updates for PLESK_18_0_73/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_73/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk thirdparty components for PLESK_18_0_73/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_73/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Getting Plesk extra packages for PLESK_18_0_73/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_73/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.73_17725/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.73_17725/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.73_17725 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_72
echo 'Create the directory for PLESK_18_0_72'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_72
echo 'Sync the microupdates directory for PLESK_18_0_72'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_72
echo 'Sync the examiners directory for PLESK_18_0_72'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_72
echo 'Sync the dists directory for PLESK_18_0_72'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_72/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_72/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//plesk-18.0.72-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk packages for PLESK_18_0_72/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_72/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk updates for PLESK_18_0_72/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_72/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk thirdparty components for PLESK_18_0_72/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_72/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk extra packages for PLESK_18_0_72/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_72/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.72_17583 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_72/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_72/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//plesk-18.0.72-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk packages for PLESK_18_0_72/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_72/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk updates for PLESK_18_0_72/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_72/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk thirdparty components for PLESK_18_0_72/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_72/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk extra packages for PLESK_18_0_72/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_72/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.72_17583 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_72/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_72/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583//plesk-18.0.72-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk packages for PLESK_18_0_72/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_72/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk updates for PLESK_18_0_72/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_72/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk thirdparty components for PLESK_18_0_72/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_72/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Getting Plesk extra packages for PLESK_18_0_72/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_72/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.72_17583/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.72_17583/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.72_17583 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_71
echo 'Create the directory for PLESK_18_0_71'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_71
echo 'Sync the microupdates directory for PLESK_18_0_71'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_71
echo 'Sync the examiners directory for PLESK_18_0_71'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_71
echo 'Sync the dists directory for PLESK_18_0_71'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_71/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_71/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//plesk-18.0.71-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk packages for PLESK_18_0_71/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_71/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk updates for PLESK_18_0_71/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_71/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk thirdparty components for PLESK_18_0_71/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_71/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk extra packages for PLESK_18_0_71/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_71/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.71_17351 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_71/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_71/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//plesk-18.0.71-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk packages for PLESK_18_0_71/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_71/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk updates for PLESK_18_0_71/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_71/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk thirdparty components for PLESK_18_0_71/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_71/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk extra packages for PLESK_18_0_71/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_71/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.71_17351 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_71/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_71/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351//plesk-18.0.71-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk packages for PLESK_18_0_71/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_71/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk updates for PLESK_18_0_71/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_71/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk thirdparty components for PLESK_18_0_71/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_71/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Getting Plesk extra packages for PLESK_18_0_71/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_71/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.71_17351/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.71_17351/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.71_17351 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_70
echo 'Create the directory for PLESK_18_0_70'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_70
echo 'Sync the microupdates directory for PLESK_18_0_70'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_70
echo 'Sync the examiners directory for PLESK_18_0_70'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_70
echo 'Sync the dists directory for PLESK_18_0_70'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_70/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_70/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//plesk-18.0.70-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk packages for PLESK_18_0_70/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_70/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk updates for PLESK_18_0_70/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_70/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk thirdparty components for PLESK_18_0_70/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_70/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk extra packages for PLESK_18_0_70/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_70/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.70_17357 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_70/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_70/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//plesk-18.0.70-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk packages for PLESK_18_0_70/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_70/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk updates for PLESK_18_0_70/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_70/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk thirdparty components for PLESK_18_0_70/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_70/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk extra packages for PLESK_18_0_70/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_70/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.70_17357 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_70/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_70/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357//plesk-18.0.70-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk packages for PLESK_18_0_70/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_70/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk updates for PLESK_18_0_70/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_70/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk thirdparty components for PLESK_18_0_70/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_70/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Getting Plesk extra packages for PLESK_18_0_70/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_70/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.70_17357/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.70_17357/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.70_17357 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_69
echo 'Create the directory for PLESK_18_0_69'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_69
echo 'Sync the microupdates directory for PLESK_18_0_69'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_69
echo 'Sync the examiners directory for PLESK_18_0_69'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_69
echo 'Sync the dists directory for PLESK_18_0_69'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_69/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_69/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//plesk-18.0.69-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk packages for PLESK_18_0_69/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_69/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk updates for PLESK_18_0_69/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_69/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk thirdparty components for PLESK_18_0_69/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_69/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk extra packages for PLESK_18_0_69/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_69/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.69_17010 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_69/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_69/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//plesk-18.0.69-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk packages for PLESK_18_0_69/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_69/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk updates for PLESK_18_0_69/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_69/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk thirdparty components for PLESK_18_0_69/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_69/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk extra packages for PLESK_18_0_69/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_69/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.69_17010 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_69/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_69/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010//plesk-18.0.69-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk packages for PLESK_18_0_69/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_69/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk updates for PLESK_18_0_69/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_69/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk thirdparty components for PLESK_18_0_69/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_69/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Getting Plesk extra packages for PLESK_18_0_69/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_69/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.69_17010/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.69_17010/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.69_17010 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_68
echo 'Create the directory for PLESK_18_0_68'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_68
echo 'Sync the microupdates directory for PLESK_18_0_68'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_68
echo 'Sync the examiners directory for PLESK_18_0_68'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_68
echo 'Sync the dists directory for PLESK_18_0_68'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_68/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_68/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//plesk-18.0.68-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk packages for PLESK_18_0_68/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_68/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk updates for PLESK_18_0_68/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_68/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk thirdparty components for PLESK_18_0_68/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_68/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk extra packages for PLESK_18_0_68/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_68/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.68_16616 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_68/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_68/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//plesk-18.0.68-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk packages for PLESK_18_0_68/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_68/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk updates for PLESK_18_0_68/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_68/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk thirdparty components for PLESK_18_0_68/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_68/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk extra packages for PLESK_18_0_68/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_68/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.68_16616 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_68/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_68/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616//plesk-18.0.68-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk packages for PLESK_18_0_68/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_68/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk updates for PLESK_18_0_68/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_68/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk thirdparty components for PLESK_18_0_68/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_68/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Getting Plesk extra packages for PLESK_18_0_68/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_68/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.68_16616/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.68_16616/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.68_16616 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_67
echo 'Create the directory for PLESK_18_0_67'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_67
echo 'Sync the microupdates directory for PLESK_18_0_67'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_67
echo 'Sync the examiners directory for PLESK_18_0_67'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_67
echo 'Sync the dists directory for PLESK_18_0_67'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_67/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_67/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//plesk-18.0.67-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk packages for PLESK_18_0_67/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_67/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk updates for PLESK_18_0_67/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_67/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk thirdparty components for PLESK_18_0_67/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_67/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk extra packages for PLESK_18_0_67/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_67/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.67_16409 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_67/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_67/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//plesk-18.0.67-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk packages for PLESK_18_0_67/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_67/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk updates for PLESK_18_0_67/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_67/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk thirdparty components for PLESK_18_0_67/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_67/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk extra packages for PLESK_18_0_67/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_67/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.67_16409 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_67/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_67/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409//plesk-18.0.67-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk packages for PLESK_18_0_67/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_67/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk updates for PLESK_18_0_67/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_67/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk thirdparty components for PLESK_18_0_67/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_67/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Getting Plesk extra packages for PLESK_18_0_67/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_67/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.67_16409/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.67_16409/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.67_16409 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_66
echo 'Create the directory for PLESK_18_0_66'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_66
echo 'Sync the microupdates directory for PLESK_18_0_66'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_66
echo 'Sync the examiners directory for PLESK_18_0_66'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_66
echo 'Sync the dists directory for PLESK_18_0_66'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_66/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_66/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//plesk-18.0.66-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk packages for PLESK_18_0_66/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_66/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk updates for PLESK_18_0_66/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_66/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk thirdparty components for PLESK_18_0_66/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_66/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk extra packages for PLESK_18_0_66/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_66/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.66_16134 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_66/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_66/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//plesk-18.0.66-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk packages for PLESK_18_0_66/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_66/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk updates for PLESK_18_0_66/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_66/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk thirdparty components for PLESK_18_0_66/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_66/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk extra packages for PLESK_18_0_66/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_66/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.66_16134 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_66/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_66/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134//plesk-18.0.66-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk packages for PLESK_18_0_66/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_66/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk updates for PLESK_18_0_66/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_66/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk thirdparty components for PLESK_18_0_66/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_66/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Getting Plesk extra packages for PLESK_18_0_66/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_66/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.66_16134/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.66_16134/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.66_16134 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for PLESK_18_0_65
echo 'Create the directory for PLESK_18_0_65'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting extensions
echo 'Getting extensions'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/extensions /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Sync the microupdates directory for PLESK_18_0_65
echo 'Sync the microupdates directory for PLESK_18_0_65'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//microupdates /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/ 1>/dev/null 2>&1

# Sync the examiners directory for PLESK_18_0_65
echo 'Sync the examiners directory for PLESK_18_0_65'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//examiners /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/ 1>/dev/null 2>&1

# Sync the dists directory for PLESK_18_0_65
echo 'Sync the dists directory for PLESK_18_0_65'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//dists /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/ 1>/dev/null 2>&1

# Getting plesk_getkeyinfo.sh
echo 'Getting plesk_getkeyinfo.sh'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//plesk_getkeyinfo.sh /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/ 1>/dev/null 2>&1

# Getting Parallels_Installer
echo 'Getting Parallels_Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Parallels_Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Installer
echo 'Getting Installer'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/Installer /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Getting Plesk config for PLESK_18_0_65/deb12.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_65/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//plesk-18.0.65-deb12.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk packages for PLESK_18_0_65/deb12.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_65/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/dist-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk updates for PLESK_18_0_65/deb12.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_65/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/update-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk thirdparty components for PLESK_18_0_65/deb12.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_65/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/thirdparty-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk extra packages for PLESK_18_0_65/deb12.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_65/deb12.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/extras-deb-Debian-12.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.65_15919 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_65/deb11.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_65/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//plesk-18.0.65-deb11.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk packages for PLESK_18_0_65/deb11.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_65/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/dist-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk updates for PLESK_18_0_65/deb11.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_65/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/update-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk thirdparty components for PLESK_18_0_65/deb11.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_65/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/thirdparty-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk extra packages for PLESK_18_0_65/deb11.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_65/deb11.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/extras-deb-Debian-11.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.65_15919 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Getting Plesk config for PLESK_18_0_65/deb10.0_x86_64
echo 'Getting Plesk config for PLESK_18_0_65/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919//plesk-18.0.65-deb10.0-x86_64.inf3 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk packages for PLESK_18_0_65/deb10.0_x86_64
echo 'Getting Plesk packages for PLESK_18_0_65/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/dist-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk updates for PLESK_18_0_65/deb10.0_x86_64
echo 'Getting Plesk updates for PLESK_18_0_65/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/update-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk thirdparty components for PLESK_18_0_65/deb10.0_x86_64
echo 'Getting Plesk thirdparty components for PLESK_18_0_65/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/thirdparty-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Getting Plesk extra packages for PLESK_18_0_65/deb10.0_x86_64
echo 'Getting Plesk extra packages for PLESK_18_0_65/deb10.0_x86_64'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PSA_18.0.65_15919/extras-deb-Debian-10.0-x86_64 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool/PSA_18.0.65_15919/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/pool/PSA_18.0.65_15919 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component WPB_18_0_69
echo 'Getting the addon component WPB_18_0_69'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/WPB_18.0.69_87 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_8_4
echo 'Getting the addon component PHP_8_4'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP84_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP84_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP84_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component WPB_18_0_59
echo 'Getting the addon component WPB_18_0_59'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/WPB_18.0.59_78 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_8_3
echo 'Getting the addon component PHP_8_3'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP83_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP83_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP83_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP83_17
echo 'Getting the addon component PHP83_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_8.3.19_86 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_8_2
echo 'Getting the addon component PHP_8_2'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP82_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP82_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP82_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP81_17
echo 'Getting the addon component PHP81_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_8.2.28_137 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_8_1
echo 'Getting the addon component PHP_8_1'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP81_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP81_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP81_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_8_0
echo 'Getting the addon component PHP_8_0'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP80_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP80_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP80_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP80_17
echo 'Getting the addon component PHP80_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_8.0.16_86 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP_7_2
echo 'Getting the addon component PHP_7_2'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.2.34_22 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP72_17
echo 'Getting the addon component PHP72_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.2.34_151 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_7_4
echo 'Getting the addon component PHP_7_4'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP74_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP74_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP74_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP74_17
echo 'Getting the addon component PHP74_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.4.33_209 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP_7_3
echo 'Getting the addon component PHP_7_3'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.3.33_13 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP73_17
echo 'Getting the addon component PHP73_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.3.33_248 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP_7_1
echo 'Getting the addon component PHP_7_1'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.1.33_14 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Getting the addon component PHP71_17
echo 'Getting the addon component PHP71_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/pool/PHP_7.1.33_98 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/pool

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_7_0
echo 'Getting the addon component PHP_7_0'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP70_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP70_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP70_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP70_17
echo 'Getting the addon component PHP70_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP70_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP70_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP70_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP_5_6
echo 'Getting the addon component PHP_5_6'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP56_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP56_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP56_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP56_17
echo 'Getting the addon component PHP56_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP56_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP56_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP56_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP55_17
echo 'Getting the addon component PHP55_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP55_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP55_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP55_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP54_17
echo 'Getting the addon component PHP54_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP54_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP54_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP54_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP53_17
echo 'Getting the addon component PHP53_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP53_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP53_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP53_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

# Create the directory for Addons
echo 'Create the directory for Addons'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest//

# Getting the addon component PHP52_17
echo 'Getting the addon component PHP52_17'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/PHP52_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/

# Create the directory for Debian apt cache
echo 'Create the directory for Debian apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian//

# Create Debian apt cache
echo 'Create Debian apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/debian/PHP52_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/debian// 1>/dev/null 2>&1

# Create the directory for Ubuntu apt cache
echo 'Create the directory for Ubuntu apt cache'
mkdir -p /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu//

# Create Ubuntu apt cache
echo 'Create Ubuntu apt cache'
copy_target rsync://rsync.autoinstall.plesk.com/autoinstall/ubuntu/PHP52_17 /var/www/apterix.xyz/public/plesk-mirror/snapshots/latest/ubuntu// 1>/dev/null 2>&1

