Jump to content
XPEnology Community

Leaderboard

Popular Content

Showing content with the highest reputation on 04/22/2019 in all areas

  1. You can use an external drive for HyperBackup but it must be large enough. Usually the individual user storage setups are much larger than the typical usb hdd. So that would lead to the solution @flyride mentioned above: an additional system for backups (either another Xpenology or an rsync compatible system like OpenMediaVault etc.). A backup or copy of your current usb boot stick (or the synoboot.img you modified) and regulary backups of the system configuration (can be done from Dsm‘s control panel) are an additional step. A simple approach for testing updates would be a separate hdd/ssd. Install the current stable and working version for your system on it and in case of an update thought just use only this drive and disconnect the current drives (as mentioned before in your other thread). So you could play around with the update and see if it works. Unfortunately there is no simple out of the box one-click solution for Xpenology.
    1 point
  2. Well, you need a certain minimum level of tech expertise to run XPEnology. If you aren't comfortable with that then you might be better off with a real Synology unit. There isn't a turnkey backup methodology to restore a broken XPEnology/DSM system. But there are a number of ways to back up various parts of it, here are some: 1. Keep a backup image of your loader on your PC hard drive so it can be rebuilt exactly every time 2. Save your system settings from DSM 3. If you are using ESXi, you can snapshot your VM prior to upgrade and roll it back if there is a problem 4. If you are using ESXi, you can backup your VM and scratch resources using any number of ESXi backup tools 5. If you want an separate copy of your data, build up another XPEnology NAS environment and use BTRFS replication 5a. If you are using Docker, you can replicate your whole Docker environment using BTRFS replication Backing up DSM itself to something like an image backup isn't the easiest thing to do, and generally isn't necessary.
    1 point
  3. There is a better way^^ Just activate it: In your browser open the following urls one after another: Replace the following: URL, PORT, USER, PASS, SERIALNUMBER (dont replace any other symbols like : oder ") https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" To get the current activation status call the 1. query above and then https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 ------------------------------ Example for url: server, port: 5001, user: admin, pass: admin, serialnumber: 123400 https://server:5001/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=admin&passwd=admin https://server:5001/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="123400"
    1 point
×
×
  • Create New...