diff --git a/docs/2022-06-08-backup.html b/docs/2022-06-08-backup.html index 0a499dc..e654ec1 100644 --- a/docs/2022-06-08-backup.html +++ b/docs/2022-06-08-backup.html @@ -122,16 +122,29 @@

App/Service I use daily:

The purpose is that I want my data to be safe, secure, and can be easily @@ -184,7 +197,7 @@ > to quickly capture what I need to do. I back up all my dotfiles in GitHub and GitLab as I trust them both. Also as I travel the Internet, I discover - Codeberg and + Codeberg, Treehouse and use them as another backup for git repo.

@@ -210,7 +223,7 @@ rclone sync remote:MyBooks MyBooks -P --exclude .DS_Store > first.

-

For private data, I use restic which can be used with Rclone:

+

For private data, I use restic which use Rclone as backend:

# Init
 restic -r rclone:remote:PrivateData init
@@ -282,6 +295,33 @@ restic -r rclone:remote:PrivateData restore latest --target ~
         master password and OTP from Gmail, which I open previously.
       
     
+    

+ Misc +

+

+ To backup everything is hard, so keep it simple and only backup important + things. Pick one then stay away from other cloud services: +

+
    +
  • TODOis, Evernote, ... -> Google Keep/Notion
  • +
  • Dropbox, OneDrive, ... -> Google Drive
  • +
+

+ TODO +

+
    +
  • + [ ] Backup Notion data then stores it in GitHub/GitLab/Goolge Drive. +
  • +
  • + [ ] Convert as many as GMail accounts as possible to SimpleLogin/Proton + Mail. +
  • +

Google Keep/Notion +- Dropbox, OneDrive, ... -> Google Drive + +## TODO + +- [ ] Backup Notion data then stores it in GitHub/GitLab/Goolge Drive. +- [ ] Convert as many as GMail accounts as possible to SimpleLogin/Proton Mail. + ## The end This guide will be updated regularly I promise.