github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_instances_export.md (about)

     1  ## cozy-stack instances export
     2  
     3  Export an instance
     4  
     5  ### Synopsis
     6  
     7  Export the files, documents, and settings
     8  
     9  ```
    10  cozy-stack instances export [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16        --domain string   Specify the domain name of the instance
    17    -h, --help            help for export
    18        --path string     Specify the local path where to store the export archive
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --admin-host string   administration server host (default "localhost")
    25        --admin-port int      administration server port (default 6060)
    26    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    27        --host string         server host (default "localhost")
    28    -p, --port int            server port (default 8080)
    29  ```
    30  
    31  ### SEE ALSO
    32  
    33  * [cozy-stack instances](cozy-stack_instances.md)	 - Manage instances of a stack
    34