diff --git a/intervention.md b/intervention.md index 6a83b8e..e46de19 100644 --- a/intervention.md +++ b/intervention.md @@ -85,10 +85,14 @@ In the case we can't achieve the #1 solution, I suggest to keep the current conf So, for example, we will launch `rsync R:\postgresql\local\archivelog 10.6.x.3\R:\postgresql\archivelog` (the syntax will be wrong, I had never used `rsync` on windows...). To copy archivelogs from one server to the opposite. +Alternatives to `rsync`: + * [cwRsync](https://www.itefix.net/cwrsync) + * [robocopy](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy?redirectedfrom=MSDN) + ### Additional steps for any solution -#### Archivelog cleanup +#### Archivelog folder cleanup A scheduled tasks should be deployed on both _primary_ and _bakcup_ server to keep the side of the _archivelog_ folder under control. For example, using [this](https://jackworthen.com/2018/03/15/creating-a-scheduled-task-to-automatically-delete-files-older-than-x-in-windows/) solution.