good morning to all,
here is what i am trying to accomplish: I have one server (server1) that i would like to backup on another server (server2). i am already running a windows server backup and excluded some folders because of the 2tb size limit, so i want to backup those excluded files onto another server. this is what i am typing in:
wbadmin start backup -backupTarget:e: -include:\\server1\sharedfiles\photos
this should backup server1 to server 2 e drive. i see retrieving volume information... ERROR-the file "\\server1\sharedfiles\photos" is invalid
i have tried 'before the\\ and after photos, i have tried to enter the volume name of server 1 as
wbadmin start backup -backupTarget:e: -include:\\server1\Volume{b9e7a2d0-0000-0000-0000-000000000000}sharedfiles\photos
i still get the the specified file name in the file spec is invalid
any ideas?