v0.8.3
This commit is contained in:
parent
4ceec2cbf7
commit
1a77ee0d58
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
0.8.3 (02 January 2013)
|
||||||
|
======================
|
||||||
|
* FreeBSD portability (du, mail, & shebang) [barofsoap]
|
||||||
|
* Fix issue #30 "-s (collection-status) option not writing anything to log file"
|
||||||
|
|
||||||
0.8.2 (01 November 2012)
|
0.8.2 (01 November 2012)
|
||||||
========================
|
========================
|
||||||
* Handle --time option for restoration and file-listing
|
* Handle --time option for restoration and file-listing
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -50,7 +50,7 @@ REQUIREMENTS
|
||||||
|
|
||||||
* duplicity
|
* duplicity
|
||||||
* gpg
|
* gpg
|
||||||
* which
|
* Basic utilities like: which, tee
|
||||||
* Amazon S3 (optional)
|
* Amazon S3 (optional)
|
||||||
* s3cmd (optional)
|
* s3cmd (optional)
|
||||||
* mailx (optional)
|
* mailx (optional)
|
||||||
|
|
@ -72,7 +72,7 @@ to "duplicity-backup.conf" in the script's directory).
|
||||||
|
|
||||||
So be sure either:
|
So be sure either:
|
||||||
- to specify the configuration file path on the command line [recommended]
|
- to specify the configuration file path on the command line [recommended]
|
||||||
- or to edit the CONFIG parameter in thescript to match the actual location of
|
- or to edit the CONFIG parameter in the script to match the actual location of
|
||||||
your config file. [deprecated]
|
your config file. [deprecated]
|
||||||
|
|
||||||
NOTE: to ease future updates of the script, you may prefer NOT to edit the
|
NOTE: to ease future updates of the script, you may prefer NOT to edit the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue