rsync between directories

This commit is contained in:
2020-01-06 00:12:50 +11:00
parent 319e4420d5
commit c0de49a43e
+5
View File
@@ -218,6 +218,11 @@ You can specify more options
Sync folders and files between folders and hosts
### sync between directories
```bash
rsync -avzh /root/rpmpkgs /tmp/backups/
```
#### sync folders between hosts
```bash