tsightler wrote:mbelcourt wrote:I have the same problem when I use a USB hard drive.
The temporary solution (hopefully temporary) I've found, is to delete the job was done the day before.
1) go to "Backup & Replication"
2) go to the subfolder "Backup"
3) Right click on the job
4) Select "Remove from backups"
The problem is I need to do this every day
Once again I will ask, are you simply running a full backup every night? If so, the registry key will still work. Simply configure the job to run an active full every night with the registry key and all is good.
You could also easily script the "Remove from backups" tasks via PowerShell and have the server automatically do this just prior to the backup run.
bunger wrote:Just curious for those of you using rotating external drives - is your Veeam server a physical server or a VM and if it is a VM, how are you dealing with the speed issues associated with USB pass-through?
Thanks
Bill
Add-PSSnapin VeeamPSSnapin
$smtpServer = "10.10.10.10"
$msg = new-object Net.Mail.MailMessage
$smtp = new-object Net.Mail.SmtpClient($smtpServer)
$msg.From = "FlushBackup@test.com"
$msg.To.Add("me@test.com")
$msg.Subject = "enter your subject"
$msg.IsBodyHTML = $true
$msg.Body = Get-VBRBackup | ConvertTo-Html
$smtp.Send($msg)
get-vbrbackup | remove-vbrbackup -Confirm:$falsembelcourt wrote:My Veeam server (v6) is on VM. My external drive is on physical server with Veeam Proxy. I not tested yet with USB pass-through.
bunger wrote:mbelcourt wrote:My Veeam server (v6) is on VM. My external drive is on physical server with Veeam Proxy. I not tested yet with USB pass-through.
What kind of through-put speeds are seeing to the hard drive?
Thanks
Bill
pitchpartners wrote:tsightler wrote:mbelcourt wrote:I have the same problem when I use a USB hard drive.
The temporary solution (hopefully temporary) I've found, is to delete the job was done the day before.
1) go to "Backup & Replication"
2) go to the subfolder "Backup"
3) Right click on the job
4) Select "Remove from backups"
The problem is I need to do this every day
Once again I will ask, are you simply running a full backup every night? If so, the registry key will still work. Simply configure the job to run an active full every night with the registry key and all is good.
You could also easily script the "Remove from backups" tasks via PowerShell and have the server automatically do this just prior to the backup run.
So you are saying the registry key DOES work on v6 in this following job configuration?
tsightler wrote:Could you please be specific about what "work around" is not acceptable. As far as I can tell, except for requiring the sub-folder to exist, the behavior is exactly the same as V5 when using this registry key. Are you finding that not to be the case?
Return to Veeam Backup & Replication
Users browsing this forum: Bing [Bot], Google Feedfetcher, Vitaliy S., Ygaudreau and 12 guests