When I look at /etc/veeam/veeam.ini, I see the parameter:
Code: Select all
[restore]
...
# Concurrently accessed files count. Allowed values 1 - 50.
# concurrentlyAccessedFilesCount = 1
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
Code: Select all
/mnt/backup/dir_a
/mnt/backup/dir_b
/mnt/backup/dir_c
Thanks,
VAB