Skip to content

use rsync to keep up to date a workarea on a remote host

Notifications You must be signed in to change notification settings

NekiMedo/RsyncWorkarea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BRSYNC

Using rsync copy the contents of a directory to a remote location. Attempt to simplify navigating arcane rsync arguments. Use .rsync file (Yaml) specification how to go about it.

SETUP / WHEEL

$ python3 setup.py bdist_wheel
$ ls -l dist/*.whl
$ # on another box:
$ pip install brsync-0.0.1-py3-none-any.whl

  • [ ] Makefile: make clean … rm -rf dist/ build/
  • [ ] add delete: true/false to config file + override hard coded –delete
  • [ ] add MULTIPLE destinations
    • [ ] pick one from command line argument (brsync hpmini)

About

use rsync to keep up to date a workarea on a remote host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages