mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-05-02 06:06:04 +00:00
*** empty log message ***
This commit is contained in:
@@ -108,7 +108,7 @@ fi
|
||||
mt -f "${TAPE_FILE}" rewind
|
||||
rm -f "${VOLNO_FILE}"
|
||||
|
||||
set - "${BACKUP_DIRS}"
|
||||
set - ${BACKUP_DIRS}
|
||||
while [ $# -ne 0 ] ; do
|
||||
date="`date`"
|
||||
remotehost="`echo \"${1}\" | sed -e 's/:.*$//'`"
|
||||
|
||||
@@ -43,7 +43,7 @@ fi
|
||||
here=`pwd`
|
||||
LOGFILE=log-`date | awk '{print $2 "-" $3 "-" $6}'`-level-1
|
||||
HOST=`hostname | sed 's/\..*//'`
|
||||
TAR_PART1="/usr/local/bin/tar -c --multi-volume --one-file-system --block=$BLOCKING --sparse --volno-file=$VOLNO_FILE --atime-preserve"
|
||||
TAR_PART1="/usr/local/bin/tar -c --multi-volume --one-file-system --block=$BLOCKING --sparse --volno-file=$VOLNO_FILE"
|
||||
|
||||
# Make sure the log file did not already exist. Create it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user