Displaying 4 results from an estimated 4 matches for "vlsieng".
2002 Mar 18
1
rsync -f ?
hello,
I'm new with rsync (shame on me ignoring this great tool for many years!)
For the following question I could not get an answer from the docs:
Is it possible to run rsync in a force mode like `cp -f? for overwriting
files without write permission? I need this for a local rsync.
What I'm actually doing is to run
`find . -type f -perm u-w -exec chmod u+w {} \;?
on the destination
2002 Sep 24
2
rsync to a symlink directory
Here is the structure of my servers :
Source :
/home/test1/link_dir
sub_dir1
file1
file2
...
sub_dir2
...
Destination:
/home/test2/real_dir
sub_dir1
file1
file2
...
subdir2
2001 Dec 10
4
Problems with rsync 2.5.1pre1 and hardlinks
Hi,
I got stuck within some weird prob concerning my 2-node linux cluster and
the synchronisation tool at hand (rsync-2.5.1pre1).
I have to copy a structure of 70 directories where the data of these
directories are hardlinked to the data of the 1st directory. Within this
"orig data" directory, I have about 30.000 files, so the amount of files
to sync is approx. 2.100.000. The
2002 Aug 27
0
Rsync question.
...ink the problem is the embedded colon in the path.
Administrator@USB-FLATUS ~
$ touch abc:def
Administrator@USB-FLATUS ~
$ ls -l abc*
-rw-r--r-- 1 Administ None 0 Aug 27 12:34 abc
Administrator@USB-FLATUS ~
$ rm abc:def
Administrator@USB-FLATUS ~
$ tar -tvf /n/a.tar
-rw-r--r-- tconway/Vlsieng 29 2002-08-27 12:32:28 abc:def
Administrator@USB-FLATUS ~
$ tar -xvf /n/a.tar
abc:def
Administrator@USB-FLATUS ~
$ ls -l abc*
-rw-r--r-- 1 Administ None 0 Aug 27 12:32 abc
Administrator@USB-FLATUS ~
$ rm abc*
Administrator@USB-FLATUS ~
$
It exists fine on the unix side, but when it&...