We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TO reproduce/start debugging:
src/main.sh -un # uninstall Nextcloud src/main.sh \ --configure-nextcloud \ --configure-tor \ --local-http-nextcloud-port 80 \ --local-https-nextcloud-port 443 \ --external-nextcloud-port 443 \ --ssl-password somepassword \ --verbose
To create a backup, run:
sudo ./export_data -a -b -c -d
That creates a backup file, which can be imported with (e.g.):
sudo ./import_data -a -b -c -d /home/name/git/backup0/20230523-212316
src/backup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TO reproduce/start debugging:
src/main.sh -un # uninstall Nextcloud src/main.sh \ --configure-nextcloud \ --configure-tor \ --local-http-nextcloud-port 80 \ --local-https-nextcloud-port 443 \ --external-nextcloud-port 443 \ --ssl-password somepassword \ --verbose
Backup
To create a backup, run:
That creates a backup file, which can be imported with (e.g.):
In order of priority:
src/backup
The text was updated successfully, but these errors were encountered: