소스 검색

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

master
svierne 10 시간 전
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



불러오는 중...
취소
저장