Data Browsing
Browse backed-up application data from the management console and download individual files or folders.
Data Browsing
Data browsing lets you inspect the contents of an application's backed-up persistent volumes (PVCs) directly from the Trilio management console, without performing a full restore. You can navigate folders, view file metadata, and download selected files or directories.
Target browsing lets you browse backups stored on a target; data browsing goes one step further and mounts the backed-up disk image so you can browse the files inside a PVC.
Data browsing for encrypted backups requires the correct encryption secret to be selected in the Browse Data dialog. See Encryption for details.
Prerequisites
A completed backup with Available status that includes application data (PVC) components.
Target browsing enabled on the backup target. Use the browsing toggle on Backup & Recovery → Targets, or enable browsing from the Browse Data dialog when prompted.
Wait until the target browser pod is ready before starting data browsing.
Accessing Data Browsing
You can open Browse Data from any backup listing that shows Available backups with data components, for example:
Monitoring → Backup Overview — open the Actions menu for a backup and select Browse Data.
Backup & Recovery → Namespaces / Applications — from backup details or monitoring views.
Backup & Recovery → Targets — expand a backup on a target and select Browse Data.



Browse workflow
Click Browse Data for the selected backup.
If target browsing is not enabled, turn on the toggle and wait until browsing is ready.
If the backup is encrypted, select the Encryption Secret used at backup time.
In the Browse Data dialog, expand the pod accordion and select the PVC (disk) to browse.
Wait while the PVC is mounted. A success notification appears when mounting completes.
Navigate folders using breadcrumbs or by clicking directory names.
Use the download icon next to a file or folder to download it.
At most five PVC disks can be mounted for data browsing at the same time on a target. Unmount a disk you are no longer using before mounting another one.
Downloading Files and Folders
From the file browser, click the download icon (↓) next to an item:


Single file
Downloaded directly. Files larger than 500 MB cannot be downloaded from the UI.
Folder / directory
The target browser zips the folder contents before download. Folders whose total size exceeds 500 MB are rejected by the backend.
Download size limits
Trilio enforces a hard limit of 500 MB for downloads initiated from data browsing:
Single files: The management console blocks download when the file size is greater than 500 MB and displays:
Download of file with size greater than 500mb is currently not allowed
Folders: The UI allows clicking download on any folder, but the target browser calculates the total size of all files in the folder. If the combined size exceeds 500 MB, the download request fails with:
maximum size limit for download directory is 500 MB
These limits are enforced by the target browser service and are not configurable through Helm values or the management console. The limit exists because folder downloads are zipped on the target browser pod, which uses local disk space, CPU, and memory.
Workarounds for large data
If you need data that exceeds the 500 MB download limit:
Download individual files from inside the folder instead of downloading the entire folder.
Use a restore operation to recover the full volume or application data.
For VirtualMachine backups, use File-Level Recovery for Virtual Machines and retrieve files via SCP from the Recovery VM (no 500 MB UI limit applies to that workflow).
Last updated
Was this helpful?