Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
syno:nextcloud [2025/11/30 15:55] – [Attach external storage] Bernard Condrausyno:nextcloud [2025/12/04 12:55] (current) – [Log file] Bernard Condrau
Line 125: Line 125:
 C:\Users\yourwindowsusername\AppData\Local\Nextcloud C:\Users\yourwindowsusername\AppData\Local\Nextcloud
 C:\Users\yourwindowsusername\AppData\Roaming\Nextcloud</code> C:\Users\yourwindowsusername\AppData\Roaming\Nextcloud</code>
 +  * If you synced external storage, remove the hidden files (starting with a ''.'') in each folder which was synced, e.g. ''.nextcloudsync.log'', ''.sync-exclude.lst'', ''.sync_*.db*''
 +===== Log file =====
 +  * Login to the nextcloud instance<code>sudo docker exec -it nextcloud-aio-nextcloud bash</code>
 +  * Config file:<code>vi /var/www/html/config/config.php</code>
 +  * Log file:<code>vi /var/www/html/data/nextcloud.log</code>
 +  * Truncate log file:<code>sudo -u www-data truncate /var/www/html/data/nextcloud.log --size 0</code>
 ===== Security & setup warnings ===== ===== Security & setup warnings =====
 ==== Mimetype migration ==== ==== Mimetype migration ====
Line 147: Line 153:
   - Open your Nextcloud client, then go to //Profile --> Settings//   - Open your Nextcloud client, then go to //Profile --> Settings//
   - Click //Add Folder Sync Connection//, enter the local path to your folder to sync, then select the Folder name you set when you added the external storage   - Click //Add Folder Sync Connection//, enter the local path to your folder to sync, then select the Folder name you set when you added the external storage
 +  - Remove the preset Folder Sync Connection in your client
 ==== Links ==== ==== Links ====
   * [[https://www.youtube.com/watch?v=hl1SpXwG1PI&t=5s|Add External Storage On Your Nextcloud: Complete Setup Guide!]]   * [[https://www.youtube.com/watch?v=hl1SpXwG1PI&t=5s|Add External Storage On Your Nextcloud: Complete Setup Guide!]]