|
NAMEeclat-lssnap, eclat-describe-snapshots - describes available Amazon EBS snapshotsSYNOPSISeclat lssnap [-r ID] [-u ID] [--restorable-by ID] [--owner NAME] [SNAPSHOT-ID...] [FILTER...]eclat lssnap --help DESCRIPTIONThis command lists the Amazon EBS snapshots available to you. These include public snapshots available to any AWS account, your private snapshots and private snapshots owned by others for which you are granted permissions.The list of returned snapshots can be abridged using command line options, filters and arguments. Filters are any arguments that have the key=value structure. When filters are supplied, only those snapshots that match them are returned. Multiple filters are joined using logical AND. Multiple values separated by commas can be specified for a given key, in which case a logical OR is implied. See the section FILTERS below for a detailed description of available filters. Any command line argument that is not an option or filter is treated as snapshot ID (or snapshot name, if ID mapping is enabled) to return. Any number of IDs can be specified. If ID mapping is enabled (see the section MAPS in eclat(1)), this command uses the SnapshotId map to translate snapshot names to the corresponding identifiers. Snapshot IDs, filters and options can be used in conjunction. OPTIONS
FILTERS
OUTPUTEach line of output describes a single snapshots. The following information is included, separated by horizontal tab characters: the snapshot ID, the corresponding volume ID and size in GiB, the status of the snapshot (completed, pending or error), progress percentage, the start time, and the snapshot description, if not empty.If the snapshot has associated tags, these are listed below that line, each tag on a separate line, prefixed by a single TAB character. For example (long lines split for readability): snap-78a54011 vol-4d826724 10 pending 80% 2012-05-07T12:51:50.000Z "Daily Backup" snap-12345678 vol-4d826724 10 completed 100% 2012-04-07T00:00:00.000Z comment="Taken before switching to new kernel" rand=E34AF890 SEE ALSOeclat(1), eclat-rmsnap(1), eclat-mksnap(1).AUTHORSSergey PoznyakoffBUG REPORTSReport bugs to <bug-eclat@gnu.org.ua>.COPYRIGHTCopyright © 2012-2018 Sergey PoznyakoffLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Visit the GSP FreeBSD Man Page Interface. |