Skip to content

Instantly share code, notes, and snippets.

View swissbuechi's full-sized avatar

Raphael Büchi swissbuechi

View GitHub Profile
@swissbuechi
swissbuechi / btc-eur-2023-01-01-2025-05-25-ghostfolio.csv
Created May 26, 2025 14:59
Bitcoin Euro historical market data form 2023-01-01 to 2025-05-25 for import in Ghostfolio.io
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
date;marketPrice
2025-05-25;95877
2025-05-24;94901.4
2025-05-23;94439.1
2025-05-22;98936
2025-05-21;96730.1
2025-05-20;94627.2
2025-05-19;93984.4
2025-05-18;95143.9
2025-05-17;92420
@swissbuechi
swissbuechi / backup_ee_wp.sh
Last active December 6, 2022 12:03
Script to backup easyengine wordpress sites
#!/bin/bash
# local backup
backup_user="<username>"
backup_dst_path="/home/$backup_user/wp_backup"
db_container="services_global-db_1"
sites_path="/opt/easyengine/sites/"
# remote backup copy
remote_backup_enabled=true