From 64de264b8377641bb3e6150e4c40bc34254ad694 Mon Sep 17 00:00:00 2001 From: dodger Date: Sat, 28 Oct 2023 10:33:35 +0200 Subject: [PATCH] updates ++ --- intervention.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.