On Fri, Feb 23, 2001 at 06:30:13PM -, Nemholt, Jesper Frank
<[EMAIL PROTECTED]> wrote:
| When I left work, it had been running for 6 hours and transferring files in
| 5 of those 6 hours.
| It had transferred 16 GB out of the 36, so it looks like it's going to take
| about 10 hours for a comp
If you are using SSH to backup files as user A from server A to user B on
server B, you want to do the following:
- create SSH keys on server A as user A using ssh-keygen. Make sure you
don't specify a passphrase. You should have an identity and identity.pub
file in ~/.ssh
- on se
On Fri, Feb 23, 2001 at 09:43:18PM +, Andrew Clayton wrote:
>
> Hello,
>
> I appologise if this is FAQ.
>
> I have been mirroring a web site between two servers, where the filea have
> varying
> permisions, owners and groups. But they have the same UID/GIDs on both
> systems.
>
> I have be
Hello,
I appologise if this is FAQ.
I have been mirroring a web site between two servers, where the filea have
varying
permisions, owners and groups. But they have the same UID/GIDs on both
systems.
I have been using the following command.
rsync --verbose --progress --stats --rsh=/usr/bin/ssh
Nemholt, Jesper Frank [[EMAIL PROTECTED]] writes:
> That was also what I was hoping, but what if I add the -c for
> checksum I suppose it then needs to read & checksum both source
> and destination for all files, or ? (this will as far as I can see
> take at least the 10 hours, maybe more).
> -Original Message-
> From: David Bolen [mailto:[EMAIL PROTECTED]]
> Sent: viernes, 23 de febrero de 2001 20:33
> To: Nemholt, Jesper Frank
> Cc: [EMAIL PROTECTED]
> Subject: RE: Backing up *alot* of files
>
>
> Nemholt, Jesper Frank [[EMAIL PROTECTED]] writes:
>
> > Now the big questi
In the middle of a large rsync (rsync -a --delete -v /from_dir
target_host:/to_dir >log) I'm getting messages like...
opendir(Integrated_RFSW_Subsystems/temp_1553): Not enough space
What is rsync trying to tell me... disk full, virtual memory, ?? There
should be enough space on the t
Nemholt, Jesper Frank [[EMAIL PROTECTED]] writes:
> Now the big question : How long will next run take (most likely, only a
few
> files has changed) ?
You'll need the same basic startup time (and memory) to identify the file
list,
but at that point it should be quite fast at skipping to only the
> -Original Message-
> From: Nemholt, Jesper Frank
> Sent: viernes, 23 de febrero de 2001 8:47
> To: [EMAIL PROTECTED]
> Subject: Backing up *alot* of files
>
[clip]
> so I got the idea yesterday that it may be faster to let
> rsync do a full
> backup in daytime (where some of the f