Displaying 2 results from an estimated 2 matches for "tape_device".
Did you mean:
tapdevice
2001 Oct 24
1
Generating cpio list.
...e basic ideal is something like this
declare -i head tail
# gets the first line with total: at the begining
head=$(grep -n ^total: $log_rsync|awk -F: '{print $1}')
head=$head-1
# chop off first two lines
tail=$head-2
head -n $head $log_rsync|tail -n $tail -|grep -v uptodate|cpio -o >
/tape_device
Is this a way of accurately generating the list of modified files?
Also does it make sense to set the -a option of cpio ( it doesn't
if rsync modifies the atime of the source files ).
TIA
2006 Sep 12
1
Symantec Backup Exec 10d
Hi all,
I am a CentOS newbie and I was wondering if I can get help regarding the
Backup of CentOs with Backup Exec 10d Remtoe agents for Linux.
have anyone tested this ?
Evgeny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060912/3ca202d7/attachment-0002.html>