no matter what i do, i get accessed denied when trying to use Robocopy to move SQL backups off of a windows server to an AWS SMB Fileshare.
I am running the robocopy command on the sql server. Ive verified i am the "owner" of the folder within the AWS fileshare as well as have full access. its the same with the source folder as well. i am not sure what else to try here to get this to work. the percentage starts and percentage runs to about 10% then throws the access denied errors.
below is the command i was running. ive tired with /b or /dcopy:DT
robocopy.exe "E:\backups" "\\server IP\test" /mov /MT:16
ERROR 5 (0x00000005) Copying File E:\backups\1.bak Access is denied.
tried many different robocopy flags.
i also tried to just use SQL native backup directly to the AWS fileshare and it runs and its about 10% then gives an access denied error.