Changes for page Kooperation
Last modified by Gregory CAUCHIE on 2026/04/13 22:15
From version 1.1
edited by Gregory CAUCHIE
on 2026/03/12 10:19
on 2026/03/12 10:19
Change comment:
There is no comment for this version
To version 1.4
edited by Gregory CAUCHIE
on 2026/03/12 10:20
on 2026/03/12 10:20
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -29,21 +29,19 @@ 29 29 3. list files on restore that doesn't exist in dest folder 30 30 _nb: let's not replace newest file by older one_ 31 31 32 - ```bash33 - - -34 - ```--32 +{{code language="bash"}} 33 +rsync dry-run ignore-existing -r progress . /opt/composerize/<cooperation.koevoo.tech>/data/<Gregory>/files/ 34 +{{/code}} 35 35 36 36 4. move files only if it doesn't exist in dest folder 37 37 _nb: let's not replace newest file by older one_ 38 38 39 - ```bash 40 - rsync --ignore-existing -r --progress . /opt/composerize/<cooperation.koevoo.tech>/data/<Gregory>/files/ 41 - ``` 39 +{{code language="bash"}} 40 +rsync ignore-existing -r progress . /opt/composerize/<cooperation.koevoo.tech>/data/<Gregory>/files/ 42 42 43 - 5. force file scan update for user to put it into thedatabase42 +{{/code}} 44 44 45 - ```bash 46 - docker exec -u www-data -it <koevoo-nextcloud>-app-1 php occ files:scan <Gregory> 44 +5. force file scan update for user to put it into the database 47 47 ``` 48 48 49 49 ===== Procédure testée par Nawel =====