To simplify the set up for testing restic with NFS in EC2 after using origin3-dev to set up a cluster.
- Set up an Origin 3.11 cluster on EC2 using origin3-dev
On your EC2 VM:
- Clone nfs-restic
ansible-playbook setup.yml
to set up nfs and velero/restic.ansible-playbook test.yml
to test restic with nfsansible-playbook clean.yml
to clean resources so you can test again