-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Feb 19, 2015 10:50 pm
- Contact:
Can a Cifs repository be renamed?
Hello,
Can a Cifs repository be renamed with out issues?
Thanks in advance
Can a Cifs repository be renamed with out issues?
Thanks in advance
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Can a Cifs repository be renamed?
Hello,
Yes, you need to do next:
1. Disable all your jobs using the repository as a target.
2. Rename the reposiotiry.
3. Perform a "Rescan Repository" in VBR
4. Map the jobs back to their chains
5. Enable the job.
Thanks!
Yes, you need to do next:
1. Disable all your jobs using the repository as a target.
2. Rename the reposiotiry.
3. Perform a "Rescan Repository" in VBR
4. Map the jobs back to their chains
5. Enable the job.
Thanks!
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Can a Cifs repository be renamed?
You can also use simple PS script:
Thanks.
Code: Select all
Asnp VeeamPSSnapin
$Repository = Get-VBRBackupRepository -name "Old name of your repository"
$Repository | Set-VBRBackupRepository -Name "New name of your repository"
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Feb 19, 2015 10:50 pm
- Contact:
Re: Can a Cifs repository be renamed?
Great thanks for the help!!
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Can a Cifs repository be renamed?
You are welcome!
Once you have a question, don`t hesitate asking!
Once you have a question, don`t hesitate asking!
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Feb 19, 2015 10:50 pm
- Contact:
Re: Can a Cifs repository be renamed?
Thanks again this worked as you expected.
Who is online
Users browsing this forum: Amazon [Bot], sarnold and 41 guests