https://github.com/jacklul/rclone-backup-windows
A batch script to make using rclone for backups easier
https://github.com/jacklul/rclone-backup-windows
backup cloud rclone
Last synced: 5 months ago
JSON representation
A batch script to make using rclone for backups easier
- Host: GitHub
- URL: https://github.com/jacklul/rclone-backup-windows
- Owner: jacklul
- License: mit
- Created: 2024-07-10T18:19:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T14:46:21.000Z (over 1 year ago)
- Last Synced: 2025-01-21T15:37:06.457Z (over 1 year ago)
- Topics: backup, cloud, rclone
- Language: Batchfile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rclone-backup for Windows
Basic script that uses **rclone** to backup important files to the cloud.
## Requirements
- [rclone](https://rclone.org/) available in `PATH`
- [shadowrun](https://github.com/albertony/vss/tree/master/shadowrun) (to transfer locked files by using VSS)
## Usage
Execute it like this: `C:\Users\%USERNAME%\.backup\rclone-backup.bat C:\Users\%USERNAME%\.backup\config.conf`, specifying `sync-wait` as second parameter makes the script wait for user confirmation before continuing.
Example `config.conf`, `filter.txt` files are provided in the repository.
You should fiddle with the filter to exclude trash files, especially from AppData.
Use Rclone's [crypt storage backend](https://rclone.org/crypt/) for security.