I'm looking for a safe way to backup individual folders from remote servers to a local repository with Veeam Backup and Replication.
I've been reading the VBR and Windows Agent documentation and testing out a few backup methods but im still uncertain on how to configure this in a safe way.
Requirements:
- The job is supposed to backup individual folders /files from 6 windows Servers for archiving purposes.
 - The Servers are all windows and reachable from the internet
 - The Storage repository is a NAS the VBR Server has access to
 - The archived files should never be restored directly from VBR to the Windows Server
 
- Use Windows Agent in Managed Mode
 - Create Firewall rules before Windows Servers to allow connections only from the VBR Server
 - Firewall rules on before the VBR server to allow connections only from the public IP-Adresses of the windows servers
 - Create Protection groups in VBR and install the Veeam Agents via the VBR Console
 - Configure credentials on the windows servers and store them in VBR
 - Configure Backup encryption
 
- How is the transmission of SMB credentials from VBR to the Windows Server secured?
 - How is the encrypted communication between VBR and the Windows Servers established?
 - Do the Windows servers need access to the target repository if it is separated from the VBR server?
 - Is there a better method to achieve this backup job that I might have overlooked?
 
- The Admin Share reachable directly from the windows server using \\localhost\ or \\Public_IP_Address but not from the VBR Server.
 - Im getting the error access denied. Security Audit Logs indicate the login is sucessfull.
 - Network profile is currently private
 
Thank you!