Skip to content

Commit

Permalink
Warn about relative dst path
Browse files Browse the repository at this point in the history
The backup destiny path must be absolute, and that was not described
at README.
Noticed in pedroetb#11, thanks to @Humphreybas.
  • Loading branch information
pedroetb committed Sep 8, 2018
1 parent 80bce39 commit 9bb76f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ For example, it already has omitted temporal, removable and other problematic pa

You can set some configuration variables to customize the script:

* `src`: Path to source directory. Backups will include it's content. Overwritable by parameters.
* `dst`: Path to target directory. Backups will be placed here. Overwritable by parameters.
* `src`: Path to source directory. Backups will include it's content. May be a relative or absolute path. Overwritable by parameters.
* `dst`: Path to target directory. Backups will be placed here. **Must** be an absolute path. Overwritable by parameters.
* `remote`: *ssh_config* host name to connect to remote host (only for remote version). Overwritable by parameters.
* `backupDepth`: Number of backups to keep. When limit is reached, the oldest get deleted.
* `timeout`: Timeout to cancel backup process, if it's not responding.
Expand Down

0 comments on commit 9bb76f8

Please sign in to comment.