Skip to content

ASB-3398 Backup multiple keyspaces #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/img/cass_backups/backups2.png
Binary file not shown.
Binary file removed docs/img/cass_backups/backups3.png
Binary file not shown.
Binary file removed docs/img/cass_backups/backups5.png
Binary file not shown.
Binary file removed docs/operations/cassandra/backup/1.JPG
Binary file not shown.
Binary file removed docs/operations/cassandra/backup/2.JPG
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 21 additions & 22 deletions docs/operations/cassandra/backup/overview.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
AxonOps provides scheduled backup funtionality for your Cassandra data to local and remote storage options.

The Backup feature is accessible via ***Operations > Backups***
The Backup feature is accessible via ***Operations > Backups***.

!!! infomy
!!! infomy
[![backup](imgs/backup-overview.jpg)](imgs/backup-overview.jpg)

[![backup](./1.JPG)](./1.JPG)


## Scheduled backup
## Scheduled Backups

You can initiate three types of scheduled backup:

* Immediate scheduled backup: these will trigger immediately **once**

* Simple scheduled backup: these will trigger based on the selected schedule **repeatedly**

!!! infomy

[![backup](../../../img/cass_backups/backups2.png)](../../../img/cass_backups/backups2.png)

* Cron schedule backup: Same as **simple scheduled backup** but the schedule will be based on a Cron expression
* Immediate scheduled backup: will trigger backup immediately **once**.

!!! infomy
* Cron schedule backup: triggered based on the selected schedule and based on a Cron expression.

[![backup](../../../img/cass_backups/backups3.png)](../../../img/cass_backups/backups3.png)
!!! infomy
[![backup](imgs/cronjobs.png)](imgs/cronjobs.png)

> The following capture presents two backups, a local only and a local and remote backup:
## Remote Backups

!!! infomy
Backups can be created and stored locally and/or remotely.

[![backup](../../../img/cass_backups/backups5.png)](../../../img/cass_backups/backups5.png)
!!! infomy
[![backup](imgs/remote-backups.png)](imgs/remote-backups.png)

> And the details of the local and remote backup:
Backups can be stored to:

!!! infomy
* AWS S3
* Google Cloud Storage
* Local filesystem
* Microsoft Azure Blog Storage
* S3 Compatible storage systems
* SFTP/SSH servers

[![backup](./2.JPG)](./2.JPG)
!!! infomy
[![backup](imgs/remote-options.png)](imgs/remote-options.png)