1
New in v0.2.1 (2002/10/16)
2
--------------------------
4
Fixed bug where files without a username (only uid) would be marked as changed every session. Thanks to Peter Ehrenberg for bug report.
6
Now files with negative mtimes are treated as if they have mtime 0.
7
This prevents them from being marked as changed unnecessarily. Thanks
8
to Peter Ehrenberg for report.
11
New in v0.2.0 (2002/09/29)
12
--------------------------
14
(Thanks to Peter Ehrenberg for his valuable suggestions on many of the
17
** IMPORTANT ** New syntax intended to make duplicity more
18
user-friendly. Old duplicity invocation will not work so change your
19
scripts and read the man page.
21
By default no local archive dir will be read or created.
22
$HOME/.duplicity has no special significance. However, one can be
23
specified with --archive-dir for faster operation.
25
If PASSPHRASE environment variable not set, ask user for passphrase
28
The source directory and hostname are now recorded, and rdiff-backup
29
will complain if you try to back up different directories to the same
30
location (but --allow-source-mismatch can override).
32
Changed some of the logging verbosity levels. Level 5 now lists files
35
Fixed large file problems. Files larger than 2GB should be backed up
38
Significant additions to the manual page.
40
By default, duplicity now chooses whether to make a full or
41
incremental backup depending on whether up-to-date signatures can be
42
found on the remote side or local archive directory. Overrideable
43
with (-f/--full and -i/--incremental).
46
New in v0.1.1 (2002/09/16)
47
--------------------------
49
Supports asymmetric encryption with GPG public keys using the
52
Added option --sign-key. When backing up, files are signed with the
53
given key. When restoring, remote files are required to be signed by
56
Now duplicity checks the hash data found in the manifest file. The
57
previous version generated SHA1 hashes but did not check them when
60
Fixed GnuPG broken pipe error. In the previous version certain
61
partial restores would end with a spurious GnuPG error message.
64
New in v0.1.0 (2002/08/26)
65
--------------------------