chore: remove my backup phone as it is lost :(
parent
6b6b80df37
commit
ce86eebeae
|
@ -3,10 +3,9 @@
|
|||
First thing first, I want to list my own devices, which I have through the years:
|
||||
|
||||
- Laptop Samsung NP300E4Z-S06VN (Old laptop which I give to my mom)
|
||||
- Laptop Dell Inspiron 15 3567 (My mom bought it for me when I go to college, I give it to my sister afterward)
|
||||
- Laptop Acer Nitro AN515-45 (Gaming laptop which I buy for gaming, of course)
|
||||
- [Laptop Dell Inspiron 15 3567](https://www.dell.com/support/home/en-vn/product-support/product/inspiron-15-3567-laptop/drivers) (My mom bought it for me when I go to college, I give it to my sister afterward)
|
||||
- [Laptop Acer Nitro AN515-45](https://www.acer.com/ac/en/US/content/support-product/8841) (Gaming laptop which I buy for gaming, of course)
|
||||
- MacBook Pro M1 2020 (My company laptop)
|
||||
- Phone LG G3 d851 (Kinda broken, the phone I used a long time ago)
|
||||
- Phone Xiaomi Poco X3 NFC (Primary phone which I use daily)
|
||||
|
||||
App/Service I use daily:
|
||||
|
@ -15,10 +14,9 @@ App/Service I use daily:
|
|||
- [Aegis Authenticator](https://getaegis.app/)
|
||||
- [Rclone](https://rclone.org/)
|
||||
- [Tailscale](https://tailscale.com/)
|
||||
- Google Keep
|
||||
- GitHub / GitLab
|
||||
- Google Keep / Notion
|
||||
- Google Drive (I use 200GB plan)
|
||||
- GitHub
|
||||
- GitLab
|
||||
|
||||
The purpose is that I want my data to be safe, secure, and can be easily recovered if I lost some devices;
|
||||
or in the worst situation, I lost all.
|
||||
|
@ -31,7 +29,7 @@ There are 2 sections which I want to share, the first is **How to backup**, the
|
|||
Before I talk about backup, I want to talk about data.
|
||||
In specifically, which data should I backup?
|
||||
|
||||
I use Arch Linux and macOS, primarily work in the terminal so I have too many dotfiles, for example, `~/.config/nvim/init.config`.
|
||||
I use Arch Linux and macOS, primarily work in the terminal so I have too many dotfiles, for example, `~/.config/nvim/init.lua`.
|
||||
Each time I reinstall Arch Linux (I like it a lot), I need to reconfigure all the settings, and it is time-consuming.
|
||||
|
||||
So for the DE and UI settings, I keep it as default as possible, unless it's getting in my way, I leave the default setting there and forget about it.
|
||||
|
@ -39,6 +37,7 @@ The others are dotfiles, which I write my own [dotfiles tool](https://github.com
|
|||
Also, I know that installing Arch Linux is not easy, despite I install it too many times (Like thousand times since I was in high school).
|
||||
Not because it is hard, but as life goes on, the [official install guide](https://wiki.archlinux.org/title/installation_guide) keeps getting new update and covering too many cases for my own personal use, so I write my own [guide](https://github.com/haunt98/til/blob/main/install-archlinux.md) to quickly capture what I need to do.
|
||||
I back up all my dotfiles inside my dotfiles tool in GitHub and GitLab as I trust them both.
|
||||
Also as I travel the Internet, I discover [Codeberg](https://codeberg.org/) and [Treehouse](https://gitea.treehouse.systems/) and use them as another backup for git repo.
|
||||
|
||||
So that is my dotfiles, for my regular data, like Wallpaper or Books, Images, I use Google Drive (Actually I pay for it).
|
||||
But the step: open the webpage, click the upload button and choose files seems boring and time-consuming.
|
||||
|
@ -65,13 +64,11 @@ The reason I choose Aegis, not Authy (I use Authy for so long but Aegis is defin
|
|||
As long as Bitwarden provides free passwords stored, I use all of its apps, extensions so that I can easily sync passwords between laptops and phones.
|
||||
The thing I need to remember is the master password of Bitwarden in my head.
|
||||
|
||||
With Aegis, I export the data, then sync it to Google Drive in my main phone, then sync it back to my backup phone.
|
||||
With Aegis, I export the data, then sync it to Google Drive, also store it locally in my phone.
|
||||
For safety, I also store Aegis data locally on all of my laptops (Encrypted of course).
|
||||
The rule is you always need 2 phones for OTPs, one for carrying around, one always stays at home.
|
||||
|
||||
The main problem here is the OTP, I can not store all of my OTPs in the cloud completely.
|
||||
Because if I want to access my OTPs in the cloud, I should log in, and then input my OTP, this is a circle, my friends.
|
||||
The easiest answer is the old phone, which is safe at home.
|
||||
|
||||
## Recovery strategy
|
||||
|
||||
|
@ -80,12 +77,9 @@ There are many strategies that I process to react as if something strange is hap
|
|||
If I lost my laptops, single laptop or all, do not panic as long as I have my phones.
|
||||
The OTPs are in there, the passwords are in Bitwarden cloud, other data is in Google Drive so nothing is lost here.
|
||||
|
||||
If I lost my main phone, but not my laptop, I use the OTPs which are stored locally in my laptops.
|
||||
If I lost my phone, but not my laptops, I use the OTPs which are stored locally in my laptops.
|
||||
|
||||
If I lost my main phone, and my laptops, I use the OTPs in my old phone.
|
||||
Then I go to the nearest SIM store to recover my SIM, as I register my ID with it.
|
||||
|
||||
In the worst situation, I lost everything, my laptops, my phones (Main phone and old).
|
||||
In the worst situation, I lost everything, my laptops, my phone.
|
||||
The first step is to recover my SIM, then log in to Google account using the password and SMS OTP.
|
||||
After that, log in to Bitwarden account using the master password and OTP from Gmail, which I open previously.
|
||||
|
Loading…
Reference in New Issue