Administration Reference


[Return to Library] [Contents] [Previous Topic] [Bottom of Topic] [Next Topic] [Index]

up

Purpose

Recursively copies the contents of a source directory to a destination directory.

Synopsis

up [-v]  [-1]  [-f]  [-r]  [-x]  <source directory>  <destination directory>

This command does not use the syntax conventions of the AFS command suites. Provide the command name and all option names in full.

Description

The up command recursively copies the files and subdirectories in a specified source directory to a specified destination directory. The command interpreter changes the destination directory and the files and subdirectories in it in the following ways:

The up command is idempotent, meaning that if its execution is interrupted by a network, server machine, or process outage, then a subsequent reissue of the same command continues from the interruption point, rather than starting over at the beginning. This saves time and reduces network traffic in comparison to the UNIX commands that provide similar functionality.

The up command returns a status code of 0 (zero) only if it succeeds. Otherwise, it returns a status code of 1 (one).

Options

-v
Prints a detailed trace to the standard output stream as the command runs.

-1
Copies only the files in the top level source directory to the destination directory, rather than copying recursively through subdirectories. The source directory's ACL still overwrites the destination directory's. (This is the number one, not the letter l.)

-f
Overwrites existing directories, subdirectories, and files even if the first (user) w (write) mode bit is turned off on the version in the destination directory.

-r
Creates a backup copy of all files overwritten in the destination directory and its subdirectories, by adding a .old extension to each filename.

-x
Sets the modification timestamp on each file to the time of the copying operation.

source directory
Names the directory to copy recursively.

destination directory
Names the directory to which to copy. It does not have to exist already.

Examples

The following command copies the contents of the directory dir1 to directory dir2:

   % up dir1 dir2
   

Privilege Required

The issuer must have the a (administer) permission on the ACL of both the source and destination directories.


[Return to Library] [Contents] [Previous Topic] [Top of Topic] [Next Topic] [Index]



© IBM Corporation 2000. All Rights Reserved