Files
playbook/antigravity-awesome-skills/skills/rclone-cli/references/commands/rclone_archive.md
T
2026-07-01 16:02:41 +00:00

1.4 KiB

title, description, versionIntroduced
title description versionIntroduced
rclone archive Perform an action on an archive. v1.72

Official documentation: https://rclone.org/commands/rclone_archive/

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