we used usbmount to attach large usb drives - then used a cron script to send vzdumps , templates .
usbmount is not in stretch, however a few of our systems still have the package installed - the ones that got upgraded from jessie to stretch.
usbmount was not working with systemd , so i thought it was dead.
usbmount i alive and well. this person solved the issue: https://superuser.com/questions/1265412/automounting-usb-drives-on-a-headless-systemd-linux-box
systemd change:
install using git. https://github.com/rbrito/usbmount
maybe next debian release buster and stretch backports will get the package. so check that before using git if you want
we are happy to to again just plug in certain configured drives and have rsync put and get the files. no more manual mounts.
.
usbmount is not in stretch, however a few of our systems still have the package installed - the ones that got upgraded from jessie to stretch.
usbmount was not working with systemd , so i thought it was dead.
usbmount i alive and well. this person solved the issue: https://superuser.com/questions/1265412/automounting-usb-drives-on-a-headless-systemd-linux-box
systemd change:
Code:
#
# 2018-02-08 for usbmount changed this
# https://superuser.com/questions/1265412/automounting-usb-drives-on-a-headless-systemd-linux-box
#MountFlags=slave
MountFlags=shared
install using git. https://github.com/rbrito/usbmount
maybe next debian release buster and stretch backports will get the package. so check that before using git if you want
we are happy to to again just plug in certain configured drives and have rsync put and get the files. no more manual mounts.
.