# DirvenBank N.V. — Full Company Backup / 2026-06-28

## Backup Location

**Server:** Hetzner KonsoleH — www737.your-server.de  
**SFTP User:** bze4ky  
**Path:** `/home/bze4ky/backups/FULL_BACKUP_20260628/`  
**Archive:** `DirvenBank_FULL_Backup_20260628.zip`

> This directory is **outside the web root** (`/public_html/`) and is **not publicly accessible**.

---

## What's Included

### 1. Website — Complete Source
| Path | Contents |
|------|----------|
| `website/` | Full trilingual website (EN/NL/AR) |
| `website/en/` | English pages (index, about, services, investors, regulatory, team, careers, contact, governance, legal) |
| `website/nl/` | Dutch pages (same structure) |
| `website/ar/` | Arabic pages (same structure) |
| `website/assets/` | Logos, favicons, stylesheets, videos |
| `website/academy/` | DirvenAcademy sub-site |
| `website/portal/` | Client portal placeholder |
| `.htaccess` | Apache rewrite rules, security headers, cache policy |
| `robots.txt` | Crawl rules |
| `sitemap.xml` | XML sitemap |
| `nginx-dirvenbank.conf` | Nginx configuration (for future VPS migration) |

### 2. Smart Contracts & Blockchain
| Path | Contents |
|------|----------|
| `contracts/` | Solidity source files |
| `build/` | Compiled ABIs and bytecode (EURCe, DEUR, Vault, Bridge, AMM, Router) |
| `build/eure_abi/` | EUR contract ABIs (proxy, token, controller, roles) |
| `deploy_*.py` | Deployment scripts for all chains |
| `bridge_*.py` | Bridge operations (Omnibridge, AMB, CCTP, Axelar, LiFi, Wormhole) |

### 3. Wallet Keys & Addresses (⚠️ SENSITIVE)
| File | Contents |
|------|----------|
| `keys/DIRVEN_BHD_Addresses_Keys_Overview.md` | DIRVEN-BHD token keys and addresses |
| `keys/DirvenBank_Complete_Settings_Wallets_Reference.md` | Complete wallet reference (all chains) |
| `keys/USDCR_Addresses_Keys_Overview.md` | USDCR token keys and addresses |
| `keys/USDCR_2002_Deployment_Config.md` | USDCR deployment configuration |
| `keys/DEUR_MultiChain_Wallet_Reference.md` | DEUR multi-chain wallet details |
| `keys/keys_circle.txt` | Circle API keys |
| `keys/*.txt` | Per-chain address files (EURCe, DEUR, EURC vault) |

### 4. Regulatory & Compliance Documents
| Path | Contents |
|------|----------|
| `regulatory/pdfs/` | All generated PDFs (bilingual: EN/NL/AR) |
| `regulatory/01_*` | Regulatory Master Document |
| `regulatory/02_*` | Pre-Application Summary |
| `regulatory/03_*` | Executive Staffing Guidance |
| `regulatory/04_*` | Follow-Up Note |
| `regulatory/05_*` | Letter to CBB |
| `regulatory/06_*` | Letter to Stibbe |
| `regulatory/07_*` | MENA Compliance Annex |
| `compliance/` | Compliance frameworks and policies |
| `cbb_docs/` | CBB-specific documentation |
| `term_sheet/` | Term sheet PDFs |

### 5. Financial Records
| Path | Contents |
|------|----------|
| `finance/proof-of-reserve/` | Proof of reserve snapshots (EN + AR) |
| `finance/transfer-reports/` | Asset transfer reports |
| `finance/reports/` | Financial reports and statements |
| `docs/Audit_Report_ColdStorageVault_*.html` | Cold storage vault audit report |
| `docs/Property_Divestment_Report_*.html` | Property divestment report |
| `docs/Reserve_Accounting_Adjustment.html` | Reserve accounting adjustment |
| `docs/SEPA_Transfer_Instruction_*.html` | SEPA transfer instructions |
| `docs/CEO_Payout_Administrative_Notice.html` | CEO payout notice |

### 6. Email & Communication
| Path | Contents |
|------|----------|
| `email/` | Email configurations and templates |
| `email/templates/` | Corporate email templates |
| `email/correspondence/` | Saved emails (Gnosis, Kraken, CBB, Stibbe) |
| `email/forwarding/` | Forward rules (.forward files) |
| `mail_server_config.json` | Mail server configuration |
| `mail_server.py` | Python mail server script |

### 7. Deployment & Operations
| Path | Contents |
|------|----------|
| `scripts/` | Deployment and automation scripts |
| `scripts/deploy-suite.ps1` | PowerShell deployment suite |
| `scripts/upload-and-deploy.ps1` | Upload + deploy pipeline |
| `scripts/one-line-deploy.sh` | One-line server setup script |
| `scripts/sync_website.py` | Website synchronization tool |
| `scripts/auto-deploy.py` | Automated deployment script |
| `scripts/check_*.py` | Monitoring and verification scripts |

### 8. Server Configuration
| File | Contents |
|------|----------|
| `server/nginx-dirvenbank.conf` | Nginx site config |
| `server/.htaccess` | Apache rewrite rules |
| `server/robots.txt` | Crawl rules |
| `server/sitemap.xml` | Sitemap |

---

## Directory Tree

```
FULL_BACKUP_20260628/
├── BACKUP_README.md              ← This file
├── website/                      ← Complete website source
│   ├── en/                       ← English pages
│   ├── nl/                       ← Dutch pages
│   ├── ar/                       ← Arabic pages
│   ├── assets/                   ← Images, CSS, favicons
│   ├── academy/                  ← DirvenAcademy sub-site
│   └── portal/                   ← Client portal
├── keys/                         ← Wallet keys & addresses (SENSITIVE)
├── contracts/                    ← Smart contract source + ABIs
├── regulatory/                   ← Regulatory PDFs + docs
├── compliance/                   ← Compliance frameworks
├── finance/                      ← Financial records
├── email/                        ← Email config + templates
├── scripts/                      ← Deployment & operations scripts
├── server/                       ← Server config files
└── docs/                         ← Internal documentation
```

---

## How to Restore

### Website
1. Copy `website/` contents to `/public_html/` (or appropriate web root)
2. Ensure `.htaccess`, `robots.txt`, `sitemap.xml` are in place
3. Verify permissions: `chmod 644 *.html *.css *.js`, `chmod 755 directories`

### Smart Contracts
1. Deploy using scripts in `scripts/` or `contracts/`
2. ABIs are in `build/` directories

### Keys & Wallets
1. See individual `.md` files for address details
2. Keys are in `keys/` directory
3. **Keep offline / cold storage — do not leave on server**

### Email
1. Import `mail_server_config.json` into the mail server
2. Apply `.forward` and `.aliases` rules
3. Start mail server with `mail_server.py`

---

## Backup History

| Date | File | Size | Location |
|------|------|------|----------|
| 2026-06-24 | `DirvenBank_Full_Backup_20260624_160500.zip` | 44.8 MB | `/home/bze4ky/backups/` |
| 2026-06-27 | `backup_full_snapshot_20260627.zip` | 21.5 MB | `/home/bze4ky/backups/` |
| 2026-06-28 | `DirvenBank_FULL_Backup_20260628.zip` | ~XXX MB | `/home/bze4ky/backups/` ← **CURRENT** |

---

*Generated: 2026-06-28 by Marinus / DirvenBank N.V.*  
*Server: Hetzner KonsoleH — www737.your-server.de / SFTP: bze4ky*
