GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ECLAT-SETSATTR(1) Eclat User Reference ECLAT-SETSATTR(1)

eclat-setsattr, eclat-modify-snapshot-attribute - modify permission settings for the specified snapshot.

eclat setsattr {g|u}{-|+}{all|ID} SNAP-ID

eclat setsattr --help

This command modifies the createVolumePermission attribute of a EC2 snapshot identified by SNAP-ID. If ID mapping is enabled (see the section MAPS in eclat(1)), the SnapshotId map will be used to translate SNAP-ID to the corresponding snapshot identifier.

The first argument requests the operation over the attribute. It consists of a letter indicating the identity (u for user or g for group), followed by a plus sign to grant permission or a minus sign to revoke it, and an ID of the identity. For example, the command

eclat setsattr u+111122223333 snap-1a2b3c4d

gives the account with ID 111122223333 permission to create volumes from the snapshot.

Several operations can be requested in a single invocation, e.g.:

eclat setsattr g+all u-111122223333 snap-1a2b3c4d

The above example makes the snapshot public (g+all) and revokes the permission to create volumes from it from the account 111122223333.

eclat(1), eclat-clrsattr(1), eclat-lssattr(1), eclat-lsattr(1).

Sergey Poznyakoff

Report bugs to <bug-eclat@gnu.org.ua>.

Copyright © 2012-2018 Sergey Poznyakoff
License 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.

January 26, 2015 ECLAT

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.