Page 1 of 1

Add Name of Volume to Snapshot

Posted: Wed Mar 23, 2016 3:00 pm
by r.eskhita
Hi,
I find that adding variables like Volume ID or Datum to Tag of Snapshot is not enough, it must be shown in the SNapshot Name or Description, now it is show AutomatiCloud Snapshot
can anyone help me how to make the automatic snapshot inclde the volume name and date in the name of snapshot or even in the description and not in the tag?

Re: Add Name of Volume to Snapshot

Posted: Thu Mar 24, 2016 4:55 pm
by admin
The name of a snapshot is just a tag called "Name". You can set the "Name" tag like any other tag and use the macros expansion.
Example: NAME=$VOLID
see:
http://www.automaticloud.net/backup-ec2-instance/

Stephan

Re: Add Name of Volume to Snapshot

Posted: Tue Mar 29, 2016 9:09 am
by r.eskhita
thsnks for your reply, I mean the snapshot Name includes specific Description (User defined) or even the Job Name to be included in the description or even in the name.
I make daily Snapshot for 10 Servers, I need the snapshot to include unique Name for each one.

have u idea?

Re: Add Name of Volume to Snapshot

Posted: Wed Apr 06, 2016 7:32 pm
by admin
please see my last post. If you enter

"NAME=$VOLID"

in the tag field, you will have the unique volume ID in the name tag.

Stephan

Re: Add Name of Volume to Snapshot

Posted: Sun Feb 26, 2017 12:16 pm
by admin
Version 3.2.620 introduced a new macro variable:

$VOLNAME = Name of the Volume

Stephan