Updated incremental backup example
This commit is contained in:
parent
0cc33ad5da
commit
62714abcc1
@ -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
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2009.08.25.191217"
|
||||
#define Xorriso_timestamP "2009.08.25.191325"
|
||||
|
Loading…
Reference in New Issue
Block a user