Updated incremental backup example

This commit is contained in:
Thomas Schmitt 2009-08-25 19:12:23 +00:00
parent 4234319cff
commit a38c256789
2 changed files with 5 additions and 4 deletions

View File

@ -3485,9 +3485,10 @@ the local filesystem, insert these options immediately before -commit :
.br
-find / -type f -pending_data -exec set_filter --zisofs -- \\
.br
Option -disk_dev_ino depends on stable device and inode numbers on disk.
Without it, an update run will probably save no time but last longer than
a full backup. Such a slow run might produce a smaller backup, though.
Options -disk_dev_ino and -for_backup depend on stable device and inode numbers
on disk. Without them, an update run may use -md5 "on" to match recorded MD5
sums against the current file content on hard disk. This is usually much faster
than the default which compares both contents directly.
.br
With \fBmount\fR option \fB-o "sbsector="\fR on Linux resp. \fB-s\fR on FreeBSD
it is possible to access the session trees which represent the older backup

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.08.25.191217"
#define Xorriso_timestamP "2009.08.25.191325"