From 82297a92ff77f3954754d0243eed1e51a7bf5454 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Mon, 2 Feb 2026 17:48:38 +0100 Subject: [PATCH] Preserve App_Data and logs during FTP sync --- scripts/deploy-ftp.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-ftp.ps1 b/scripts/deploy-ftp.ps1 index bdb7d73..63ac061 100644 --- a/scripts/deploy-ftp.ps1 +++ b/scripts/deploy-ftp.ps1 @@ -98,7 +98,7 @@ option confirm off open ftp://$($FtpUser):$($Password.Replace('`n','').Replace('`r',''))@$FtpHost lcd $PublishDir cd $RemoteDir -synchronize remote . -delete -filemask="|web.config" +synchronize remote . -delete -filemask="|web.config;App_Data/;logs/" exit "@ | Set-Content -Path $tempScript -Encoding UTF8