Find the answer to your Linux question:
Results 1 to 5 of 5
I new to linux I have two linux box one on 10.10.1.11 and the other on 10.10.1.12 I want to setup a backup routine so the \folder on .11 gets ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    4

    network drive

    I new to linux I have two linux box one on 10.10.1.11 and the other on 10.10.1.12 I want to setup a backup routine so the \folder on .11 gets backup to \home\folder on .12 server ...
    This would be daily full with only two weeks of retentions


    Please help


    Frank

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Use 'scp' or 'rsync'.

    Set up ssh server on the machine you want to back up (see /etc/ssh/sshd.conf) to allow access to the backup machine, set them for key-based authentication so there's no password typing and copy stuff out using rsync (or scp) with ssh. You can then process the copied files to .tar or write them out to tape or whatever on the backup machine. rsync will copy diffs, not whole files so it will be quicker (and probably more like what you want).
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Just Joined!
    Join Date
    Oct 2007
    Posts
    4

    backup

    I hvave no ssh folder.. please help I total newbie in linux

  4. #4
    Just Joined!
    Join Date
    Oct 2007
    Posts
    4

    Network shae

    I have this questions before but the answer I got did not worked and neve got a reply fom this questions

    I new to linux I have two linux box one on 10.10.1.11 and the other on 10.10.101.12 I want to setup a backup routine so the \folder on .11 gets backup to \home\folder on .12 server ...
    This would be daily full with only two weeks of retentions



    Please help


    Frank

  5. #5
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Quote Originally Posted by franku2007 View Post
    I hvave no ssh folder.. please help I total newbie in linux
    To do this, you'll need to understand a little about how ssh works. If you're new to Linux, you don't have too much to worry about here - ssh is one of the simplest server tools to set up (but it can get very complicated if you want to do lots of clever things).

    Take a look at the manual page for ssh, try 'man ssh' and 'man ssh_config' at the command prompt. I think you can also do 'man sshd' and 'man sshd_config' (but I'm not at my Linux PC right now, so I cant check...)
    Linux user #126863 - see http://linuxcounter.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...