You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you trying to back up to a Synology device or some other weird embedded linux system? I'm having the same issue with my Synology NAS, and it's because they don't ship util-linux (which provides findmnt). You'll have to either find a way to package/install it yourself or modify the script to not rely on findmnt for target selection. Also, at least with recent versions of Synology DSM, logging in as root won't work either, so you'll have to use the --sudo flag.
It's probably best to just use your own script if you're dealing with weird/locked down hardware.
plain SSH works eg.
ssh [email protected]
, rsync also worksThe text was updated successfully, but these errors were encountered: