From 77c1959db4c655cc048d235ebfbc2bbeb0aab7cf Mon Sep 17 00:00:00 2001 From: svierne Date: Sat, 1 Aug 2026 18:04:06 +0200 Subject: [PATCH] Fix rsync flags, -r is redundant when specifying -a --- docs/maintenance-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintenance-migrating.md b/docs/maintenance-migrating.md index 2b07201c4..9ef41f75b 100644 --- a/docs/maintenance-migrating.md +++ b/docs/maintenance-migrating.md @@ -37,7 +37,7 @@ cd /etc/systemd/system/ && systemctl disable --now matrix* ## Copy data directory to the new server -After you've confirmed that all services were stopped, copy the `/matrix` directory from the old server to the new server. When copying, make sure to preserve ownership and permissions (use `cp -p` or `rsync -ar`)! +After you've confirmed that all services were stopped, copy the `/matrix` directory from the old server to the new server. When copying, make sure to preserve ownership and permissions (use `cp -p` or `rsync -a`)! ## Adjust DNS records