similar to: Huge rsyncd.log file - what do I grep for to debug rscync failures

Displaying 5 results from an estimated 5 matches similar to: "Huge rsyncd.log file - what do I grep for to debug rscync failures"

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
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
2003 Oct 22
2
Possible to make samba ignore file permissions?
I'm stuck between a rock and a hard place. Is there a way to setup samba to pretty much ignore file permissions, but allow the write list of users to modify files in shares? The problem I have, is users need permission through samba to modify web pages, but they need to NOT have permission when they FTP in or through shell. -- Northern Indiana ESC Adam Kennedy - akennedy@niesc.k12.in.us
2010 Sep 02
5
Minimize log file: get rid of ".d...p..... send"
I'm just starting with rsync, googled and experienced a lot, but get stuck with minimizing the log-file: I only want to see the "real" changes: new, updated and deleted files/directories in the log-file. The LOG-file always contains a lot of lines like: 2010/08/31 20:19:01 [24573] .d...p..... send home/hans/Desktop 2010/08/31 20:19:05 [24573] .d...p..... send
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 ---