about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/backups.org12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/backups.org b/docs/backups.org
index 0b0d25a..a1db502 100644
--- a/docs/backups.org
+++ b/docs/backups.org
@@ -1,10 +1,6 @@
 #+TITLE: Backups
 
-There's a number of backups that are managed by the NAS.
-
-In order for the backup to work, there's two files that need to be provisioned:
-- =/etc/restic/password= this contains the password for restic. It's currently stored in 1password (named *backup on nas*).
-- =/etc/restic/google.json= this contains the authn/authz information to store our data in various GCS. This is stored in 1password, with restic's password.
+Each host can be configured to store a backup on the NAS using restic. The backups are synchronized once a day to rsync.net.
 
 * restic
 For backups I'm using [[https://restic.readthedocs.io/][restic]].
@@ -189,9 +185,3 @@ $ sudo ls -l /tmp/this-is-a-test/data/containers/traefik
 total 4
 drwxrwxr-x 2 root root 4096 Nov  6  2020 config
 #+end_src
-* rclone / GCP
-Backups are exported off-site to some GCS buckets, using [[https://rclone.org/][rclone]].
-
-=restic= snapshots are exported to this [[https://console.cloud.google.com/storage/browser/fcuny-restic;tab=objects?forceOnBucketsSortingFiltering=false&project=fcuny-backups][bucket]], while our music collection is stored in this [[https://console.cloud.google.com/storage/browser/fcuny-music;tab=objects?forceOnBucketsSortingFiltering=false&project=fcuny-backups&prefix=&forceOnObjectsSortingFiltering=false][one]].
-
-The timer for the backup can be found in [[file:~/workspace/infrastructure/puppet/site-modules/backup/manifests/service.pp][service.pp]]. All the configuration bits for =rclone= are parts of the unit file for the backups.