Skip to content
Snippets Groups Projects
Unverified Commit f9340d7b authored by anarcat's avatar anarcat
Browse files

show how to erase a host's backup, partly

parent a3f7d0f1
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,9 @@ ...@@ -10,5 +10,9 @@
8. grep the `tor-puppet` repo for the host (and maybe its IP addresses) and clean up 8. grep the `tor-puppet` repo for the host (and maybe its IP addresses) and clean up
9. clean host from `tor-passwords` 9. clean host from `tor-passwords`
10. remove from the machine from the [Nextcloud spreadsheet](https://nc.riseup.net/remote.php/webdav/tpa/Tor%20VM%20Hosts.xlsx) 10. remove from the machine from the [Nextcloud spreadsheet](https://nc.riseup.net/remote.php/webdav/tpa/Tor%20VM%20Hosts.xlsx)
11. schedule a removal of the host's backup, on the backup server
(currently `bungei`):
TODO: deal with backups, see <https://trac.torproject.org/projects/tor/ticket/30880>. echo rm -rf /srv/backups/bacula/$host/ | at now + 30d
TODO: remove the client from the Bacula catalog, see <https://trac.torproject.org/projects/tor/ticket/30880>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment