You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by "Lohchab, Sanjeev" <Sa...@dell.com> on 2018/06/28 17:00:01 UTC

Cassandra backup to alternate location

Hi All,

I am trying to backup Cassandra DB, but by default it is saving the snapshots in the default location.
Is there any way we can specific the location where we want to store the snapshots.

Regards
Sanjeev

Re: Cassandra backup to alternate location

Posted by Jeff Jirsa <jj...@gmail.com>.
No - they'll hardlink into the snapshot folder on each data directory. They
are true hardlinks, so even if you could move it, it'd still be on the same
filesystem.

Typical behavior is to issue a snapshot, and then copy the data out as
needed (using something like https://github.com/JeremyGrosser/tablesnap ).

On Thu, Jun 28, 2018 at 10:00 AM, Lohchab, Sanjeev <Sanjeev.Lohchab@dell.com
> wrote:

> Hi All,
>
>
>
> I am trying to backup Cassandra DB, but by default it is saving the
> snapshots in the default location.
>
> Is there any way we can specific the location where we want to store the
> snapshots.
>
>
>
> Regards
>
> Sanjeev
>