Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 8:02 pm, Mark LaPierre wrote: > On 03/01/15 10:44, Mark LaPierre wrote: >> On 02/26/15 19:45, Valeri Galtsev wrote: >>> >>> On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit >>>

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Mark LaPierre
On 03/01/15 10:44, Mark LaPierre wrote: > On 02/26/15 19:45, Valeri Galtsev wrote: >> >> On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: >>> Hey all, >>> >>> I'm trying to copy configuration files from my old CentOS 6.6 32 bit >>> machine to my new CentOS 6.6 64 bit machine. >>> >>> On my 3

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 11:08 am, Jonathan Billings wrote: > On Sun, Mar 01, 2015 at 10:58:30AM -0600, Valeri Galtsev wrote: >> Why "slash": /.thunderbird in case of your example? Because if you do >> not >> specify absolute path beginning with / the ssh daemon prepends your >> relative path with it

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 11:14 am, J Martin Rushton wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > >> Why "slash": /.thunderbird in case of your example? Because if you >> do not specify absolute path beginning with / the ssh daemon >> prepends your relative path with its `pwd` it ru

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Why "slash": /.thunderbird in case of your example? Because if you > do not specify absolute path beginning with / the ssh daemon > prepends your relative path with its `pwd` it runs in, and its > `pwd` is "/") Not so. Consider: $ ssh pi-1 pwd /

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Jonathan Billings
On Sun, Mar 01, 2015 at 10:58:30AM -0600, Valeri Galtsev wrote: > Why "slash": /.thunderbird in case of your example? Because if you do not > specify absolute path beginning with / the ssh daemon prepends your > relative path with its `pwd` it runs in, and its `pwd` is "/") I'm not sure I understa

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 10:22 am, Richard wrote: > > > Original Message >> Date: Sunday, March 01, 2015 10:44:08 -0500 >> From: Mark LaPierre >> To: centos@centos.org, Mark LaPierre >> Subject: Re: [CentOS] scp -rp behavior(SOLVED) >&g

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Richard
Original Message > Date: Sunday, March 01, 2015 10:44:08 -0500 > From: Mark LaPierre > To: centos@centos.org, Mark LaPierre > Subject: Re: [CentOS] scp -rp behavior(SOLVED) > > On 02/26/15 19:45, Valeri Galtsev wrote: >> >> On Thu, F

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Valeri Galtsev
On Sun, March 1, 2015 9:44 am, Mark LaPierre wrote: > On 02/26/15 19:45, Valeri Galtsev wrote: >> >> On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: >>> Hey all, >>> >>> I'm trying to copy configuration files from my old CentOS 6.6 32 bit >>> machine to my new CentOS 6.6 64 bit machine. >>

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/03/15 15:44, Mark LaPierre wrote: > On 02/26/15 19:45, Valeri Galtsev wrote: >> >> On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: >>> Hey all, >>> >>> I'm trying to copy configuration files from my old CentOS 6.6 >>> 32 bit machine t

Re: [CentOS] scp -rp behavior(SOLVED)

2015-03-01 Thread Mark LaPierre
On 02/26/15 19:45, Valeri Galtsev wrote: > > On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: >> Hey all, >> >> I'm trying to copy configuration files from my old CentOS 6.6 32 bit >> machine to my new CentOS 6.6 64 bit machine. >> >> On my 32 bit machine: >> >> [mlapier@mushroom ~]$ ifconf

Re: [CentOS] scp -rp behavior

2015-02-26 Thread James Hogarth
On 27 Feb 2015 01:53, "Always Learning" wrote: > > scp -P 12345 -p $file aaa.example.com://$file > > Note the colon and 2 slashes. > You don't need any slashes The response about the space after the colon was right this and the last time OP posted... Hopefully he reads it this time.

Re: [CentOS] scp -rp behavior

2015-02-26 Thread Always Learning
On Fri, 2015-02-27 at 01:15 +, Richard wrote: > As I believe was suggested by someone when you asked about this a > few days ago, the space that you have after the colon: > > scp -pr mlapier@192.168.15.105: /home/m... > > is the source of your problem. I just tested and confirmed it. Wh

Re: [CentOS] scp -rp behavior

2015-02-26 Thread Richard
Original Message > Date: Thursday, February 26, 2015 18:45:34 -0600 > From: Valeri Galtsev > To: CentOS mailing list > Subject: Re: [CentOS] scp -rp behavior > > > On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: >> Hey all

Re: [CentOS] scp -rp behavior

2015-02-26 Thread Valeri Galtsev
On Thu, February 26, 2015 6:34 pm, Mark LaPierre wrote: > Hey all, > > I'm trying to copy configuration files from my old CentOS 6.6 32 bit > machine to my new CentOS 6.6 64 bit machine. > > On my 32 bit machine: > > [mlapier@mushroom ~]$ ifconfig > eth0 Link encap:Ethernet HWaddr 00:19:DB:E

[CentOS] scp -rp behavior

2015-02-26 Thread Mark LaPierre
Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new CentOS 6.6 64 bit machine. On my 32 bit machine: [mlapier@mushroom ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 00:19:DB:E5:4E:9F inet addr:192.168.15.105 When I issue this command on

Re: [CentOS] scp -rp behavior

2015-02-21 Thread Stephen Harris
On Sat, Feb 21, 2015 at 08:08:23PM -0500, Mark LaPierre wrote: > scp -pr mlapier@192.168.15.105: /home/mlapier/.thunderbird Why do you have a space after the : ? Get rid of it. -- rgds Stephen ___ CentOS mailing list CentOS@centos.org http://lists.c

[CentOS] scp -rp behavior

2015-02-21 Thread Mark LaPierre
Hey all, I'm trying to copy configuration files from my old CentOS 6.6 32 bit machine to my new CentOS 6.6 64 bit machine. On my 32 bit machine: [mlapier@mushroom ~]$ ifconfig eth0 Link encap:Ethernet HWaddr 00:19:DB:E5:4E:9F inet addr:192.168.15.105 When I issue this command on