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).*