iMarket Digital Properties

0 %
iMarket Digital Properties Ltd
Design · Develop · Monetize · Support
  • Location:
    United Kingdom
  • City:
    London
  • Service Area:
    Global
Business Systems
Business Services
24/7 Support
Websites
Web Applications
E-commerce Solutions
Digital Platforms
Products & Services
Public & Private Networks

Tag: nextcloud

How To Restore A Nextcloud Backup

https://docs.nextcloud.com/server/stable/admin_manual/maintenance/restore.html Simply copy your configuration and data folder (or even your whole Nextcloud install and data folder) to your Nextcloud…

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…

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…

Migrating Nextcloud From Apache To Nginx On Ubuntu 16.04

1. Configuring Apache $ sudo apt-get update $ sudo nano /etc/apache2/ports.conf modify the VirtualHost and Listen lines for port 80…