Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Backup system to NFS Appliance device Post 39867 by Perderabo on Tuesday 2nd of September 2003 05:09:49 PM
Old 09-02-2003
I would certainly expect that to fail!

> $TAPEDRIVE
send stdout to $TAPEDRIVE

>> $MAILMSG
send stdout to $MAILMSG in append mode

If you really want to mail yourself a copy of the cpio output you will need to use tee or something. Since you were complaining that the output was more than 2 GB, expect a lengthy mail message.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cpio backup to a remote device..

Hi, Needing to perform a backup of one system to the tape unit on another system. Why, well because the local tape device is stuffed and I desparately need to have a backup completed successfully sooner rather than not at all. My question is how do I set the below code to allow me to perform... (3 Replies)
Discussion started by: Cameron
3 Replies

2. UNIX for Advanced & Expert Users

Showing Device Does Not Exist While Taking Backup

Friends, while taking backup on /dev/rmt/0cn it is showing device does not exists. I have checked /dev/rmt 0cn is present there with link file created in /devices/pci@8,700000/scsi@5/st@5,0:cn I have checked cd /devices/pci@8,700000/scsi@5 but st@5,0:cn is not there. But I found st@3,0:cn. ... (3 Replies)
Discussion started by: ailnilanjan
3 Replies

3. UNIX for Dummies Questions & Answers

backup to NFS mount Redhat-Solaris

Hi guys, I have a redhat laptop and a sun solaris 8 server networked together I created an nfs share on the sun server and backed up an image of the Redhat laptop to it. The Hard disk size of the laptop is 40Gb but I have about 38Gb free space on the sun server. So I compressed the image... (9 Replies)
Discussion started by: Stin
9 Replies

4. UNIX for Dummies Questions & Answers

Fishworks appliance file system ??

Hi, could any one please let me know what is Fishworks appliance file system ?? How could I find out whether given filesystem is on Fishworks appliance? Thanks, Paresh (0 Replies)
Discussion started by: masaniparesh
0 Replies

5. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

6. Shell Programming and Scripting

Help with Backup Shell Script for Network Device Configuration backup

HI all, im new to shell scripting. need your guidence for my script. i wrote one script and is attached here Im explaining the requirement of script. AIM: Shell script to run automatically as per scheduled and backup few network devices configurations. Script will contain a set of commands... (4 Replies)
Discussion started by: saichand1985
4 Replies

7. AIX

Backup to a remote tape device. Is it possible?

Hi all The situation is as follows: We need to take an mksysb image from an AIX 6.1 server. From some reason (irrelevant to this discussion) this server does not have access to a local CD-ROM or a tape drive. We do have another server with AIX 6.1 (but different technology level) which got access... (1 Reply)
Discussion started by: abohmeed
1 Replies

8. SCO

NFS umount shows the "Device busy (Error 16)"

Hi there After making a backup copy of it sometimes happens that when I want to unmount an NFS indicates the error:umount: /path_mount busy: Device busy (Error 16) if I run lsoff, I can not find the process that is blocking the application. I'm using OpenServer 5.0.2c as one NFS server ... (14 Replies)
Discussion started by: flako
14 Replies

9. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

10. SCO

Backup of files using NFS a faster way

Hi All! i am trying to copy files from a SCO Openserver 5.0.6 to a NAS Server using NFS. I have a cron job that takes 1.5 hours to run and most of the data is static. I would like to find a faster way. In the event I needed to running manually or avoid an issue with taking down the servers... (9 Replies)
Discussion started by: trolley
9 Replies
fstab(4)						     Kernel Interfaces Manual							  fstab(4)

NAME
fstab - static information about the file systems SYNOPSIS
DESCRIPTION
is an ASCII file that resides in directory contains a list of mountable file-system entries. Each file-system entry appears on a separate line, and consists of fields separated by one or more blanks or tabs. The order of entries in is important only for entries without a pass number field. Entries without a pass number are sequentially checked by (see fsck(1M)) after the entries with a pass number have been checked. Each file-system entry must contain a device special file and may additionally contain all of the following fields, in the following order: directory type options backup frequency pass number (on parallel comment If any field after the name of the device special file is present, all fields must be present in the order indicated, to ensure correct place-holding. Entries from this file are accessed using (see getmntent(3X)). The fields are separated by white space, and a as the first non-whitespace character in an entry or field indicates a comment. device special file A block device special file name. This field is used by and other commands to identify the location of the storage device on which the file system resides. If type is this entry is ignored since a block device is not required for a memory file system. directory Name of the root of the mounted file system that corresponds to the device special file. If type is there is no corre- sponding device special file; directory is the root of the memory based file system. If type is directory can be the name of any directory within a file system. Only one directory should be specified per file system. directory must already exist and must be given as an absolute path name. type Can be or a file system type (for example, or If type is the device special file is made available as an area of swap space by the command (see swapon(1M)). The options field is valid. The fields directory, pass number, and backup frequency are ignored for entries. If type is the file system in which directory resides is made available as swap space by The options field is valid. The fields device special file, pass number, and backup frequency are ignored for entries. If type is the device special file field is ignored; the corresponding entry displayed in is Additionally, if type is will skip the entry even for matches of directory, if a different type is specified to If type is the device special file is made available as an area into which a system crash dump may occur, by the com- mand (see crashconf(1M)). The fields options, directory, pass number, and backup frequency are ignored for entries. Entries marked by the type are ignored by all commands and can be used to mark unused sections. If type is specified as either or the entry is ignored by the and commands (see mount(1M) and fsck(1M)). fsck also ignores entries with type specified as or options A comma-separated list of option keywords, as found in or (see mount(1M) and swapon(1M)). The keywords used depend on the parameter specified in type. backup frequency Reserved for possible use by future backup utilities. pass number Used by the command to determine the order in which file system checks are done. The root file system should be speci- fied with a pass number of 1, to be checked first, and other file systems should have larger numbers. (A file system with a pass number of zero is ignored by the command.) File systems within a drive should be assigned different pass numbers, but file systems on different drives can be checked on the same pass, to utilize possible parallelism available in the hardware. If pass number is not present, checks each such file system sequentially after all eligible file systems with pass numbers have been checked. comment An optional field that begins with a character and ends with a new-line character. Space from the pass number to the comment field (if present) or to the new-line is reserved for future use. There is no limit to the number of device special file fields in NETWORKING FEATURES
NFS If the field type is a remote NFS file system is implied. For NFS file systems, the device special file should be the serving machine name followed by ":" followed by the path on the serving machine of the directory being served. The pass number and backup frequency fields are ignored for NFS entries. EXAMPLES
Examples of typical entries: Add an HFS file system at using default mount options; (backup frequency 0) fsck pass 2: Add a device to a system managed using LVM, with default options (Note, the directory field cannot be empty, even though it is ignored): Add a swap device on a system implementing whole-disk layout to use the space after the end of the file system (options Add file system swap space on the file system containing directory type is set options to and (see swapon(1M)) for explanation of options). device field is ignored but must not be empty: (Note that both a file system entry and a swap entry are required for devices providing both services.) Use a device for dump space if the system crashes. directory field is ignored but must not be empty: (Note that both a swap entry and a dump entry are required for devices providing both services.) Add a MemFS file system at of The device special file field is ignored but must not be empty: WARNINGS
HP-UX system administration tools that provide file system mount management interfaces may read and/or write System administrators should be careful not to simultaneously modify this file with one of these tools. DEPENDENCIES
NFS Here is an example for mounting an NFS file system on systems that support NFS file systems: AUTHOR
fstab was developed by HP, AT&T, Sun Microsystems, Inc., and the University of California, Berkeley. FILES
SEE ALSO
crashconf(1M), fsck(1M), mount(1M), swapon(1M), getfsent(3X), getmntent(3X), mnttab(4). fstab(4)
All times are GMT -4. The time now is 02:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy