Displaying 4 results from an estimated 4 matches for "dedenet".
Did you mean:
decnet
2004 Jun 10
0
[Bug 1455] New: mount --bind is ignored by -x
...mary: mount --bind is ignored by -x
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mario@dedenet.de
QAContact: rsync-qa@samba.org
Hello,
I used the command "/usr/bin/rsync -avx --delete --numeric-ids /www/
/backup/daily.0/www/" and got the following output:
building file list ... done
./
bla/
bla/lib/
bla/lib/cpp
bla/lib/ld-2.3.2.so
bla/lib/ld-linux.so.2
.
.
.
Due to th...
2005 Jun 28
0
[Bug 2831] New: rsync tries to create "." directory
...s to create "." directory
Product: rsync
Version: 2.6.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mario@dedenet.de
QAContact: rsync-qa@samba.org
/usr/bin/rsync -avx --delete --numeric-ids --relative --delete-excluded \
--exclude=/www/*/bin/ --exclude=/www/*/dev/ --exclude=/www/*/etc/ \
--exclude=/www/*/lib/ --exclude=/www/*/usr/ --link-dest=/backup/daily.1/ \
/etc/ /backup/daily.0/
bui...
2005 Jun 30
3
[Bug 2831] rsync tries to create "." directory
https://bugzilla.samba.org/show_bug.cgi?id=2831
------- Additional Comments From wayned@samba.org 2005-06-30 10:00 -------
Created an attachment (id=1292)
--> (https://bugzilla.samba.org/attachment.cgi?id=1292&action=view)
Ignore EEXIST on second mkdir() call
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because:
2005 Jul 21
1
filter problem
Hello,
I want to copy some stuff via rsync from one host to another and delete
the deleted files afterwards (--delete-after).
I have one folder, that I don't want to get deleted though.
For that I used the filter -f 'P /dir/*'
but it seems that it only works for /dir/* and not /dir/bla/*
Do I have to write
-f 'P /dir/*' -f 'P /dir/*/*/' -f 'P /dir/*/*/*'