mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 08:13:29 +00:00
Version v1.72.0
This commit is contained in:
47
docs/content/commands/rclone_archive.md
Normal file
47
docs/content/commands/rclone_archive.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: "rclone archive"
|
||||
description: "Perform an action on an archive."
|
||||
versionIntroduced: v1.72
|
||||
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/archive/ and as part of making a release run "make commanddocs"
|
||||
---
|
||||
# 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](/commands/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](/flags/) for global options not listed here.
|
||||
|
||||
## See Also
|
||||
|
||||
<!-- markdownlint-capture -->
|
||||
<!-- markdownlint-disable ul-style line-length -->
|
||||
|
||||
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
||||
* [rclone archive create](/commands/rclone_archive_create/) - Archive source file(s) to destination.
|
||||
* [rclone archive extract](/commands/rclone_archive_extract/) - Extract archives from source to destination.
|
||||
* [rclone archive list](/commands/rclone_archive_list/) - List archive contents from source.
|
||||
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
Reference in New Issue
Block a user