Displaying 15 results from an estimated 15 matches for "sphlihp".
Did you mean:
phlip
2002 Oct 29
1
configuration question.
...wherever they
want, using the server:/path syntax.
if they were using the server::module syntax, they would be restricted to
only what's provided by the modules. If you don't want them getting
everything all over the system, you will need to prevent shell access.
Tim Conway
conway.tim@sphlihp.com reorder name and reverse domain
303.682.4917 office, 303.921.0301 cell
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, caesupport2 on AIM
"There are some who call me.... Tim?"
"Armin...
2002 Oct 10
2
multiple sessions to same destination
Hi All,
I had a look in archives but no joy.
I just want to know before i deploy - if there is any problem with having
multiple rsync sessions from many source locations all to same destination
server ( all copying to different file systems obviously ) ?? Its jusat that
i see on the destination machine a process rsync -server being called
whenever a client connects.
Thanks !
Laurence
2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all.
I have a script which I call from cron. It basically does some stopping
of a few services, rsyncs all files to a remote server and then starts
the services again. However, rsync segfaults:
/share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client
If I run rsync from the command-line everything works as
2002 Sep 28
1
getting error "remote path must start with a module not a /"
I'm running rsync version 2.5.4 protocol version 26 on redhat 7.3.
My rsync command is this:
rsync -vvplpotrRn --progress --password-file=/root/rsync_password /*.*
root@192.168.0.254::/home2/600xbackup
I get this error when I run it:
ERROR: The remote path must start with a module name not a /
rsync error: error starting client-server protocol (code 5) at main.c(885)
I want to backup my
2002 Oct 21
2
Path to rsync Binary?
I am using rsync between to Solaris machines. One has
rsync under the /usr/local/bin/rsync location and the other
under /opt/rsync. Is there a way for me to issue the rsync
command from the "source" machine and tell it as part of
the command where rsync is on the target? If not, does
this mean that in order to perform the sync between two
systems that I need to have a 1:1 relationship
2002 Oct 02
1
Synchronizing two folders
Hello,
I'm quite new to rsync, and after reading and checking some examples I
still have a question regarding synchronization:
What arguments should I use if I want to synchronize two folders?
I need to make sure that after synchronization, contents on each side
are the same. If I have new files in folder #2, these aren't copied to
folder #1 after the process. It only passes files
2002 Oct 21
1
Rsync and "ignore nonreadable" and timeout
Hi,
Can anyone send me an example config file that makes use of
ignore nonreadable
timeout 600
When I try to put this in a module - rsync seems happy but it
gets nasty logfile messages when a client connects to
the server.
Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo
rmed line in configuration file: ignore nonreadable
Oct 19 20:30:14 4T:sv1
2002 Oct 22
0
pruning old files
...ut altering size or mtime
won't get updated. For our purposes and on our platform (the
nearly-worthless Maxtor Maxattach), calculating checksums is out of the
question. If we start getting odd behaviour, we can always checksum the
affected portion of the filesystem.
Tim Conway
conway.tim@sphlihp.com reorder name and reverse domain
303.682.4917 office, 303.921.0301 cell
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, caesupport2 on AIM
"There are some who call me.... Tim?"
jw schultz <jw@p...
2002 Sep 27
2
Rsync synchronizes unchanged files
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I wish to use rsync to synchronize a whole fat32 (MSWindows) partition
mounted into a linux system. I run rsync from linux.
The problem is rsync synchronizes most of the data even if the data hasn't
changed since the original image was made.
I used the -avz parameters to do the backup and the same for restoration.
Also I've tried just -rvz. It
2002 Oct 02
1
Two-way Rsync problems with Deletions
I'm trying to do a two-way rsync and it works ok for creating and
updating files but file deletions are flawed. The only way to sync the
fact that a file was deleted is to use the -delete option, but this
poses a problem. If Server A has file 'foo' and Server B does not. Will
rsync think that 'foo' is new and copy it to Server B? Or will it think
that 'foo' is old and
2002 Oct 02
1
deleting (empty) directories
I am evaluating rsync for the mirroring of a website and associated
database. To exercise it and establish the correct run string I need I am
running tests LOCALLY between two test directories.
I have a /scratch/temp/Departure and a /scratch/temp/Arrival trees. I
apply changes to the Departure tree, run rsync, and do a diff -r.
Now I delete a file in Departure
rm Departure/Quattro/uno.file
2002 Oct 30
1
RFE: using rsync as a backup tool (preserve access time & compres s destination files) ?
Hi,
I know those questions have been asked before
but that was more than an year ago.
I'm hoping the situation has evolved now.
I'd like to use rsync as a backup tool
to move around some data.
I often have to move hundreds of GB,
and that takes some time. I'd like to use rsync
so that if something happens, I can restart
the migration without loosing what has already been
2002 Sep 24
2
off site backup with rsync
Can anyone help me with rsync. I'm trying to set up rsync on a windows nt
4.0 box so i can do off site backup with linux. I followed the
instruction from rsync.samba.org and i have rsync working on windows nt.
when i tried to use rsync with linux to connect to the windows box i get a
error invalid module. Is there anything i can do to get rsync to work so
i can do off site backup. thanks
2002 Oct 09
5
Value too large for defined data type
Howdy,
I am just starting to use rsync and now have an rsync server set up
to back up our
various machines. I recently started getting an error that is confusing and
I can't find info
documented on it. I searched the news group and found it mentioned but no
solution yet.
I get the error when sync'ing from a Solaris 8 machine to my Solaris 8
server.
stat
2002 Oct 21
4
Any work-around for very large number of files yet?
Yes, I've read the FAQ, just hoping for a boon...
I'm in the process of relocating a large amount of data from one nfs server
to another (Network Appliance filers). The process I've been using is to
nfs mount both source and destination to a server (solaris8) and simply use
rsync -a /source/ /dest . It works great except for the few that have > 10
million files. On these I get