archive

package
v1.72.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package archive implements 'rclone archive'.

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:   "archive <action> [opts] <source> [<destination>]",
	Short: `Perform an action on an archive.`,
	Long: `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.
`,
	Annotations: map[string]string{
		"versionIntroduced": "v1.72",
	},
	RunE: func(command *cobra.Command, args []string) error {
		if len(args) == 0 {
			return errors.New("archive requires an action, e.g. 'rclone archive list remote:'")
		}
		return errors.New("unknown action")
	},
}

Command - archive command

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package create implements 'rclone archive create'.
Package create implements 'rclone archive create'.
Package extract implements 'rclone archive extract'
Package extract implements 'rclone archive extract'
Package files implements io/fs objects
Package files implements io/fs objects
Package list implements 'rclone archive list'
Package list implements 'rclone archive list'

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL