-
- Novice
- Posts: 6
- Liked: never
- Joined: Sep 19, 2017 1:49 pm
- Full Name: Heath Mason
- Contact:
Scanning Repository in DR Site
We are using Veeam Backup and Replication 9.5u3 and are backing up to ddboost shares on a data domain. This share is then replicated via the data domain to our DR site as a read-only share. In the DR site, we have a second installation of Veeam B&R that has the read-only copy setup as a repository there. In order to have the latest copy of the backups in the remote repository, we have to scan it from the Veeam server and this is getting to where it takes a little over 2 hours to scan. The only way I've found to do this is to launch the DR console and manually scan the repository. Is there a way to set it up so that the repository can be scanned on a daily basis either via Veeam or even from possibly a scheduled PS script? Thanks.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Scanning Repository in DR Site
You can schedule a PS script to rescan repository periodically:
Thanks.
Code: Select all
Asnp VeeamPSSnapin
$Repository = Get-VBRBackupRepository -Name "Name of your backup repository"
Rescan-VBREntity -Entity $Repository
-
- Influencer
- Posts: 14
- Liked: never
- Joined: Feb 03, 2018 10:11 pm
- Full Name: I Hussain
- Contact:
Re: Scanning Repository in DR Site
The above PS script works when used pre-job but it doesn't allow time for the repo scan to fully complete before continuing with the job. How may one add a wait time at the end of the script before the subsequent task in the job starts?
-
- VP, Product Management
- Posts: 7081
- Liked: 1511 times
- Joined: May 04, 2011 8:36 am
- Full Name: Andreas Neufert
- Location: Germany
- Contact:
Re: Scanning Repository in DR Site
https://helpcenter.veeam.com/docs/backu ... ml?ver=100
add -wait as described in the link
add -wait as described in the link
Who is online
Users browsing this forum: No registered users and 43 guests