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:
Pablo Thasi 2023-09-28 09:15:52 +01:00 committed by Régis Behmo
parent c594817743
commit 4a5e9d4271
1 changed files with 1 additions and 1 deletions

View File

@ -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::