Re: Speed Difference SCP vs. RCP

From: Nico Kadel-Garcia (nkadel_at_comcast.net)
Date: 01/26/05

  • Next message: Vincent Aniello: "Restricing SSH Logins"
    Date: Wed, 26 Jan 2005 11:00:10 -0500
    
    

    "Michael" <michaeln@twentyten.org> wrote in message
    news:10vc57orujvae21@corp.supernews.com...
    > "Nico Kadel-Garcia" <nkadel@comcast.net> wrote in message
    > news:9cedncberMAckmvcRVn-jA@comcast.com...
    >
    > [snip]
    >
    >> Bad! Bad! No sys-admin biscuit!
    >>
    >> Don't use scp or rcp for backups, because they will duplicate the
    >> contents
    >> of symbolic links rather than the link itself. It only takes one symbolic
    >> link back up to / to explode your backup system.
    >
    > Eh.... I just didn't fully explain what I was doing. The nightly backups
    > are done using rsync. The backups of a quickly changing mail system
    > (large
    > mbox files that are constantly being appended to) are done using
    > rdiff-backup. What I'm doing is somewhat inconsequential because the
    > basic
    > issue of SCP vs. RCP still exists either way.

    OK, that makes sense. But the rsync can occur using *neither* ssh nor rsh,
    simply using an rsync server on your backup system allowing write access, or
    an rsync server on your system being backed up and allowing a pull
    operation. Using the native rsync port and protocal, rather than tunneling
    it over rsh or ssh, prevents all sorts of potential user login issues.


  • Next message: Vincent Aniello: "Restricing SSH Logins"

    Relevant Pages

    • NFS connection dropping
      ... I have done backups before to this same firewire ... drive, on these same systems, over nfs with tar and had no problems. ... then run rsync on the FBSD box to backup a local disk to the mounted nfs disk. ...
      (freebsd-questions)
    • Re: security for a home system
      ... I would recommend against allowing root ssh just in case. ... But then how do I rsync the backups? ... group adm can read everything, and I'm in group adm, should I just ...
      (Debian-User)
    • Re: [opensuse] rsync question
      ... Just got me a new WD Passport external USB haard drive. ... Planning on using it for backups of my several OS's. ... Blew away the Windoze stuff and reformatted it into 4 ext3 primary partitions. ... Never used rsync before. ...
      (SuSE)
    • Remote snapshot backups with rsync and Samba
      ... Remote snapshot backups with rsync and Samba ... What would you do if you had to automatically backup a remote Linux ... We've all used Samba and rsync before, but Thanassis has really put all the pieces together into a complete backup system that's superior to a lot of commercial products I've seen. ... Just imagine the data recovery headaches you could solve by adapting that to a cron job that shuffles a months worth of nightly backups. ...
      (Ubuntu)
    • Re: Advise on backing up files in Etch.
      ... compression only when your storage medium will no longer fit it ... In that case, I'd recommend rsync. ... I'd suggest considering rdiff-backup instead. ... does real incremental backups. ...
      (Debian-User)