Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit f1acb05

Browse files
authored
Update change_server_flowz.md
1 parent 35782be commit f1acb05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

change_server_flowz.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,24 @@
55
```
66
rethindb backup for develop:
77
rsync -avzh root@<rethinkdb_host_ip>:/rethinkdb-data-dev/_data <local_path>
8+
```
89

10+
```
911
rethindb backup for qa:
1012
rsync -avzh root@<rethinkdb_host_ip>:/rethinkdb-data-qa/_data <local_path>
13+
```
1114

15+
```
1216
rethindb backup for staging:
1317
rsync -avzh root@<rethinkdb_host_ip>:/rethinkdb-data <local_path>
18+
```
1419

20+
```
1521
ldap backup:
1622
rsync -avzh root@<cluster_server_ip>:/openldapdocker <local_path>
23+
```
1724

25+
```
1826
NFS server backup:
1927
rsync -avzh root@<client_webroot_ip>:/nfs <local_path>
2028
```

0 commit comments

Comments
 (0)