mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Propagate changes on english version
This commit is contained in:
parent
c600a5dc70
commit
2339000b3d
1 changed files with 3 additions and 3 deletions
|
@ -50,8 +50,8 @@ chmod 775 -R /media/storage/nextcloud_data
|
|||
Migrate your data to the new disk. To do this *(be patient, it can take a long time)*:
|
||||
|
||||
```bash
|
||||
Case A: cp -ir /home/yunohost.app/nextcloud /media/storage
|
||||
Case B: cp -ir /home/yunohost.app/nextcloud /media/storage/nextcloud_data
|
||||
Case A: cp -ia /home/yunohost.app/nextcloud /media/storage
|
||||
Case B: cp -ia /home/yunohost.app/nextcloud /media/storage/nextcloud_data
|
||||
```
|
||||
|
||||
The `i` option allows you to ask yourself what to do if there is a file conflict, especially if you overwrite an old Owncloud or Nextcloud data folder.
|
||||
|
|
Loading…
Reference in a new issue