similar to: rsync question

Displaying 20 results from an estimated 3000 matches similar to: "rsync question"

2015 Sep 07
1
rsync question
On 09/07/2015 02:17 PM, Carl E. Hartung wrote: > On Mon, 7 Sep 2015 13:05:59 -0400 > Robert Moskowitz wrote: > >> I am trying to rsync the named files under /etc for backup purposes. >> I tried: >> >> rsync -ah --stats --delete -e "ssh -p613 -l root" >> 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc >> >> The stats
2015 Sep 10
1
rsync question
On 09/10/15, Robert Moskowitz wrote: ---------------- Quoted text ------------------------ I just tried the following: rsync -ah --stats "ssh -p613 -l root" 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ And it failed with: Unexpected remote arg: 192.168.192.2:/root/samba.PDC/ rsync error: syntax or usage error (code 1) at main.c(1330) [sender=3.1.1] I
2015 Sep 11
2
rsync question
On Thu, 10 Sep 2015 22:50:47 -0400 Robert Moskowitz wrote: > > That will use the default port on the remote host, you can override > > that without specifying the -e if required using -p <port>. > > > $ rsync -ah --stats --delete -p 613 root at 192.168.129.2:/etc/dhcp/ > /home/rgm/data/htt/httnet/homebase/new/dhcp > Unexpected remote arg: root at
2015 Sep 10
3
rsync question
On 09/10/15, C Linus Hicks wrote: On 09/10/15, Robert Moskowitz wrote: ---------------- Quoted text ------------------------ Try this: rsync -ah --stats 192.168.192.2:/root/samba.PDC/ /home/rgm/data/htt/httnet/homebase/new/root/ --------------------- End Quote ---------------------------------- Sorry, I was too fast, not paying attention, you want this I believe: rsync -ah --stats root at
2015 Sep 11
2
rsync question
On 09/10/15, Robert Moskowitz wrote: --------------- Quoted text ------------------ SSh is not parsing the port the way http does, it seems: $ rsync -ah --stats root at 192.168.129.2:613:/etc/dhcp/ /home/rgm/data/htt/httnet/homebase/new/dhcp ssh: connect to host 192.168.129.2 port 22: No route to host rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] rsync error:
2015 Sep 07
0
rsync question
On Mon, 7 Sep 2015 13:05:59 -0400 Robert Moskowitz wrote: > I am trying to rsync the named files under /etc for backup purposes. > I tried: > > rsync -ah --stats --delete -e "ssh -p613 -l root" > 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc > > The stats shows it sees all the files, but only moves the > dir /etc/named and the files
2015 Sep 08
0
rsync question
On Tue, 8 Sep 2015 10:25:33 -0700 (PDT) Mark Milhollan wrote: > On Mon, 7 Sep 2015, Carl E. Hartung wrote: > >On Mon, 7 Sep 2015 13:05:59 -0400 > >Robert Moskowitz wrote: > > >> rsync -ah --stats --delete -e "ssh -p613 -l root" > >> 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc > > >Why '-e' (specify remote
2015 Sep 11
1
rsync question
On 9/11/2015 10:34 AM, Robert Moskowitz wrote: > > > On 09/11/2015 10:21 AM, C Linus Hicks wrote: >> On 09/10/15, Robert Moskowitz wrote: >> >> --------------- Quoted text ------------------ >> SSh is not parsing the port the way http does, it seems: >> >> $ rsync -ah --stats root at 192.168.129.2:613:/etc/dhcp/ >>
2015 Sep 07
5
BIND DLZ zone transfers
I am looking at: https://wiki.samba.org/index.php/DNS_administration I am using bind 9.9 on all my DNS servers. To set up secondarying my Samba DNS zones to my other Bind servers. I come across the following: https://bugzilla.samba.org/show_bug.cgi?id=9634 Is it possible to transfer the DLZ zones now as dates on this bug are 2 years old?
2015 Sep 07
2
Maybe working - Re: BIND DLZ zone transfers
Hi Robert, yes it does work. But the DLZ bind will not notify any slaves, when the repository changes. This can be painful, especially for longer TTL values. Regards, - lars. Am 07.09.2015 um 20:16 schrieb Robert Moskowitz: > > > On 09/07/2015 12:52 PM, Robert Moskowitz wrote: >> I am looking at: https://wiki.samba.org/index.php/DNS_administration >> >> I am using
2015 Sep 07
2
Maybe working - Re: BIND DLZ zone transfers
On 07/09/15 21:26, Robert Moskowitz wrote: > Is there some option on the slave to set the frequency of the AXFR? > Say every hour? > > On 09/07/2015 03:45 PM, Lars Hanke wrote: >> Hi Robert, >> >> yes it does work. But the DLZ bind will not notify any slaves, when >> the repository changes. This can be painful, especially for longer >> TTL values.
2015 Sep 07
0
rsync question
I tried your rsync command and it worked on my LAN over ssh. The following was placed in the destination directory: drwxr-x--- 2 root smmsp 4.0K Jul 28 21:05 named/ -rw-r----- 1 root smmsp 1.6K Oct 30 2013 named.conf -rw-r--r-- 1 root smmsp 2.4K Jul 28 21:05 named.iscdlv.key -rw-r----- 1 root smmsp 931 Jun 21 2007 named.rfc1912.zones -rw-r--r-- 1 root smmsp 487 Jul 19 2010
2018 Aug 03
4
rsync versioning problem
On 08/03/2018 11:07 AM, Warren Young wrote: > On Aug 3, 2018, at 8:57 AM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> I seem to have an rsync versioning problem. > Have you ruled out the other causes of that error? For instance: > > https://askubuntu.com/a/716911 yeah.? It is backups, not backup.? Oops. > >> And researching this it comes down to a
2018 Aug 03
2
rsync versioning problem
I seem to have an rsync versioning problem. The sender is an old ClearOS6 server with rsynv 3.0.6 The receiver is a brand new Centos7-armv7 server with rsync 3.1.2 I am running rsync over ssh Got the error: rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6] And researching this it comes down to a versioning issue.? But all I have found was to upgrade the
2015 Sep 03
3
samba_dlz: Failed to connect
Progress on dns_dlz. At least I got things loading. If I don't include the dlz info bind starts, but if I do I get: Sep 03 13:31:57 homebase.home.htt named[21920]: Loading 'AD DNS Zone' using driver dlopen Sep 03 13:31:58 homebase.home.htt named[21920]: samba_dlz: Failed to connect to /var/lib/samba/private/dns/sam.ldb permissions seem right: # ls -ls
2017 Apr 11
9
Primary DNS server with BIND on a public machine running CentOS 7
Hi, I just installed CentOS 7 on a public server. I'd like to setup BIND as a primary DNS server for a few domains. Until now, all my public machines were running Slackware Linux, and setting up BIND on a Slackware machine is relatively easy. In its out of the box configuration, it has a bone-headed caching nameserver role, which is quite easy to expand to a primary nameserver. Here's my
2017 Apr 13
1
Primary DNS server with BIND on a public machine running CentOS 7
On 4/12/2017 7:25 PM, Robert Moskowitz wrote: > I am writing my howto on BIND for Centos7. Mine is running on > Centos7-arm. You can see some of the basics I have done at: > > file:///home/rgm/data/htt/httnet/homepage/Centos7-armv7.html noone else can see your local file system -- john r pierce, recycling bits in santa cruz
2017 Apr 13
1
Primary DNS server with BIND on a public machine running CentOS 7
Le 13/04/2017 ? 04:25, Robert Moskowitz a ?crit : > I am writing my howto on BIND for Centos7. Mine is running on > Centos7-arm. You can see some of the basics I have done at: > > file:///home/rgm/data/htt/httnet/homepage/Centos7-armv7.html > > I have a caveat I learned with dealing with SELinux and BIND there. You sent a link to a local file (file://) so unfortunately I
2015 Sep 03
7
samba_dlz: Failed to connect
On Thu, 3 Sep 2015, Rowland Penny wrote: > What are the permissions on /var/lib/samba/private/dns ? Also don't forget the permissions on /var/lib/samba/private If you're using sernet's packages, you'll have to chgrp it to to named or give it o+x perms.
2015 Sep 03
2
dhcp errors - Re: dhcp example
First I am having a couple challenges with your script here: On 09/03/2015 02:43 PM, Rowland Penny wrote: > > I thought that might be your next question, I wrote it, based on what > I found here: > > http://blog.michael.kuron-germany.de/2011/02/isc-dhcpd-dynamic-dns-updates-against-secure-microsoft-dns/ > > > #!/bin/bash > > # /usr/local/sbin/dhcp-dyndns.sh > #