Skip to content

maxiwell/gsync-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GSync Backup

It's a personal bash project to drive my backups using 'rsync' and 'rclone' as backend. The configuration file has information about the fields.

Usage:

Usage:
    gsync-backup.sh [--enable-git] /path/to/config

Some tips:

GSync Backup has the experimental flag --enable-git. It creates a repository in the server side and commits the changes made by rsync. The git repository doesn't have remote server, so the command push isn't executed.

Be Careful: Big folders will generate big .git and will burn your CPU in the first time. My folder with 193Gb generated a .git with 150Gb and it took about 3 hours in the first execution. If it's your concern, keep the --enable-git flag off.

About

A personal backup with RSync and RClone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages