Skip to content

Sonosus/backupper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Quick And Dirty Backup Script

Ultra basic backupper using rclone to remotely copy files from user's home folder to a new timestamped folder in OneDrive.

Bonus! Only 8 lines of code!

Prerequisites

  • Python 3
  • rclone

Installation

Clone repo.

Run the rclone configurator and set up a new remote called onedrive.

Usage

Place a file named .backupignore in the home folder of the user(s) you need backed up. This file is read by rclone using the --exclude-from flag.

Replace sonosus on line 3 with the name of the user.

Run the script.

Each time the script is run a new timestamped folder will be created inside the backup folder in OneDrive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages