Better backup strategy #1
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ixvd/neb#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now we use a restic setup that works in the following way:
This is bad because now every server has the keys to the backup server.
If one server gets hacked basically all servers can go bye bye.
we need an extra step:
This makes sure that the latest version is always on the server and the modifications are applied by the dedicated server.
Also this makes sure that if a server gets hacked the modified version can only be applied on top of the proper version and be rolled back at any time.
cron changes:
changes to all systems:
@guest:deny, backup:ro
this is okay, since it doesn't matter that you have the password for one server as it's already compromised.
the dedicated server will use a custom docker image, as always open to the public.
it will include rsync, restic and ssh/sftp to push the restic image.