https://github.com/syreal17/backup-strategy-scripts
Set of scripts to expedite creating reliable back ups for a system based on restic and rclone.
https://github.com/syreal17/backup-strategy-scripts
Last synced: 2 months ago
JSON representation
Set of scripts to expedite creating reliable back ups for a system based on restic and rclone.
- Host: GitHub
- URL: https://github.com/syreal17/backup-strategy-scripts
- Owner: syreal17
- Created: 2020-11-16T13:10:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T19:52:52.000Z (over 4 years ago)
- Last Synced: 2024-02-13T21:58:11.768Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support_scripts/start-restic-backup.sh
Awesome Lists containing this project
README
# Backup Strategy Scripts
Set of scripts to expedite creating reliable back ups for a system based on restic and rclone.
## Narrative
After switching from Windows 10 to Ubuntu 20.04, I also switched from OneDrive to Google Drive and decided to take more intense backups. I tried the default Backups app that came with Ubuntu 20.04, but I found that suboptimal for a couple reasons.
After some research, I found that I could get all the features I needed and more from a combination of `restic`, `rclone` and `cron`, and being CLI tools, this procedure would prove much easier to control and tweak.
## Strategy
This repo doesn't intend to be a plug-and-play solution to backing up all my devices, but rather a set up scripts to job my memory of past research and let a couple configuration options be the majority of the customization needed for any new devices.