Hi,
you could also mount Windows shares in PBS using a script, save it and then unmount it again.
Has anyone ever tried this?
--- code ---
#!/bin/bash
# Define variables
SHARE="//windows-server/share-name"
MOUNT_POINT="/mnt/smb/share-name"
BACKUP_DIR="/mnt/smb/share-name" # The directory to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.