Alfred Nutile
2005-Nov-08 19:23 UTC
[Samba] Is there any way to run a linux script that will browes for the shared drives
of a computer and then mount them. For example I want the backup server to scan the endusers machines for shared windows drives so that when ever a user shares a drive named sharedname_backup that will then be mounted by the backup server at night and backed up. Thanks -- Alfred Nutile
Thomas Heiligenmann
2005-Nov-09 07:28 UTC
[Samba] Is there any way to run a linux script that will browes for the shared drives
Alfred Nutile schrieb:> of a computer and then mount them. > For example I want the backup server to scan the endusers machines for > shared windows drives so that when ever a user shares a drive named > sharedname_backup that will then be mounted by the backup server at > night and backed up.smbclient -N -L machinename | grep "sharedname_backup"