01-07-2016, 11:24 PM
You can use Windows Server Backup to perform a additional backups to remote locations such as a NAS. The following is a command line that can either be run as is or set as a scheduled task.
For a NAS, it is important to secure the partition with a username & password.
WBADMin start backup -backuptarget:\\DESTINATION -include:c:,d: -allCritical -systemState -vssCopy -user:NAME -passwordASSWORD -quiet
When creating a task in Windows Task Scheduler, ensure it is done under the backup folder (create if not there)
For a NAS, it is important to secure the partition with a username & password.
WBADMin start backup -backuptarget:\\DESTINATION -include:c:,d: -allCritical -systemState -vssCopy -user:NAME -passwordASSWORD -quiet
When creating a task in Windows Task Scheduler, ensure it is done under the backup folder (create if not there)