Could we help you? Please click the banners. We are young and desperately need the money
You do no longer need to set up a snapshot backup manually. The current Qnap software supports this already. For more information consult the qnap tutorial page:
DE: https://www.qnap.com/de-de/tutorial/con_show.php?op=showone&cid=164
EN: https://www.qnap.com/en/tutorial/con_show.php?op=showone&cid=164
What we want to achieve is configuring the rsnapshot service on a Qnap NAS that's equipped with an Intel Atom CPU.
In order to being able to install you're going to need to download a few tools beforehand:
Once the software is installed navigate to the following URL on your QNAP:
http://qnapNASNameOrIP:8080/rsnap
You can login using the default credentials
Username: admin
Password: admin
--> You should change the password immediately
In here you can manage your various backup-sets easily.
You are done now. Next: Get familiar with the tool, create some first backups. To check if a backup worked out you do the following:
Navigate to the basic UNC path of your NAS by entering this in a Windows Explorer window (or on mac: select the NAS in the list of external devices):
\\qnapNASNameORIP
You should see some default shares like "Download" or "Public" as well as the share named USBDisk1.
You should now see one or more folder(s) that's named like this:
These folders are holding up your snapshot backups, If you want to recover a lost file you can directly pull it out of one of these folders. If you sort the directories by date you can easily go back in time and restore files that were accidentally deleted months ago - with just a few clicks!
In einigen Fällen kommt es vor, dass bei der Anzeige der Seite configuration.cgi eine Fehlermeldung an Stelle der Konfigurationsseite ausgegeben wird. Das liegt an einem Bug in der HTML-Datei. Der Content-Type ist falsch. Diese Information wurde in diesem Forum-Thread gefunden:
Gehe zu /home/httpd/rsnap/
Folgende Zeilen in den Dateien configuration.cgi und configuration_event.cgi ersetzen:
#---------------------------------------------------------------------------------------------------------------------
echo "<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>" <-----ersetzen
echo ""
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\""
echo "\"http://www.w3.org/TR/html4/loose.dtd\">"
echo "<html>"
echo "<head>"
durch:
#--------------------------------------------------------------------------------------------------------------------- echo "content-type: text/html" echo "" echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"" echo "\"http://www.w3.org/TR/html4/loose.dtd\">" echo "<html>" echo "<head>"
Geändert wird also nur die Content-Type-Angabe.
Dies muss über eine SSH/Telnet-Konsole gemacht werden. Wir verwenden hierzu den Editor "nano" der sich mittels folgendem Kommando installieren lässt:
ipgk install nano
Wir hatten schon das Problem, dass die externe USB-Festplatte nicht als Speicherort des Backups angezeigt wird:
Das Problem liess sich einfach lösen, indem wir der Festplatte beim Formatieren die Bezeichnung USBDisk1 vergaben: