mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1075 from yunohost-bot/anonymous-2019-08-13_01-00-24
[Anonymous contrib] Use -a flag when copying data dir, so we can preserve modification time, ownership...
This commit is contained in:
commit
ea263e373d
2 changed files with 6 additions and 12 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.
|
||||
|
@ -163,4 +163,4 @@ The options to disable (Off) are:
|
|||
- Rocket Loader
|
||||
- Email Obfuscation
|
||||
|
||||
Save and clean your caches (Cloudflare, browser,...) and that's it.
|
||||
Save and clean your caches (Cloudflare, browser,...) and that's it.
|
||||
|
|
|
@ -50,8 +50,8 @@ chmod 775 -R /media/stockage/nextcloud_data
|
|||
Migrez vos données vers le nouveau disque. Pour ce faire *(soyez patient, cela peut être long)* :
|
||||
|
||||
```bash
|
||||
Cas A : cp -ir /home/yunohost.app/nextcloud /media/stockage
|
||||
Cas B : cp -ir /home/yunohost.app/nextcloud /media/stockage/nextcloud_data
|
||||
Cas A : cp -ia /home/yunohost.app/nextcloud /media/stockage
|
||||
Cas B : cp -ia /home/yunohost.app/nextcloud /media/stockage/nextcloud_data
|
||||
```
|
||||
|
||||
L'option `i` permet de vous demander quoi faire en cas de conflit de fichier, notamment si vous écrasez un ancien dossier de données Owncloud ou Nextcloud.
|
||||
|
@ -150,17 +150,11 @@ Si vous utilisez Cloudflare pour vos DNS, *ce qui peut-être pratique si vous av
|
|||
|
||||
Dans le panneau de controle de Cloudflare choisissez votre domaine et trouver Page Rules
|
||||
l'url dans votre barre d'addresse ressemblera à : https://dash.cloudflare.com/*/domain.tld/page-rules
|
||||
|
||||
### Ajouter une règle
|
||||
|
||||
La règle à ajouter doit s'appliquer pour l'url de votre instance Nextcloud soit:
|
||||
|
||||
- `https://nextcloud.domain.tld/*` si vous utilisez un sous domain
|
||||
- `https://domain.tld/nextcloud/*` si vous avez déployé Nextcloud dans un répertoire
|
||||
|
||||
Les options à désactiver (Off) sont :
|
||||
|
||||
- Rocket Loader
|
||||
- Email Obfuscation
|
||||
|
||||
Sauvegarder et nettoyer vos caches (Cloudflare, navigateur, ...) et le tour est joué.
|
||||
Sauvegarder et nettoyer vos caches (Cloudflare, navigateur, ...) et le tour est joué.
|
||||
|
|
Loading…
Reference in a new issue