Remote Backup - Printable Version +- Wight Support Forum (http://wightsupport.com/forum) +-- Forum: Wightsupport Forums (http://wightsupport.com/forum/forumdisplay.php?fid=1) +--- Forum: Backup (http://wightsupport.com/forum/forumdisplay.php?fid=13) +---- Forum: Windows Server Backup (http://wightsupport.com/forum/forumdisplay.php?fid=21) +---- Thread: Remote Backup (/showthread.php?tid=17) |
Remote Backup - wightsupport - 01-07-2016 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) |