t: 17 July 2019 02:44:02
To: ceph-users@lists.ceph.com
Subject: [ceph-users] cephfs snapshot scripting questions
Greetings.
Before I reinvent the wheel has anyone written a script to maintain X number of
snapshots on a cephfs file system that can be run through cron?
I am aware of the cephfs-sna
NAPBAK") -ne 0 ]
then
if [ $(snapshotexists $SNAPBAK $SNNAME) -eq 0 ]
then
snapshotremove $SNAPBAK $SNNAME
fi
createsnapshot $SNAPBAK $SNNAME
fi
-Original Message-
From: Robert Ruge [mailto:robert.r...@deakin.edu.au]
Sent: woensdag 17 juli 2019 2:44
To: ceph-users@lists.
Greetings.
Before I reinvent the wheel has anyone written a script to maintain X number of
snapshots on a cephfs file system that can be run through cron?
I am aware of the cephfs-snap code but just wondering if there are any other
options out there.
On a related note which of these options wou