hi,
i need to dump a list of the guest os file from VAW backups with some metadata like directory, creation time, last write time, length, etc..
i have played around with FLR and get-childitem, but its slow and i had several problems with access denied and errors because of too long file paths.
is there a 2024-ish / v12.x way to accomplish that task?
Tia
Karsten
-
- Service Provider
- Posts: 605
- Liked: 155 times
- Joined: Apr 03, 2019 6:53 am
- Full Name: Karsten Meja
- Contact:
-
- Veeam Software
- Posts: 2833
- Liked: 646 times
- Joined: Jun 28, 2016 12:12 pm
- Contact:
Re: files list from backup
Hi Karsten,
Consider first enabling long paths on the VBR and Mount servers to handle the long-path errors. While this is just a guess, the access denied errors in Powershell can be returned by the same long-path issue in windows, so I'd at least try enabling long paths and retesting.
As for better ways of handling it beyond Get-ChildItem, not sure there's going to be a faster way, so I would just focus on enabling long-paths and try to utilize the filtering on Get-ChildItem to ensure it's not spending time on file types you're not concerned with/directories you aren't interested in.
Consider first enabling long paths on the VBR and Mount servers to handle the long-path errors. While this is just a guess, the access denied errors in Powershell can be returned by the same long-path issue in windows, so I'd at least try enabling long paths and retesting.
As for better ways of handling it beyond Get-ChildItem, not sure there's going to be a faster way, so I would just focus on enabling long-paths and try to utilize the filtering on Get-ChildItem to ensure it's not spending time on file types you're not concerned with/directories you aren't interested in.
David Domask | Product Management: Principal Analyst
-
- Service Provider
- Posts: 605
- Liked: 155 times
- Joined: Apr 03, 2019 6:53 am
- Full Name: Karsten Meja
- Contact:
Re: files list from backup
Hi David,
good point. i will give it a try.
Thank you very much
good point. i will give it a try.
Thank you very much
Who is online
Users browsing this forum: No registered users and 15 guests