This commit is contained in:
DecaTec
2017-09-12 07:39:04 +02:00
committed by GitHub
parent 9fe0795842
commit 806b67d754

View File

@@ -2,7 +2,7 @@
# #
# Bash script for restoring backups of Nextcloud. # Bash script for restoring backups of Nextcloud.
# Usage: ./NextcloudRestor.sh <BackupName> (e.g. ./NextcloudRestor.sh 20170910_132703) # Usage: ./NextcloudRestore.sh <BackupName> (e.g. ./NextcloudRestore.sh 20170910_132703)
# #
# The script is based on an installation of Nextcloud using nginx and MariaDB, see https://decatec.de/home-server/nextcloud-auf-ubuntu-server-mit-nginx-mariadb-php-lets-encrypt-redis-und-fail2ban/ # The script is based on an installation of Nextcloud using nginx and MariaDB, see https://decatec.de/home-server/nextcloud-auf-ubuntu-server-mit-nginx-mariadb-php-lets-encrypt-redis-und-fail2ban/
# #