Displaying 2 results from an estimated 2 matches for "ldest".
Did you mean:
dest
2008 Sep 29
1
rsync hangs after counting some file list
...ns the always the updated data. I want to download that directory
onto my local machine periodically with --link-dest option to my old
download directory.
I have automated the script using " expect scripting"
Following script I have written:
$> cat ravi.ex
#!/usr/bin/expect --
set LDEST [lindex $argv 0] ## for link-dest option
set SRC [lindex $argv 1]## for source on remote m/c
set DEST [lindex $argv 2]## for dest on local m/c
eval exp_spawn rsync -avz --stats --progress --partial $LDEST $SRC $DEST
expect "password"
send "gbuilder\r"
expect...
2011 Jul 28
20
[Bug 8336] New: parent dir permission
https://bugzilla.samba.org/show_bug.cgi?id=8336
Summary: parent dir permission
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: andras.porjesz at ericsson.com