search for: dst_dir

Displaying 4 results from an estimated 4 matches for "dst_dir".

Did you mean: dest_dir
2006 Feb 24
1
How to use multiple link-dest directories?
...fsck do I specify to rsync what I want the two directories to be? Attempt one was the simple-minded $RSYNC_LOCAL -axHEz --delete --delete-excluded --delete-after \ --exclude-from=/Users/handleym/bin/backup_excludes.txt \ --ea-checksum \ --link-dest=$BASE_SRC/1/ $DST_DIR/1/ \ --rsync-path=$RSYNC_REMOTE \ --stats \ $SRC_DIR $DST_DIR/0/ \ 2>&1 >> $LOG_FILE This fails to parse. rsync apparently treats "--link-dest=$BASE_SRC/ 1/" as a single unit, treats the next "$DST_DIR/1/" as t...
2002 Oct 16
2
HELP !!! Problem with file timestamps updating "weird" during rsync data pull
...problems with Orca dying for no good reason or it remaining running but it just stops graphing. This timestamp thing is the closest thing I can find to a problem right now. I'm calling rsync like this: SRC_DIR=${LOGIN}@${SRC}:/local/home/perfboy/orca/var/orca/orcallator/${HOSTNAME}/ DST_DIR=/local/home/perfboy/orca/var/orca/orcallator/${HOSTNAME} rsync -a -q --delete -essh ${SRC_DIR} ${DST_DIR} Any idea why rsync might be doing this ? -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .--...
2015 Nov 24
2
why rsync update large directory so slow?
...------------------------------------------------------------------------------------------- @echo off set RSYNC_HOME="c:\Program Files (x86)\cwRsync\bin\" cd /d %RSYNC_HOME% :: Source root directory set src_dir=rsync://admin at 10.160.27.48:8730/d_hst :: Destination root directory set dst_dir=/cygdrive/e/filetest :: Make sure path without space set pwd_file="/cygdrive/c/user.pass" :: Log file set log_dir=/cygdrive/d/log :: Synchronize Files, with 16 connections according to 16 directories(0~f) for %%i in (0 1 2 3 4 5 6) do ( setlocal enabledelayedexpansion set log_file=%log...
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...;, line 814, in <module> > a2x.execute() > File "/home/srackham/bin/a2x", line 343, in execute > self.__getattribute__('to_'+self.format)() > File "/home/srackham/bin/a2x", line 625, in to_chunked > self.copy_resources(html_files, src_dir, dst_dir) > File "/home/srackham/bin/a2x", line 509, in copy_resources > lambda attrs: attrs.get('type') == 'text/css') > File "/home/srackham/bin/a2x", line 240, in find_resources > parser.feed(open(f).read()) > File "/usr/lib/python2.6/HTMLP...