search for: backup_time_file

Displaying 1 result from an estimated 1 matches for "backup_time_file".

2001 Oct 24
1
Generating cpio list.
One of the things I want to do besides mirror a hard drive is maintain an incremental backup on tape. The way for me to do this ( of course ) is to take the output of rsync and use it to generate a list of files for cpio. The 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}')