Displaying 5 results from an estimated 5 matches for "rscync".
2005 Oct 29
1
how to restrict rscync to ONLY use ssh-pubkey transport & auth?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
hi all,
i have two OSX boxes set up for ssh via pubkey auth only.
i'm setting up rsync comms for the first time.
i have rsyncd running on box A.
no-auth rsync from box B to/from box A's rsyncd works as expected.
rsync@B to/from rsyncd@A using pubkey-auth'd-ssh trasport:
rsync --verbose --stats --recursive -e "ssh -F
2012 Sep 06
1
Huge rsyncd.log file - what do I grep for to debug rscync failures
Hi,
-rw-r--r-- 1 root other 5291457346 Sep 6 13:44 rsyncd.log
what pattern should I grep for to send you guys more information on rsync
failures (server side)
Client side messages are:
rsync of /oradb/d10 appeared to complete with NON-NOMINAL
status (rc=12) at Thu Sep 6 07:33:58 PDT 2012
with the following files reported in output:
receiving incremental file list
2004 May 18
4
A question about rsync
Hi:
I really want to know how rsync works.
Once it synchronize a file. Does rscync first create a temporary in the
remote machine first and then rename it? Or it direct write the difference
into the dest-file?
Could you please tell me what will happen to the dest-file when a rsync
process interrupted by some problems(network problem etc ...)?
Thanks for your help
Best Regards...
2010 Sep 02
5
Minimize log file: get rid of ".d...p..... send"
...ing, also not the permissions. So these directories
are
unchanged!
Question: how to get rid of these lines, while keeping lines like:
2010/08/31 20:19:01 [24573] >f.stp..... send home/hans/2bedited.txt
2010/08/31 20:19:01 [24573] >f+++++++++ send home/hans/Documents/newfile.txt
Want to use rscync for a "manual backup" (now and then) and my situation
is:
Source: workstation with PCLinuxOS 2010.
Destination: a NAS (LaCie Ethernet Disk mini) with a share called Backup,
mounted as /mnt/backup:
[hans at localhost mnt]$ ls -l
...
drwxr-xr-x 4 hans hans 0 2010-08-31 20:18 backu...
2003 Oct 30
2
sftp client reget reput
we have implemented this function for 3.1p1, and have been using it in
production sense may 2002. The patch has been ported to 3.7.1p2, we have
been using it in 3.7.1p2 for awhile, if anyone is interested, here it is.
This is the same patch David Bradford talked about on 2002-06-05
Regards,
Greg Hayes
diff -u -r openssh-3.7.1p2/sftp-client.c openssh-3.7.1p2_sftp/sftp-client.c
---