#Snapshot Management

1 messages · Page 1 of 1 (latest)

fluid quartz
#

We have an outside tool that creates snapshots, however it won't clean them up. Does NetApp have a native way to clean them up after they reach a certain age? Maybe a tool?

fervent grove
cinder lance
#

if they're taken manually, i don't think that applies.

cunning sphinx
#

Script could be straight-forward with queries.

snapshot delete {* -create-time <1d}

fluid quartz
#

Is a script secure? Don't want to give a backdoor to an attacker

trail nest
#

snapshot autodelete can delete all snapshots, manually or automatically-created, but it waits till the volume (or snap reserve) is full, and not until a certain time has passed. that's why it can be abused

#

and a script needs credentials of course, which must be stored somewhere on the server where the script is. But if an attacker is already that far inside your system, it's too late anyway 😂

fervent grove
#

yea, with a script you can also encrypt the password/etc