similar to: Suggestions for basic rsync configuration

Displaying 20 results from an estimated 20000 matches similar to: "Suggestions for basic rsync configuration"

2008 Apr 22
2
using rsync with scripts (cronjobs) and automated backups
Hello all, I am wondering if it would be possible to write a script or a cronjob in linux using Rsync to run an automated backup of a server, or serveral servers if possible. I am very new with writing scripts and such, so any help or suggestions with how to get started would be great!!! Thanks ahead of time for the help!!! ----- Computers are like air conditioners. They both dont work, if you
2011 Dec 23
1
No subject
Hi, all. I'm new to rsync so please bear with me... I'm trying to back-up to a remote host (rsync locally works fine) & keep getting the below error messages. If I mount the remote host on my OS X box (I'm attempting to back-up my Debian boxes) the operation flows smoothly. I've upgraded my rsync version to the same as the remote host, chmod'd the permissions on the
2004 Mar 23
3
Logging from cron
Hello, I've just spent several hours going over several Google searches trying to find a way to configure rsync to log into a file named "/var/log/rsync.log". So far, every instance where I've found someone asking about rsync logging remained unanswered (which is kind of weird in itself). As far as I can tell, the only way to do this is to setup rsync as a daemon process so
2004 Feb 24
2
ssh and rsyncd.conf
I am able to perform the following line rsync -rsh="/usr/bin/ssh" filename host:/dir/filename But I am not able to perform this rsync -rsh="/usr/bin/ssh" filename host:module_name where rsyncd.conf contains the following pid file = /var/run/rsyncd.pid log file = /var/log/rsyncd.log read only = false [module_name] path = /home/test comment =
2014 Jan 08
2
[Bug 10363] New: rsync fails to transfer data
https://bugzilla.samba.org/show_bug.cgi?id=10363 Summary: rsync fails to transfer data Product: rsync Version: 3.1.0 Platform: Sparc OS/Version: Solaris Status: NEW Severity: critical Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: sunilkumar.sharma2 at ge.com
2015 Apr 14
3
The complicated filter rule used by me worked for one Debian mirror and not for the other.
Hi all, I write a complex filter rules as follows: rsync -amvHPRSB131072 -n --delete --delete-excluded \ -f +_dists/jessie/**binary-all/Packages.gz \ -f +_dists/jessie/Release* \ -f +_dists/jessie/**binary-amd64/Packages.gz \ -f +_dists/jessie/**installer-amd64/*** \ -f +_dists/jessie/**binary-i386/Packages.gz \ -f +_dists/jessie/**installer-i386/*** \ -f +_dists/***/ \ -f -_*
2004 Dec 20
1
can not start rsync, address already in use
I am running the following command to start the rsync server manually rsync --daemon Then I am getting the following error 2004/12/20 22:41:40 [3396] rsyncd version 2.5.7 starting, listening on port 873 2004/12/20 22:41:40 [3396] rsync: open inbound socket on port 873 failed: Addres s already in use 2004/12/20 22:41:40 [3396] rsync error: error in socket IO (code 10) at socket.c (394) Can anybody
2005 Apr 25
3
rsyncd server daemon not allowing connections
Gang, I've read the manual(s), surfed google, spent about 5 hours on this, to no avail.... I'm trying to run rsync in server mode and it appears to start normally, but it refuses all connections (refuses connection when I tried telnetting in on localhost 873!). I've turned off all firewalls on this server (do I dare tell you guys that?...), which is fine: it is on a local network. I
2004 May 04
2
rsync 2.6.2 --daemon Problem
Hi, I've a problem with rsync 2.6.2 and the daemon. I've installed it precisly as I did with 2.6.0 (I've tried before with 2.6.1 and was having the same problems as now with 2.6.2). When I try to a rsync --daemon command the rsync offcourse finishes, but in the log file it says 2004/05/04 21:15:10 [22369] rsyncd version 2.6.2 starting, listening on port 873 2004/05/04 21:15:10
2004 Aug 26
2
rsync and tunneling via ssh
Hi, I have setup a rsync server with a rsync running as a deamon, due to security rules I cannot open the rsync standard port (873) in the firewall. We have to tunnel rsync through ssh. On the client side, which is linux kernel 2.4 I have made the following script, but ssh -i /home/ifao/bin/traveltest -f -C -L 2211:cib.ifao.net:8730 cytric@localhost sleep 1000 rsync -auz --password-file=rsync.cib
2003 Dec 06
1
rsync --daemon fails on systems with nfs-kernel-server
I have been using rsync in daemon mode to get backups of systems. The daemon would not start on one system. Gave the syslog message that the 'Address already in use'. netstat, lsof, ps - nothing exposed the process that was taking the port. It would not time out and magically start either. I started rsync on a different port and it ran fine. This still was not a great solution, as I
2008 Feb 06
1
rpc.statd suddenly listen to rsync port
Hi, Few days a go one of my rsync server stop respond. When I tried to figure out way, I discover that rpc.statd is listen to port 873. Killing the rpc.statd process bypass the problem. I'm using an update version CentOS 4.* rsync start via xinetd. Do you have any idea how it happen? Regards, Milutin Voinivich NasBackup -------------- next part -------------- A non-text attachment
1999 Jan 13
6
Neuling
Hallo Liste Derzeit mache ich meine ersten Gehversuche mit Linux (SuSE). Bis jetzt habe ich in einem kleinen Netzwerk f?r meine Tauchschule vier Rechner betreut. Einer davon war WinNT-4.0 Server und Arbeitsplatz zugleich. Nachdem ich nicht mehr bereit bin, mich mit dem w?chentlichen "blue screen" und dem monatlichen Neuinstallieren von NT abzufinden, bin ich derzeit beim Umsteigen auf
2001 Mar 01
1
a directory refresh bug in dos.
I'm very sorry, but I cannot find any way to send you my bug report. (The email account samba-bugs is disabled, while it can be found on the web page http://de.samba.org/samba/bugreports.html) Can you please send my bug report to the right place, or tell me what should I do to send it to the right person? Thank you very much! Bogdan Zavalnij system administrator ---------- Forwarded
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends, a newbie here. we have two webservers, a and b, both of them with rsync installed. We would like to rsync one directory on one server with another directpory on another server. What I do is to go to one of the server (server a) as root using ssh, navigate to the directory, and write rsync -avz username@serverb:directory/ ./ But it does not work. Am I doing something
2008 May 05
2
Rsync with daemon over SSH on port 22 not daemon port
Hi gurus! First time post: Scenario want to talk to daemon locked behind a firewall using encrypted transfer of files. Have daemon setup on port 10001. Do not have NC, do not have root access. Client command : rsync -avzul -e "ssh -vvv -l username" /home/users/blah/ rsync://lrem02:10001::/live As you can see the connection is set to talk to lrem02 on port 10001 however i want to
2007 Sep 13
4
[CentOS 5] tftp-server, unable to create new files (even with "-c" option)
Hi all, I'm trying to setup a TFTP server to serve as repository for the config of all my Cisco network devices. As per the the tftpd man, I've added the "-c" option into the /etc/ xinetd.d/tftp (as follows) but I still cannot get write access (unless the file is already present). [root at chl1 ~]# cd /etc/xinetd.d [root at chl1 xinetd.d]# cat tftp # default: off #
2007 Feb 05
3
rsync 3.0.0cvs timeout
Hi, When I send this command, I get a timeout almost every time... --- this is the client side --- rsync -av --timeout 120 /home/bat/20070205_0501/log/sync_dns29_log /home/bat/20070205_0501/log/sync_dns29_serial /home/bat/20070205_0501/log/sync_dns29_tcpdump_log.gz --port 5873 fileserver::test/20070205_0501/log sending incremental file list sync_dns29_log sync_dns29_serial
2004 Apr 29
1
Error message when trying to sync
I am running 2.57 I am getting the following error [root@fileserver etc]# rsync 192.168.100.25::backup rsync: failed to connect to 192.168.100.25: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(83) The rsyncd.conf file looks like this [backup] path = /backup list = yes read only = no hosts allow = 192.168.100.24 I can not find that error code, appreciate
2006 Nov 20
1
Can't Start Rsync
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I run |#rsync --daemon and get this in /var/log/messages| #skywalker rsyncd[5522]: unable to bind any inbound sockets on port 873 #Nov 20 17:30:20 myserver rsyncd[5522]: rsync error: error in socket IO (code 10) at socket.c(482) [receiver=2.6.8] I run it on FreeBSD 6.1. Does anyone know what does the problem relate to? -----BEGIN PGP SIGNATURE-----