mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
1.3 KiB
1.3 KiB
title, description, versionIntroduced
| title | description | versionIntroduced |
|---|---|---|
| rclone archive | Perform an action on an archive. | v1.72 |
rclone archive
Perform an action on an archive.
Synopsis
Perform an action on an archive. Requires the use of a subcommand to specify the protocol, e.g.
rclone archive list remote:file.zip
Each subcommand has its own options which you can see in their help.
See rclone archive create for the archive formats supported.
rclone archive <action> [opts] <source> [<destination>] [flags]
Options
-h, --help help for archive
See the global flags page for global options not listed here.
See Also
- rclone - Show help for rclone commands, flags and backends.
- rclone archive create - Archive source file(s) to destination.
- rclone archive extract - Extract archives from source to destination.
- rclone archive list - List archive contents from source.