Archive backend to read archives on cloud storage.

Initial support with Zip and Squashfs archives.

Fixes #8633
See #2815
This commit is contained in:
Nick Craig-Wood
2025-10-28 11:05:41 +00:00
parent e42fa9f92d
commit a0bcdc2638
19 changed files with 2533 additions and 3 deletions
+1
View File
@@ -131,6 +131,7 @@ Please see [the full list of all storage providers and their features](https://r
These backends adapt or modify other storage providers
- Alias: rename existing remotes [:page_facing_up:](https://rclone.org/alias/)
- Archive: read archive files [:page_facing_up:](https://rclone.org/archive/)
- Cache: cache remotes (DEPRECATED) [:page_facing_up:](https://rclone.org/cache/)
- Chunker: split large files [:page_facing_up:](https://rclone.org/chunker/)
- Combine: combine multiple remotes into a directory tree [:page_facing_up:](https://rclone.org/combine/)