Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
BACKUP.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 2k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH BACKUP 8
- .SH NAME
- backup - backup files
- .SH SYNOPSIS
- fBbackupfR [fB-djmnorstvzfR] fIdir1 dir2fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-d" "At top level, only directories are backed up"
- .FL "-j" "Do not copy junk: fI *.Z, *.bak, a.out, corefR, etc"
- .FL "-m" "If device full, prompt for new diskette"
- .FL "-n" "Do not backup top-level directories"
- .FL "-o" "Do not copy fI*.ofR files"
- .FL "-r" "Restore files"
- .FL "-s" "Do not copy fI*.sfR files"
- .FL "-t" "Preserve creation times"
- .FL "-v" "Verbose; list files being backed up"
- .FL "-z" "Compress the files on the backup medium"
- .SH EXAMPLES
- .EX "backup -mz . /f0" "Backup current directory compressed"
- .EX "backup /bin /usr/bin" "Backup bin from RAM disk to hard disk"
- .SH DESCRIPTION
- .PP
- fIBackupfR (recursively) backs up the contents of a given directory and its
- subdirectories to another part of the file system.
- It has two typical uses.
- First, some portion of the file system can be backed up onto 1 or more
- diskettes.
- When a diskette fills up, the user is prompted for a new one.
- The backups are in the form of mountable file systems.
- Second, a directory on RAM disk can be backed up onto hard disk.
- If the target directory is empty, the entire source directory is copied
- there, optionally compressed to save space.
- If the target directory is an old backup, only those files in the target
- directory that are older than similar names in the source directory are
- replaced.
- fIBackupfR uses times for this purpose, like fImakefR.
- Calling fIBackupfR as fIRestorefR is equivalent to using the -r option;
- this replaces newer files in the target directory with older files from the
- source directory, uncompressing them if necessary. The target directory
- contents are thus returned to some previous state.
- .SH "SEE ALSO"
- .BR tar (1).