> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled/yun-zuo-de-xi-tong-tong-bu-dao-bei-yong-xi-tong.md).

# 運作的系統同步到備用系統

因系統的uuid不同，必須 --exclude=/boot/grub/grub.cfg

```
rsync -aAXv --exclude={/boot/grub/grub.cfg,/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found} root@120.115.4.160:/ /mnt/

```

```
rsync -aAXv --delete --exclude={/boot/grub/grub.cfg,/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/srv/dev-disk-by-label-data/*,/srv/dev-disk-by-id-ata-CT500MX500SSD1_1931E215D99C-part1/*,/lost+found} / /srv/dev-disk-by-id-ata-CT500MX500SSD1_1931E215D99C-part1/
```
