diff options
author | owsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2007-07-18 21:52:11 +0000 |
---|---|---|
committer | owsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2007-07-18 21:52:11 +0000 |
commit | 467844f89ee7e0feee26effdffc0bddc456ab39f (patch) | |
tree | 9ef1a21ce45e999840930cab9c5830c704bc1f20 /rdiff-backup/CHANGELOG | |
parent | c0f124d8ed1585a4b852eabe0ed938b4d612b827 (diff) | |
download | rdiff-backup-467844f89ee7e0feee26effdffc0bddc456ab39f.tar.gz |
Add --tempfile and --remote-tempfile options.
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@829 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r-- | rdiff-backup/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index e17b55e..8a5a6d2 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -1,6 +1,11 @@ New in v1.1.13 (????/??/??) --------------------------- +New options: --tempdir and --remote-tempdir. The first one sets the +directory that rdiff-backup uses for temporary files on the local system. +The second adds the --tempdir option with the given path when invoking +rdiff-backup on remote systems. (Andrew Ferguson) + Don't run the extended attributes test if rdiff-backup is run with the --no-eas option. Prevents hang in isolated cases. (Andrew Ferguson) |