mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Fix command to Transfer the configuration, environment, and platform data from server 1 to server 2
I added `rsync` to Transfer the configuration, environment, and platform data from server 1 to server 2 command so that we can we able to transfer data. I found that `-avr` options fit well to it.
This commit is contained in:
parent
c594817743
commit
4a5e9d4271
@ -12,7 +12,7 @@ With Tutor, all data are stored in a single folder. This means that it's extreme
|
||||
|
||||
3. Transfer the configuration, environment, and platform data from server 1 to server 2::
|
||||
|
||||
sudo -avr "$(tutor config printroot)/" username@server2:/tmp/tutor/
|
||||
sudo rsync -avr "$(tutor config printroot)/" username@server2:/tmp/tutor/
|
||||
|
||||
4. On server 2, move the data to the right location::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user