Re: incremental backups

2014-06-18 Thread Peter Sanford
MT-03:00 S C : > > I am thinking of "rm " once the backup is complete. Any special >> cases to be careful about? >> >> -Kumar >> ---------- >> Date: Sat, 14 Jun 2014 13:13:10 -0700 >> Subject: Re: incremental backups >>

Re: incremental backups

2014-06-18 Thread Marcelo Elias Del Valle
Wouldn't be better to use "nodetool clearsnapshot"? []s 2014-06-14 17:38 GMT-03:00 S C : > I am thinking of "rm " once the backup is complete. Any special > cases to be careful about? > > -Kumar > -- > Date: Sat, 14 Jun 201

RE: incremental backups

2014-06-14 Thread S C
I am thinking of "rm " once the backup is complete. Any special cases to be careful about? -Kumar Date: Sat, 14 Jun 2014 13:13:10 -0700 Subject: Re: incremental backups From: psanf...@retailnext.net To: user@cassandra.apache.org You should delete the backup files once you have copie

Re: incremental backups

2014-06-14 Thread Peter Sanford
You should delete the backup files once you have copied them off. Otherwise they will start to use disk space as the live SSTables diverge from the snapshots/incrementals. -psanford On Sat, Jun 14, 2014 at 10:17 AM, S C wrote: > Is it ok to delete files from backups directory (hardlinks) once

Re: incremental backups not completely working?

2012-09-03 Thread Tyler Hobbs
Incremental backups are only triggered when new data is written to disk, such as a memtable being flushed or data being streamed in from a repair or move. Compaction does not create any new data, so there's no need to back up the result. On Mon, Sep 3, 2012 at 8:45 AM, wrote: > > Today I conf

Re: Incremental backups

2012-01-19 Thread aaron morton
d > it to 1.0.0 > Was there a bug in the scrub process in 1.0.0? > > What is the best way to handle this to solve and get a valid environment? > > Thanks > Michael > > > From: aaron morton [mailto:aa...@thelastpickle.com] > Sent: Thursday, January 19, 201

RE: Incremental backups

2012-01-19 Thread Michael Vaknine
best way to handle this to solve and get a valid environment? Thanks Michael From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Thursday, January 19, 2012 12:26 PM To: user@cassandra.apache.org Subject: Re: Incremental backups Did you run a scrub as part of the upgrade

Re: Incremental backups

2012-01-19 Thread aaron morton
sday, January 19, 2012 2:22 AM > To: user@cassandra.apache.org > Subject: Re: Incremental backups > > Looks like you are on a 0.7.X release, which one exactly ? It would be a > really good idea to at least be on 8.X, preferably 1.0 > > Pre 1.0 compacted SSTables were

RE: Incremental backups

2012-01-18 Thread Michael Vaknine
I am on 1.0.3 release and it looks like very old files that remained from the upgrade process. How can I verify that? Michael From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Thursday, January 19, 2012 2:22 AM To: user@cassandra.apache.org Subject: Re: Incremental backups

Re: Incremental backups

2012-01-18 Thread aaron morton
1 cassandra cassandra 4264 2011-12-06 07:50 > CityResources.3039706172746974696f6e-f-366-Statistics.db > > > Thanks > Michael > > From: Alain RODRIGUEZ [mailto:arodr...@gmail.com] > Sent: Wednesday, January 18, 2012 10:40 AM > To: user@cassandra.apache.org > Su

RE: Incremental backups

2012-01-18 Thread Michael Vaknine
-rw-r--r-- 1 cassandra cassandra 4264 2011-12-06 07:50 CityResources.3039706172746974696f6e-f-366-Statistics.db Thanks Michael From: Alain RODRIGUEZ [mailto:arodr...@gmail.com] Sent: Wednesday, January 18, 2012 10:40 AM To: user@cassandra.apache.org Subject: Re: Incremental backups

Re: Incremental backups

2012-01-18 Thread Alain RODRIGUEZ
As this option is in the cassandra.yaml file, you might need to perform a restart of your entire cluster (a rolling restart should work). Hope this will help. Alain 2012/1/18 Michael Vaknine > Hi, > > I am configured to do incremental backups on all my node on the cluster > but it is not w