Hi *,
On a Linux VM host, I am currently running a backup strategy in which the VMs are backed up alternately to 2 hard disks via USB every day. Alternately, the “older” HDD is replaced with a “new” one every week. using a sophisticated scheme, it is thus possible to keep a data inventory of 12 months as a backup with 10 hard disks, divided into daily/weekly/monthly/semi-annual backups, which are stored offsite.
Recently a second VM host was added and now my approach is to combine the backup e.g. via NFS from both servers on one OMV instance on one HDD in order not to have to purchase another 10 HDDs. OMV is connected with 10G+ LAN.
Long story short: I would like OMV to mount one of the connected usb-hdds every evening and neither unmount it the next morning, so that it can be changed if necessary.
I know how to do this with cron, shellscript, but not how to teach omv to do this, does anyone know a tutorial or have any tips which steps are necessary before "unmount /.." resp. "mount /..." ?
Thanks Flo