From: James Peach Date: Wed, 28 Feb 2007 18:38:34 +0000 (+0000) Subject: Document shadow_copy module. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d868b93f326bf56f704d25d3dfd0a8923179e2fe;p=abartlet%2Fsamba.git%2F.git Document shadow_copy module. NOTE - the formatting is a bit wonky because itemized list emits a trailing .RE the messes up the indentation of the ssubsequent paragraph. Also, itemizedlist emits character entities (dot points?) that man doesn't appear to understand (ie. it renders them as •). suggestions welcome on how to fix the above :) (This used to be commit 54b8f9b9c2e0cdd98471b52e3ef07c5f85276068) --- diff --git a/docs/manpages-3/smb-vfs-shadow_copy.8.xml b/docs/manpages-3/smb-vfs-shadow_copy.8.xml new file mode 100644 index 00000000000..e735b881ced --- /dev/null +++ b/docs/manpages-3/smb-vfs-shadow_copy.8.xml @@ -0,0 +1,117 @@ + + + + + + smb-vfs-shadow_copy + 8 + + + + + shadow_copy + Make a Samba share read only for a specified time period + + + + + vfs objects = shadow_copy + + + + + DESCRIPTION + + This module is part of the samba + 7 suite. + + The shadow_copy VFS module functionality + that is similar to Microsoft Shadow Copy services. When setup properly, + this module allows Microsoft Shadow Copy clients to browse + "shadow copies" on Samba shares. + + + This module is stackable. + + + + + CONFIGURATION + + shadow_copy relies on a filesystem + snapshot implementation. Many common filesystems have native + support for this. + + + Filesystem snapshots must be mounted on + specially named directories in order to be recognized by + shadow_copy. The snapshot mount points must + be immediate children of a the directory being shared. + + The snapshot naming convention is @GMT-YYYY.MM.DD-hh.mm.ss, + where: + + YYYY is the 4 digit year + MM is the 2 digit month + DD is the 2 digit day + hh is the 2 digit hour + mm is the 2 digit minute + ss is the 2 digit second. + + + + The shadow_copy snapshot naming convention can be produced with the following + date + 1 command: + + TZ=GMT date +@GMT-%Y.%m.%d-%H.%M.%S + + + + + + EXAMPLES + + Add shadow copy support to user home directories: + + + shadow_copy + + + + + + CAVEATS + + This is not a backup, archival, or version control solution. + + + With Samba or Windows servers, + shadow_copy is designed to be an end-user + tool only. It does not replace or enhance your backup and + archival solutions and should in no way be considered as + such. Additionally, if you need version control, implement a + version control system. + + + + + + + VERSION + + This man page is correct for version 3.0.25 of the Samba suite. + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + +