Displaying 2 results from an estimated 2 matches for "lptgodv".
Did you mean:
lptgod
2004 Sep 17
0
[Bug 1792] New: doing directory only rsync causes an rsync protocol error
...Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: donavan@4wx.net
QAContact: rsync-qa@samba.org
[donavan@slackmasterd donavan]$ rsync -lptgoDv
rsync://apt.sw.be/pub/freshrpms/pub/dag/redhat/el3/en/i386/RPMS.dag/* somedirectory/
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(515)
[donavan@slackmasterd donavan]$ rsync
rsync://apt.sw.be/pub/freshrpms/pub/dag/redhat/el3/...
2004 Sep 17
0
[Bug 1791] New: using --delete with single directory mirroring doesn't delete files
...tfile.2
./dirb:
total 16
drwxr-xr-x 2 root root 4096 Sep 17 15:14 .
drwxr-xr-x 4 root root 4096 Sep 17 15:13 ..
-rw-r--r-- 1 root root 16 Sep 17 15:13 tfile.1
-rw-r--r-- 1 root root 16 Sep 17 15:13 tfile.2
root@cumulus rsync]# rsync -lptgoDv --delete dira/* dirb
tfile.2
sent 124 bytes received 40 bytes 328.00 bytes/sec
total size is 30 speedup is 0.18
[root@cumulus rsync]# ls -laR
.:
total 16
drwxr-xr-x 4 root root 4096 Sep 17 15:13 .
drwxr-x--- 25 root root 4096 Sep 17 15:13 ..
drwxr-xr-x 2 root...