Hello all!
When I look at /etc/veeam/veeam.ini, I see the parameter:
Where can I find more documentation on this parameter? I assume that it somehow controls how many files the client can open inside the backup image on the VBR server.
Suppose I have a restore point mounted in /mnt/backup, and I am copying the entire tree (with rsync, tar, ...), all files would be read sequentially. So changing this value would make no difference.
If, however I had a tree looking like
and I ran three rsync instances, one for each directory concurrently, would I see a speedup if I set the value of concurrentlyAccessedFilesCount from 1 to 3?
Thanks,
VAB
When I look at /etc/veeam/veeam.ini, I see the parameter:
Code:
[restore]...# Concurrently accessed files count. Allowed values 1 - 50.# concurrentlyAccessedFilesCount = 1Suppose I have a restore point mounted in /mnt/backup, and I am copying the entire tree (with rsync, tar, ...), all files would be read sequentially. So changing this value would make no difference.
If, however I had a tree looking like
Code:
/mnt/backup/dir_a/mnt/backup/dir_b/mnt/backup/dir_cThanks,
VAB
Statistics: Posted by VAB — Jun 17, 2025 10:12 am




