Sponsor:

Your company here, and a link to your site. Click to find out more.

caddy-storage - Man Page

Commands for working with Caddy's storage (EXPERIMENTAL)

Synopsis

caddy storage [flags]

Description

Allows exporting and importing Caddy's storage contents. The two commands can be combined in a pipeline to transfer directly from one storage to another:

$ caddy storage export --config Caddyfile.old --output - | > caddy storage import --config Caddyfile.new --input -

The - argument refers to stdout and stdin, respectively.

NOTE: When importing to or exporting from file_system storage (the default), the command should be run as the user that owns the associated root path.

EXPERIMENTAL: May be changed or removed.

Options

-h, --help[=false] help for storage

See Also

caddy(8), caddy-storage-export(8), caddy-storage-import(8)

History

11-Feb-2024 Auto generated by spf13/cobra

Referenced By

caddy(8), caddy-storage-export(8), caddy-storage-import(8).

Feb 2024 Auto generated by spf13/cobra