Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Oct 15, 2019
1 parent 0bffa24 commit 633d8e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# backupy

```
usage: backu.py [-h] [-m mode] [-c conflict-resolution] [-d] [--crc mode]
[--cleanup True|False] [-n] [-w] [--goahead]
source dest
usage: backupy [-h] [-m mode] [-c conflict-resolution] [-d] [--crc mode]
[--cleanup True|False] [-n] [--suppress] [--goahead] [-s]
[-l]
source [dest]
Simple python script for backing up directories
Expand All @@ -30,6 +31,10 @@ optional arguments:
--cleanup True|False Remove directory if empty after a file move or
deletion (default: True)
-n, --norun Simulate the run
-w, --csv Write log.csv in os.getcwd() of results
--suppress Suppress logging; by default logs are written to
source/.backupy/log-yymmdd-HHMM.csv and
/.backupy/dirinfo.json
--goahead Go ahead without prompting for confirmation
-s, --save Save configuration in source
-l, --load Load configuration from source
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="backupy",
version="0.1.0",
version="0.1.1",
description="Simple python script for backing up directories",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 633d8e7

Please sign in to comment.