Use a RaspberryPi as an Offsite / Remote Backup for your Critical Data! | 4K TUTORIAL

Опубликовано: 09 Май 2025
на канале: SpaceRex
22,470
465

Worried about fire, water, or even theft of your data? Using a cheap and ultra low power RaspberryPi and external hard drive you can put your worries at ease by backing up the data from your Synology! Simply set this up at a friend or family members house and follow this tutorial to automatically back up your data. Remote / Off Site Backups give you the peace of mind that your critical data is safe no matter what!

Hire Me! https://www.spacerex.co/hire-me/
Get Early Access to Videos!    / @spacerexwill  

Links:
SpaceRex Site!: https://www.SpaceRex.co
What is in my Rack: https://www.SpaceRex.co/my-rack/
Create VPN on Synology:    • Create VPN Server on Synology NAS | 4...  
Set up RaspberryPi:    • Set up SSH / Static IP Address Withou...  
Configure SSH Keys:    • How to set up SSH Keys with your Syno...  
Connect back to a VPN on your Pi:    • Raspberry Pi VPN Client: Connect back...  

Affilate Links
RaspberryPi 4: https://geni.us/PLknu
Cooling Case for the Pi (Better performance): https://geni.us/o9I4lOK
Micro SD Card: https://geni.us/UBuiCTR
External Hard drive: https://geni.us/GoEPF
Samsung SSD: https://geni.us/SAaNeIZ


*These are Amazon affiliate links, which means that if you purchase a product through one of them, I will receive a small commission (at no additional cost to you). Thank you for supporting my channel!



Code:
____________________
#!/bin/bash

echo "[START] $(date)" {gt} {gt} /home/pi/backup/log.txt {location of backup log file}
rsync -a {user}@{IP}:/volume1/{path to backup} /home/pi/backup && echo "[FINISH] $(date)" {gt} {gt} /home/pi/backup/log.txt
____________________
for some reason YouTube does not allow the "greater than" symbol (same key as a period). I have replaced it with {gt}