File: NEWS

package info (click to toggle)
faubackup 0.5.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 704 kB
  • ctags: 80
  • sloc: sh: 2,609; ansic: 926; makefile: 57
file content (30 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0.5.9:

Support for custom config file locations via environment variable.

Support for O_NOATIME to not change the access time of the files
backed up.

More helpful error handling.


0.5.8:

support for --one-file-system


0.5.7:

atime is not preserved anymore by default.
use --atime-preserve for old behaviour.

fix a bug regarding ignore matching

now use stdio instead of direct syscalls
this should fix problems with interrupted syscalls on
systems where they are not automatically restarted


0.5.6:

FauBackup now uses automake.