Search Results
Search results 1-20 of 1,000. There are more results available, please enhance your search parameters.
-
search the forum for examole for "weakref.py" and you will find Upgrade Debian 9 and 4.x
-
Ich denke: 1. Festplatte anschließen 2. alle Referenzierungen löschen (Shared folder) 3. Festplatte löschen
-
Sorry, no idea
-
Can you post a screenshot from your settings? What is the error you get?
-
OMV mirror question
PostThat is how I do it. I used to have a RAID 1 as well. Now I use the rsnapshot plugin to create snapshots of drive 1 on drive 2. By this I can also keep previous versions of the files. If I delete a file due to a mistake it will be deleted on drive 1 and it will not be there in the next snapshot of drive 2, but will still have provious snapshots that contain the different versions of that file. There are other events that put you data in danger like malware, electrical spikes, fire, flooding. Tha…
-
Quote from vivalablub: “when i set up a new Nas can i just mount my old drive and have all my old data ” Should be no problem.
-
Which energy efficient ARM platform to choose?
-
OMV mirror question
PostIf one drive dies you should be able to reconstruct the RAID 1 with the other drive. That is the idea behind RAID 1. However, chances are that the second drive will also die during the reconstruction. That is only one of the reasons why you need backup additionally. And you most likely do not need RAID 1. Search the forum for "RAID is not backup".
-
either in /srv/ or /sharedfolders/ On OMV4 this folder is created and contains links to each share you created
-
The label of the drive has a space, which is not supported with ntfs. Change the label from "My Passport" to "MyPassport" or something else without a space inside.
-
Scheduled jobs can be configured from the GUI. See example in the picture. forum.openmediavault.org/index…8af7f01ee7ddfee2de3521db9
-
Was not mentioned. How do you use the plugin? I use rtcwake and run the following command as a scheduled job rtcwake -m off -t $(date -d "next fri 15:00" +%s) It shuts down the server and wakes it up on next friday at 15:00. May be it is a workaround for you to uninstall the plugin and replace the functionality by a command like this.