chiark / gitweb /
@@ -1,8 +1,9 @@
[chiark-utils.git] / backup / iwjbackup.txt
index 39000ee29c74221a4dfa55a15d3b3f14b7ae9a00..775e65aa2e2ffc44f2e48567a88a91cd579c9dbf 100644 (file)
@@ -64,12 +64,21 @@ In the fsys.* files:
 The file (including any included files) must end with the word 'end'
 on a line of its own.
 
 The file (including any included files) must end with the word 'end'
 on a line of its own.
 
-Valid values for <backup-type> are `cpio' (uses cpio to produce
-tar-format backups), `dump' (uses dump to dump entire filesystems;
-<directory name> should be a mount-point for this), `zafio' (uses afio
-to compress each file as it is backed up), and `ntfsimage' (for NTFS
-volumes, requires device name).  Only `dump' type backups perform
-incremental backups.
+Valid values for <backup-type> are
+  cpio
+    uses cpio to produce tar-format backups
+  dump
+    uses dump to dump entire filesystems
+    <directory name> should be a mount-point
+  gtar
+    uses GNU tar to produce GNU tar format backups and -N-based
+    semi-incrementals (not --incremental or --listed-incremental)
+  zafio
+    uses afio to compress each file as it is backed up
+  ntfsimage
+    for NTFS volumes, requires device name
+Only `dump' and `gtar' type backups perform any kind of incremental
+backups.
 
 <options> is a comma-separated list of <option> or <option>=<value>.
 Options supported:
 
 <options> is a comma-separated list of <option> or <option>=<value>.
 Options supported: