Nejčastěji odpovídající uživatel
Windows Server 2008 Backup a síťové úložiště

Dotaz
-
Dobrý den,
Jde nějakým způsobem ve windows server backup 2008 nastavit plánování záloh na síťovou jednotku? Mám win server 2008 enterprise se dvěma disky do RAID 0 a pro jistotu bych chtěl zálohovat na síťové úložiště (win server 2003) jenže při nastavení plánování se zobrazí chyba: Nebyl nalezen žádný disk který bylo možné pužít pro zálohování.
Případně jde nějakým způsobem připojit disk z úložiště tak, aby se tvářil jako pevný disk v systému a přesto k němu nebyl fyzicky připojen?
Díky za nápady. Ondřej Mařík- Upravený Ondřej Mařík úterý 20. října 2009 15:47 doplnění nadpisu
Odpovědi
-
Backing up to a network share is just as easy as backing up to a local volume. The significant difference is that it can't create a Volume Shadow Copy Service snapshot of the remote volume. Therefore, each full backup will overwrite the previous, leaving you with just the latest full backup image of each server on a network share. Due to this limitation, you can't use the Windows Server Backup scheduler to schedule backups to a network share. You can, however, use the Windows Task Scheduler to run the WBADMIN command-line program to perform full backups to a network share. If you elect to schedule full backups to a network share this way, change the target folder for each backup to avoid overwriting previous backups.
Asi tedy budes muset pouzit:wbadmin start backup -backuptarget:\\server\share -allcritical -vsscopy -user:username -password:password -quiet
MP
P.S. 2008R2 sice upozorni ze scheduled backup na sit nema smysl jelikoz se hobluje neustale pres sebe ale necha jej vytvorit- Označen jako odpověď Ondřej Mařík úterý 20. října 2009 19:31
Všechny reakce
-
Backing up to a network share is just as easy as backing up to a local volume. The significant difference is that it can't create a Volume Shadow Copy Service snapshot of the remote volume. Therefore, each full backup will overwrite the previous, leaving you with just the latest full backup image of each server on a network share. Due to this limitation, you can't use the Windows Server Backup scheduler to schedule backups to a network share. You can, however, use the Windows Task Scheduler to run the WBADMIN command-line program to perform full backups to a network share. If you elect to schedule full backups to a network share this way, change the target folder for each backup to avoid overwriting previous backups.
Asi tedy budes muset pouzit:wbadmin start backup -backuptarget:\\server\share -allcritical -vsscopy -user:username -password:password -quiet
MP
P.S. 2008R2 sice upozorni ze scheduled backup na sit nema smysl jelikoz se hobluje neustale pres sebe ale necha jej vytvorit- Označen jako odpověď Ondřej Mařík úterý 20. října 2009 19:31
-
-
-
-