Skip to content
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

feature: backup and restore #1

Open
robinWongM opened this issue Oct 29, 2020 · 0 comments
Open

feature: backup and restore #1

robinWongM opened this issue Oct 29, 2020 · 0 comments

Comments

@robinWongM
Copy link

robinWongM commented Oct 29, 2020

spec:
  image: chrislusf/seaweedfs:2.07
  backup:
    storages:
      sas:
        type: filesystem
        volume:
          persistentVolumeClaim:
            accessModes: [ "ReadWriteOnce" ]
            resources:
              requests:
                storage: 6Gi
    schedule:
      - name: "sat-night-backup"
        schedule: "0 0 * * 6"
        keep: 3
        storageName: sas

Reference:

  1. https://www.percona.com/doc/kubernetes-operator-for-pxc/backups.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant