similar to: rsync question

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

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 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
8
rsync question
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 within it. It does not move the /etc/name* files (like /etc/named.conf). By file count, it is
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
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 11
0
rsync question
On 09/10/2015 02:31 PM, C Linus Hicks wrote: > 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 ---------------------------------- > >
2015 Sep 11
0
rsync question
On 09/10/2015 11:19 PM, Carl E. Hartung wrote: > 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/ >>
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 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.
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
2015 Sep 11
0
rsync question
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/ > /home/rgm/data/htt/httnet/homebase/new/dhcp > ssh: connect to host 192.168.129.2 port 22: No route to host >
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
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
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
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 04
1
further testing - Re: dhcp errors - Re: dhcp example
This will be it for tonight... Sep 3 20:35:30 homebase dhcpd: DHCPDISCOVER from 02:97:09:02:23:a2 (cubieboard2) via eth0 Sep 3 20:35:31 homebase dhcpd: DHCPOFFER on 192.168.192.21 to 02:97:09:02:23:a2 (cubieboard2) via eth0 Sep 3 20:35:31 homebase dhcpd: /usr/local/sbin/dhcp-dyndns.sh: line 17: /var/log/dyndns.log: Permission denied Sep 3 20:35:31 homebase dhcpd: