# backup2026 — restore map (houseperu + macrodark)

**Cloudflare account (this backup lives here):**  
`Romel@houseperu.com` / Account ID `96990030682863f30731fcfc7629146a`

**Created:** 2026-08-29  
**Why Pages not R2:** R2 is not enabled on this account (`Please enable R2 through the Dashboard`).  
Bulk files: Pages project **`backup2026`** → https://backup2026.pages.dev  
Secrets index: KV namespace **`backup2026`** id `00e738f727224dc28fe6cb5072606421`

When you enable R2 later, copy these objects into bucket `backup2026`. Same folder layout.

---

## After you give access to Romel@houseperu.com

1. Open Workers & Pages → project **`backup2026`**.
2. Open KV → namespace **`backup2026`**.
3. Read keys:
   - `ACCESOS.md` — all tokens / passwords
   - `MANIFEST.json` — which archive belongs to which account
   - `README-RESTORE.md` — this file
4. Download archives from Pages (paths below).
5. On the new Mac, restore to the **original paths**.

Decrypt archives (if `.enc`):

```bash
openssl enc -aes-256-cbc -d -pbkdf2 -in FILE.enc -out FILE.tar.gz -pass pass:'SEE ACCESOS.md BACKUP_ARCHIVE_PASSWORD'
tar -xzf FILE.tar.gz -C "$HOME/Desktop"
```

---

## Layout

```
backup2026/
  README-RESTORE.md          this file
  ACCESOS.md                 secrets (KV + encrypted on Pages)
  MANIFEST.json
  houseperu/                 account Romel@houseperu.com
    houseperu-web.tar.gz     Desktop/houseperu Web  (no node_modules/vendor/.git)
  macrodark/                 account Admin@macrodark.com
    macrodark-LLC.tar.gz     Desktop/macrodark LLC
    macrodark.tar.gz         Desktop/macrodark
    macrodark-2.tar.gz       Desktop/macrodark 2
  accesos/
    grok-auth.json           ~/.grok/auth.json (xAI OAuth)
```

## Original Mac paths

| Archive | Restore to | CF account |
|---------|------------|------------|
| houseperu/houseperu-web.tar.gz | `~/Desktop/houseperu Web` | Romel@houseperu.com |
| macrodark/macrodark-LLC.tar.gz | `~/Desktop/macrodark LLC` | Admin@macrodark.com |
| macrodark/macrodark.tar.gz | `~/Desktop/macrodark` | Admin@macrodark.com |
| macrodark/macrodark-2.tar.gz | `~/Desktop/macrodark 2` | Admin@macrodark.com |
| accesos/grok-auth.json | `~/.grok/auth.json` | n/a (Grok Premium+) |

Excluded from tars (reinstallable): `node_modules`, `vendor`, `.git`.

After restore:

```bash
cd "~/Desktop/houseperu Web" && npm install
cd "~/Desktop/houseperu Web/casadiroma" && npm install
cd "~/Desktop/houseperu Web/upDoor" && npm install
cd "~/Desktop/houseperu Web/velopriv" && npm install
cd "~/Desktop/houseperu Web/portal" && composer install
```

Live sites: https://houseperu.com/ · https://www.macrodark.com/
