From d6de56aa472b5d7dbf7ba101a46598842fa33254 Mon Sep 17 00:00:00 2001 From: allipatev <58830344+allipatev@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:21:42 +0100 Subject: [PATCH] Fix typos in 'Synchronize Archive Volumes via FTP'. --- Environment-Management/synchronize-archive-volumes-via-ftp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Environment-Management/synchronize-archive-volumes-via-ftp.md b/Environment-Management/synchronize-archive-volumes-via-ftp.md index 6c7c6fc..f9e3d06 100644 --- a/Environment-Management/synchronize-archive-volumes-via-ftp.md +++ b/Environment-Management/synchronize-archive-volumes-via-ftp.md @@ -15,7 +15,7 @@ With this UDF (backup_copy_ftp.sql) written in Python, you can easily synchroniz ## Step 1: Create the UDF -Open the attached file (backup_copy_ftp.sql), created connection objects `BACKUPSYNC_LOCAL_CONN` and `BACKUPSYNC_REMOTE_CONN`, then create the script in the schema of your choice. Within the connection object definitionss, you should adjust values +Open the attached file (backup_copy_ftp.sql), create connection objects `BACKUPSYNC_LOCAL_CONN` and `BACKUPSYNC_REMOTE_CONN`, then create the script in the schema of your choice. Within the connection object definitions you should adjust values * `SourceArchiveVolumeName` * `SourceEXAoperationOrConfdUser` @@ -69,4 +69,4 @@ If a synchronization attempt fails, you must cleanup the target volume manually * [backup_copy_ftp.sql](https://github.com/exasol/public-knowledgebase/blob/main/Environment-Management/attachments/backup_copy_ftp.sql) -*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).* \ No newline at end of file +*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*