geerlingguy / my-backup-plan

How I back up all my data.
811 stars 48 forks source link

Ensure other important infrastructure configuration is backed up #4

Open geerlingguy opened 2 years ago

geerlingguy commented 2 years ago

I manually back up configurations for the following devices into my NAS, in an 'App Data' directory. I would like to not do that manually, because manual processes are sad.

geerlingguy commented 2 years ago

(Alternatively, try to find ways to automate the configuration with Ansible so I wouldn't even need the configs.)

traveller42 commented 2 years ago

If everything is pushed automatically, you only need to backup the source of that push. I don't have this more my network devices yet, but it is something I am working on.

sebweb3r commented 2 years ago

pi-hole backup is fairly easy. just use the teleporter

pihole -a teleporter

creates a tar file as a backup. that can be used in backup scripts

I just found https://github.com/ytti/oxidized which looks interesting to backup routers etc. (has config for aruba) (it is in the mikrotik forum post, i linked in #6)