Thank you, I just updated to 2.2.8 and so far all looks smooth. Waiting for the next scheduled jobs though.
Beiträge von Stramm
-
-
if sda is your system disk, then it's probably mounted on /
du -sh /*cat /etc/fstab
or
mount -l
to see all mountpoints created with the mount commandthis'll list eg a btrfs volume @Backup on a hd I've labeled Backup
du -sh /srv/dev-disk-by-label-Backup/\@Backup/* -
A very basic possibility is
du -sh /*
to list first subdir leveldu -sh /dir
the named dirMore sophisticated but you probably will need to install it is ncdu (both of course terminal commands).
-
In Kurzform:
- Datenfestplatte einbinden (mount)
- Freigabe erzeugen
- Im Webdav Plugin diese Freigabe wählen
- Only users that are members of the 'webdav-users' group will be permitted to use WebDAV -> würde ich aktivieren
- Einen Benutzer erstellen und ihn zusätzlich in die 'webdav-users' Gruppe stecken
Von Windows PC aus per IP Adresse (wenn im gleichen Heimnetz) versuchen auf Webdav zuzugreifen ( http://lmgtfy.com/?q=windows+webdav )
- Wenn das klappt, kann man das Ganze vom WAN aus zugreifbar machen.Im Forum nach Guides suchen. Es gibt auch Videos, die den Einstieg in OMV erklären.
Viel Glück -
Für das Smartphone ist als einfache Lösung WebDAV in Ordnung. Dazu bräuchte man noch ne App (z.B. FolderSync) die jeweils einen Ordner auf dem Handy und dem NAS - PC - Smartphone synchron hält. FTP und WebDAV sind Core Funktionen von OMV, bzw. über ein Plugin nachrüstbar. Windows hat WebDAV Unterstützung ebenfalls eingebaut.
Dynamisches DNS ist notwendig, um mittels eines Domainnamens auf das NAS zugreifen zu können. Dazu gibt es kostenlose Webservices. Hier wird auch erklärt wie ein Setup läuft (teilweise supereinfach über die Fritzbox aber auch als Service auf dem Nas einzurichten).
Für eine umfassendere Lösung kämen noch Cloudserver wie Nextcloud (bzw. Owncloud) oder Seafile in Frage. Diese gehen bei den Funktionen und Komfort in Richtung professionellen Cloudspeichern (Synchronisation von Bildern, Daten, Kontakten, Kalender etc. über spezielle App). Einrichtung ist etwas komplizierter aber hier im Forum beschrieben.
-
Als einfachste Möglichkeit kommt FTP in Frage, dann schmeiße ich noch WebDAV in den Raum und kröne das Ganze mit dynamischem DNS. Das ist jetzt nur um Daten hin und her zu schieben. Nachdem Du keinen Einsatzzweck angegeben und Dich äußerst allgemein gehlaten hast, ist es schwierig konkretes zu raten. Aber mit den Stichworten kommst Du schon mal weiter.
-
Afaik, the daily jobs are sent from cron to anacron. If a time is set, cron handles the start. If the computer isn't running at that moment, the script won't get executed. Anacreon would take care of that with the next start.
-
- A cronjob is meant to run at the scheduled times. Sometimes I need a manual run of the job as well. That's why I usually don't use the plugin but a shell script. That can be put into cron and run manually. And you can do lots more (Check disk space on backup device, wake-up and send to sleep the source etc.)
- Don't know how to achieve that in OMV. As workaround it is possible to send the commands output to your email address or write it into a logfile. Commands would be -v --stats --progress
- -
or reset the root password, have a look at the mysql documention. Should be the same for mariadb
https://dev.mysql.com/doc/refm…esetting-permissions.html
https://www.digitalocean.com/c…-or-mariadb-root-password -
Please read this post...
daily mail with cron failedEdit: sorry, that won't work...then just try with root and empty password
-
Yes, you need to create a MySQL user for nextcloud. Either way is OK, cli or MySQL plugin. However I suggest to create a dedicated one especially for nextcloud and not to use a root user.
-
-
??? Does it work now with omvadmin as root user? The screenshot above was just to illustrrate where the info is from.
-
-
Did you try to log into mysql with the user 'omvadmin' or with 'root' and did you reset the pwd beforehand?
-
I just use rsync as a bash script and not the built in one, so I might be wrong. But try to give as option --delete. This will remove on the source deleted elements on the target as well. You also might want to read the man pages to read more about rsync.
-
- Why not temporarily set up a wired network, login to the webadmin, set a new root password and setup wlan?
-
-
You may try to disconnect one raid HD and see if it comes up, if not, try the other. If nothing comes up... bad luck. If one disk works, repartition the bad one, add it bavk and try to sync the array. However I guess you just might be lucky if you write to /dev/sda or /dev sdb but if you write to /dev/md0 you're lost.
-
A laptop power source is less than 45€ and you probably will be able to reduce power draw about 4-5 watts. PicoPSU90 and a cheap 60-70 watts external NT an you're set. I've bought a Seasoned NT that's more than double the price of a noname one and there's no difference in power draw.
When running your box 24/7 you would save a little bit more than 10€ a year. Hmmm... a good decision when setting up the NAS, as an upgrade the NAS has to run quite some time.