Re: Fastest way to "query backup"

2022-09-10 Thread Efim
Hi, as I know mmbackup creates a local shadow db (data on SP server) and uses it with the policy engine to identify candidate files for backup without requests to the SP server. In the process of backup, the policy engine creates temporary files with fs metadata and then compares it with shadow

Re: Fastest way to "query backup"

2022-09-09 Thread Skylar Thompson
While you could query the BACKUPS or CONTENTS tables via SQL on the SP server-side, my experience is that this is no faster than QUERY BACKUP on the client-side, and a lot more resource-intensive for the SP server. An alternative would be to set these variables in your mmbackup shell environment:

Re: Fastest way to "query backup"

2022-09-09 Thread Rick Adamson
artin Lischewski Sent: Friday, September 9, 2022 8:01 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Fastest way to "query backup" * This email originated outside of the organization. Use caution when opening attachments or clicking links. * -

Fastest way to "query backup"

2022-09-09 Thread Martin Lischewski
Hello everyone, it is my first time posting to this group, so I am sorry if this question is to trivial. We are using mmbackup to backup our Spectrum Scale filesystems. Because of some bad experience in the past we do not trust the output of mmbackup. Therefore we wrote our own scripts validati