瀏覽代碼

Fix rsync flags, -r is redundant when specifying -a

master
svierne 6 小時之前
committed by Slavi Pantaleev
父節點
當前提交
77c1959db4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      docs/maintenance-migrating.md

+ 1
- 1
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



Loading…
取消
儲存