Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkl committed Oct 10, 2020
1 parent 06ecdd4 commit 9efa4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ The config file contains:
Here global Rsync related options can be defined.

Fields:
- `host`: The Rsync daemon host to backup to _(required)_.
- `host`: The Rsync daemon host to backup to _(Required)_.
- `base opts`: Whitespace separated string of Rsync options that will be used for all modules.
* One or more module sections.
These are module-specific config blocks to configure how to call rsync for a certain module. These sections have their names prefixed, like `module: books`.

Fields:
- `path`: The path of the source files to be synced _(required)_.
- `path`: The path of the source files to be synced _(Required)_.
- `opts`: Whitespace separated string of Rsync options that will be used (on top of the base options above) for this module specifically.

You can define your own fields for re-use later in the file as well. This is particularly useful when repeating something often, like a base path.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
url='https://github.com/bartkl/backup',
packages=find_packages(),
install_requires=[''],
include_package_data=True,
entry_points={'console_scripts': [
'backup = backup:cli']}
)

0 comments on commit 9efa4d0

Please sign in to comment.