Re: how to get list of snapshots

2012-05-24 Thread aaron morton
1) ok, I can schedule snapshots using cron (snapshot's name will be ganarated from current date) how can I remove snapshots older than a week ? Delete the directory on disk. 2) ok, I can enable increment backups. How can I remove incremental SSTables older than 1 week ? it's more

Re: how to get list of snapshots

2012-05-23 Thread aaron morton
1) is there any good guide for scheduling backups ? this http://www.datastax.com/docs/1.0/operations/backup_restore ? 2) is there way to get list of snapshots ? (without ls in directory) No. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com

Re: how to get list of snapshots

2012-05-23 Thread Илья Шипицин
I seen that guide. It's missing several important things 1) ok, I can schedule snapshots using cron (snapshot's name will be ganarated from current date) how can I remove snapshots older than a week ? 2) ok, I can enable increment backups. How can I remove incremental SSTables older than 1 week

how to get list of snapshots

2012-05-22 Thread Илья Шипицин
Hello! I'm about to schedule backups in the following way a) snapshots are done daily b) increment backups are enabled so, backup will be consistent, very old snapshots must be removed (I guess, a week depth should be enough). couple of questions: 1) is there any good guide for scheduling