This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| restore-next [2020/10/21 23:27] – created gwsadmin | restore-next [2023/05/17 22:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | |||
| + | * Put Nextcloud into maintenance mode: (in config.php file) | ||
| + | |||
| + | <code bash> | ||
| + | <?php | ||
| + | |||
| + | " | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | * Using rsync, restore the folder and its contents e.g. | ||
| + | |||
| + | <code bash> | ||
| + | rsync -Aax / | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | * Restore the database using PHPmyadmin, how to import can be [[: | ||