Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xsawyerx/gup

(G)it Back(up) - a Git-based backup utility
https://github.com/xsawyerx/gup

Last synced: 28 days ago
JSON representation

(G)it Back(up) - a Git-based backup utility

Awesome Lists containing this project

README

        

Gup - Git Backup tool

Creating gup repo:
gup new repo -h --host rsync_host
-u --user rsync_user
-d --dir rsync_dir
-a --args rsync_args
default: -ac

-r --reposdir all_repos_dir
default: /var/gup/repos/

-c --config config_file
default: /etc/gup/gup.yaml

-m --method sync_method
default: rsync

Updating repo:
gup update repo