bseltz-cohesity / scripts

Cohesity REST API examples in PowerShell and Python
Apache License 2.0
104 stars 41 forks source link

backedUpFileList #86

Closed geoffaskam closed 1 year ago

geoffaskam commented 1 year ago

Hi Brian, quick query, apologies as this isn't really an issue, how does the above script work when showing files backed up in incremental mode, does it have the ability to just pull back the files that have changed since last backup rather than the full list?

bseltz-cohesity commented 1 year ago

Hi Geoff, no, the script can't show what's new in that backup. It can only show the full list of files available for restore from that backup

geoffaskam commented 1 year ago

No problem, thanks for coming back so quickly