Author: Ken Favors
How To Backup Nextcloud
https://docs.nextcloud.com/server/stable/admin_manual/maintenance/backup.html https://help.nextcloud.com/t/backup-nextcloud-with-seperate-data-folder-and-the-database/5841/2 good info on rsync: http://webgnuru.com/linux/rsync_incremental.php more info on mysql backups: https://www.liquidweb.com/kb/how-to-back-up-mysql-databases-from-the-command-line/ Restoring Nextcloud from backup: https://kenfavors.com/code/how-to-restore-a-nextcloud-backup/ To backup…
How To Use Nextcloud Sync To Update Website File Content
This will allow you to backup, sync and update local files that you want to be instantly available on a…
Using The Nextcloud External Sites App As The Default App
Using Nextcloud ‘External Sites’ app as the default app. Issue: When trying to set the default app of Nextcloud to…
How To Install Docker On Ubuntu 16.04/18.04
1. Installing Docker $ sudo apt-get update $ sudo apt-key adv –keyserver hkp://p80.pool.sks-keyservers.net:80 –recv-keys 58118E89F3A912897C070ADBF76221572C52609D $ sudo apt-add-repository ‘deb https://apt.dockerproject.org/repo…
How To Redirect Your WAN IP Address To Your LAN Server
I. Using DigitialOcean ‘Network’ settings for domains II. Using Namecheap’s ‘Advanced DNS’ settings. III. Using imarkethost.com ‘DNS Records’ panel. IV….
Nextcloud Crontab/Cronjob Settings
The best/clearest info I have seen for using a cronjob with the preview generator app: https://help.nextcloud.com/t/clarity-on-the-crontab-settings-for-the-preview-generator-app/6144/8 https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/background_jobs_configuration.html $ sudo crontab…