Description
Used to show the configured seed job.
Syntax
seed --show
Result
Device info
===========
Server :10.250.224.81
Volume :seed-device
Username :administrator
Domain :testad.acme.local
Job info
========
Operation :Export
Status :Started
Container :acme-container1
Encryption type :aes256
Description
Starts the seeding job. You will be prompted to add additional devices if a single device does not have enough space.
Result
Successfully started seed job.
Description
Displays the list of all seed command related options that can be used as a reference when using the QoreStor CLI.
Result
Usage:
seed --create --op <import|export>
[--enc_type <aes128 | aes256>]
[--storage_group_name <name>]
seed --delete
seed --add_container --name <container name>
seed --remove_container --name <container name>
seed --add_device --server <server name>
--volume <volume>
--username <user name>
[--domain <domain name>]
seed --remove_device
seed --start
seed --stop
seed --show
seed --cleanup
seed --help
seed <command> <command-arguments>
command can be one of:
--create Create a job to perform seeding export or import.
--delete Delete an existing seeding export or import job.
--add_container Add a container to be used for seeding export.
--remove_container Remove a container which is already added for seeding export.
--add_device Add a device to be used for seeding.
--remove_device Remove a device which is already added for seeding.
--start Start seeding process(export/import).
--stop Stop running seeding process(export/import).
--show Show registered device, job for seeding.
--cleanup Start cleaner to process seed ZL logs on target.
For command-specific help, please type seed --help <command>
eg:
seed --help create
A schedule is the means by which you set aside specific daily time periods for performing disk space reclamation or replication operations. Disk reclamation operations recover unused disk space from QoreStor containers in which files were deleted; replication operations are the process by which the key data is saved only once from multiple devices to minimize excessive or redundant storage of the same data.
This set of QoreStor CLI commands allow you to perform the following tasks on a system:
- Display existing scheduled Replication and Cleaner (disk space recovery) operations
- Create new schedules for Replication and Cleaner operations
- Delete existing scheduled Replication and Cleaner operations