User Tools

Site Tools


restore-next

This is an old revision of the document!


How to restore Nextcloud

  • Put Nextcloud into maintenance mode: (in config.php file)
<?php
 
 "maintenance" => true,
  • Using rsync, restore the folder and its contecnts e.g.
rsync -Aax /whereyourbackupis/nextcloud-dirbkp_20201010 /whereyourwebdirectoryis/nextcloud-data/
restore-next.1603670587.txt.gz · Last modified: 2023/05/17 22:52 (external edit)