Difference between revisions of "Snapshots"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html
(18 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
* {{virsh snapshot}} | * {{virsh snapshot}} | ||
* [[Nutanix]] | * [[Nutanix]] | ||
+ | * <code>[[lvcreate --snapshot]]</code> | ||
* <code>[[zfs snapshot]]: [[zfs list]] -t snapshot</code> | * <code>[[zfs snapshot]]: [[zfs list]] -t snapshot</code> | ||
* [[Btrfs]] | * [[Btrfs]] | ||
* <code>[[snap save]]</code> | * <code>[[snap save]]</code> | ||
* <code>[[etcdctl snapshot save]]</code> | * <code>[[etcdctl snapshot save]]</code> | ||
+ | * [[Windows Volume Snapshot Service (VSS)]] | ||
AWS | AWS | ||
* [[EC2 snapshots]] | * [[EC2 snapshots]] | ||
+ | * [[EBS Snapshots]] | ||
* [[Amazon Redshift snapshots]] <ref>https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html</ref> | * [[Amazon Redshift snapshots]] <ref>https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html</ref> | ||
− | * <code>[[aws rds create-db-snapshot]]</code> | + | * [[AWS RDS snapshots]]: <code>[[aws rds create-db-snapshot]]</code>, <code>[[aws rds restore-db-cluster-from-snapshot|restore-db-cluster-from-snapshot]]</code>, <code>[[aws rds describe-db-cluster-snapshots|describe-db-cluster-snapshots]]</code> |
− | + | ||
− | + | [[Kubernetes]] | |
+ | * [[Kubernetes snapshots]] | ||
+ | |||
+ | [[DigitalOcean]] | ||
+ | * <code>[[doctl compute droplet snapshots]]</code> | ||
+ | |||
+ | [[geth]] | ||
+ | * <code>[[geth snapshot]]</code> | ||
+ | |||
+ | == Delete snapshot == | ||
+ | https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html | ||
+ | |||
+ | After you no longer need an Amazon EBS snapshot of a volume, you can delete it. Deleting a snapshot does not affect the volume. Deleting a volume does not affect the snapshots made from it. | ||
== Related == | == Related == | ||
− | * <code>[[mysqldump]]</code> | + | * [[Backups]]: <code>[[mysqldump]]</code>, <code>[[mariabackup]]</code> |
− | + | * [[Elasticsearch snapshots]] | |
+ | * [[Ethereum snapshots]] | ||
== See also == | == See also == |
Latest revision as of 12:09, 27 October 2024
- Virsh Snapshots:
virsh snapshot-create-as
,virsh snapshot-info
,virsh snapshot-list
,virsh blockjob
,virsh snapshot-revert (Destructive action)
,virsh snapshot-delete
- Nutanix
lvcreate --snapshot
zfs snapshot: zfs list -t snapshot
- Btrfs
snap save
etcdctl snapshot save
- Windows Volume Snapshot Service (VSS)
AWS
- EC2 snapshots
- EBS Snapshots
- Amazon Redshift snapshots [1]
- AWS RDS snapshots:
aws rds create-db-snapshot
,restore-db-cluster-from-snapshot
,describe-db-cluster-snapshots
Delete snapshot[edit]
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-deleting-snapshot.html
After you no longer need an Amazon EBS snapshot of a volume, you can delete it. Deleting a snapshot does not affect the volume. Deleting a volume does not affect the snapshots made from it.
Related[edit]
See also[edit]
- Snapshot,
mysqldump, mariabackup, mongodump, aws ebs start-snapshot, aws rds create-db-snapshot, aws rds restore-db-cluster-from-snapshot, aws rds promote-read-replica, aws rds promote-read-replica-db-cluster
, Elasticsearch snapshots, Kubernetes Volume Group Snapshots API, EC2 snapshots,lvcreate --snapshot
- MongoDB:
mongodump
, PostgreSQL:pg_dump
, MariaDB: mysqldump
Advertising: