search for: archiveroot

Displaying 2 results from an estimated 2 matches for "archiveroot".

2003 Sep 27
1
Option --link-dest creates unexplained subdirectory
...protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums #! /bin/bash finalvalue=30 iter_value=$finalvalue archiveroot="/tmp/scheinin/bow_backup" origin="/tmp/scheinin/bow" logfile="/tmp/scheinin/backup_log" interval=daily rm -rf ${archiveroot}/${interval}.finalvalue # Move daily.19 to daily.20 ... move daily.0 to daily.1 while test $iter_value != 0 do oneless=$(($iter_value - 1))...
2004 Jul 01
0
filesystem is full ??
...a Ronald Weinrich ****************** snipped of the script: CURRENT=main # directory which we save incremental changes to INCREMENTDIR=`date +%Y-%m-%d` # options to pass to rsync OPTIONS="--force --ignore-errors --delete --delete-excluded \ --exclude-from=$EXCLUDES --backup --backup-dir=$ARCHIVEROOT/$INCREMENTDIR -av" export PATH=$PATH:/bin:/usr/bin:/usr/local/bin # make sure our backup tree exists install -d $ARCHIVEROOT/$CURRENT # our actual rsyncing function do_rsync() { rsync $OPTIONS $BACKUPDIR $ARCHIVEROOT/$CURRENT } # our post rsync accounting function do_accounting() { e...