Home
last modified time | relevance | path

Searched refs:backup_path (Results 1 – 5 of 5) sorted by relevance

/dragonfly/bin/cpdup/scripts/
H A Ddo_mirror_host24 if ( ! -d $backup_path/mirrors/$host ) then
25 mkdir $backup_path/mirrors/$host
31 if ( ! -d $backup_path/mirrors/$target ) then
32 mkdir -p $backup_path/mirrors/$target
40 if ( -f $backup_path/mirrors/$host.log ) then
41 ln $backup_path/mirrors/$host.log $backup_path/mirrors/$target/INPROGRESS
70 …echo "cpdup -f -i0 -s0 -I -H $backup_path/mirrors/$host/$dirname $fs $backup_path/mirrors/$target/…
71 …cpdup -f -i0 -s0 -I -H $backup_path/mirrors/$host/$dirname $fs $backup_path/mirrors/$target/$dirna…
77 …echo "cpdup -i0 -s0 -I -H $backup_path/mirrors/$host/$dirname $fs $backup_path/mirrors/$target/$di…
78 cpdup -i0 -s0 -I -H $backup_path/mirrors/$host/$dirname $fs $backup_path/mirrors/$target/$dirname
[all …]
H A Ddo_remote_host23 if ( ! -d $backup_path/mirrors/$host ) then
30 set source = `readlink $backup_path/mirrors/$host`
32 echo "No backup found for $host at $backup_path/mirrors/$host"
60 set source = $backup_path/mirrors/${source}
H A Ddo_mirror16 ./do_mirror_host $host $argv >& $backup_path/mirrors/${host}.log &
25 tail -1 $backup_path/mirrors/${host}.log
H A Ddo_remote16 ./do_remote_host $host $argv >& $backup_path/mirrors/remote.${host}.log &
25 tail -1 $backup_path/mirrors/remote.${host}.log
H A Dparams9 set backup_path = "/backup"
12 set cleaning_path = "$backup_path"