summaryrefslogtreecommitdiff
path: root/docs/textdocs/SMBTAR.notes
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-09-26 18:53:51 +0000
committerGerald Carter <jerry@samba.org>2002-09-26 18:53:51 +0000
commitef6f8197a3071996591f74f6d7b9d36dbcb19dc7 (patch)
treea41e76fc0d8a93e701a10ddb3a99aa4cd91d8b82 /docs/textdocs/SMBTAR.notes
parentd9729d81a993234db850fa733fd4591e1a5ae56e (diff)
downloadsamba-ef6f8197a3071996591f74f6d7b9d36dbcb19dc7.tar.gz
samba-ef6f8197a3071996591f74f6d7b9d36dbcb19dc7.tar.bz2
samba-ef6f8197a3071996591f74f6d7b9d36dbcb19dc7.zip
remove files not in HEAD
(This used to be commit 9d9f7bbf87bf9a0e003e6da482615fe040d00852)
Diffstat (limited to 'docs/textdocs/SMBTAR.notes')
-rw-r--r--docs/textdocs/SMBTAR.notes46
1 files changed, 0 insertions, 46 deletions
diff --git a/docs/textdocs/SMBTAR.notes b/docs/textdocs/SMBTAR.notes
deleted file mode 100644
index 679d776f56..0000000000
--- a/docs/textdocs/SMBTAR.notes
+++ /dev/null
@@ -1,46 +0,0 @@
-Contributor: Unknown
-Date: 1994
-Status: Mostly Current - refer man page
-
-Subject: Smbtar
-============================================================================
-
-Intro
------
-
-sambatar is just a small extension to the smbclient program distributed with
-samba. A basic front end shell script, smbtar, is provided as an interface
-to the smbclient extensions.
-
-Extensions
-----------
-
-This release adds the following extensions to smbclient,
-
-tar [c|x] filename
- creates or restores from a tar file. The tar file may be a tape
-or a unix tar file. tar's behaviour is modified with the newer and tarmode
-commands.
-
-tarmode [full|inc|reset|noreset]
- With no arguments, tarmode prints the current tar mode (by default full,
-noreset). In full mode, every file is backed up during a tar command.
-In incremental, only files with the dos archive bit set are backed up.
-The archive bit is reset if in reset mode, or left untouched if in noreset.
-In reset mode, the share has to be writable, which makes sambatar even
-less secure. An alternative might be to use tarmode inc noreset which
-would implement an "expanding incremental" backup (which some may prefer
-anyway).
-
-setmode <setmode string> filename
- This is a "freebie" - nothing really to do with sambatar. This
-is a crude attrib like command (only the other way around). Setmode string
-is a combination of +-rhsa. So for example -rh would reset the read only
-bit on filename.
-
-newer filename
- This is in fact part of the 1.9.13 samba distribution, but comes
-into its own with sambatar. This causes tar (or get, mget, etc) to
-only copy files newer than the specified file name. Could be used
-against the previous nights (or whatever) log file to implement incremental
-backups.