Results 1 to 4 of 4

Thread: How do I Backup in Unix?

  1. #1
    Join Date
    Jul 2009
    Posts
    96

    How do I Backup in Unix?

    Hi,

    I am a newbie in linux. I want to know backup commands under Unix. So that I can back up my system files and the data. What's the easiest and most reliable approach for a Linux backup? Can anyone recommend a simple step by step tutorial?

  2. #2
    Join Date
    May 2008
    Posts
    347

    Re: How do I Backup in Unix?

    Tar was originally written to backup data to tape, but in fact, a general purpose library program. Tar supports to take this everything to make a reliable backup, it supports extended attributes.

    The tar command to backup your filesystem would be:

    HTML Code:
    tar -cvf /dev/st0 /

  3. #3
    Join Date
    May 2008
    Posts
    372

    Re: How do I Backup in Unix?

    AMANDA advanced Maryland automatic network disk archiver, is a backup system to which the manager of a LAN for the establishment of a single master backup server for the support of multiple hosts one large capacity tape drive. amanda uses native dumping and/or gnu tar facilities and able to follow up a large number workstations running several versions of Unix. amanda can also use SAMBA to follow hosts running Microsoft windows.

  4. #4
    Join Date
    Dec 2007
    Posts
    195

    Re: How do I Backup in Unix?

    dump is a newer Unix command than DD, tar, or cpio. dump is designed for a simplified backups of a full filesystem. dump must accompany all the files in filesystem, or files changed after a certain date the magnetic tape or files. The main specifies the date and other options on the landfill. Main consists of characters in the series 0123456789fuscdbwwn. No argument was provided for concrete options will be given as subsequent words on the command line, in the same order as that of the options.

    dump command to backup your filesystem :

    HTML Code:
    dump -0ua -f /dev/nst0 /

Similar Threads

  1. how to connect vb with unix
    By Mewad in forum Operating Systems
    Replies: 5
    Last Post: 03-01-2011, 08:13 PM
  2. How to run java on UNIX
    By Phaedra in forum Software Development
    Replies: 3
    Last Post: 28-12-2010, 08:23 PM
  3. Unix Toolbox
    By visioneye in forum Windows Software
    Replies: 6
    Last Post: 13-05-2010, 10:45 PM
  4. How to use UUCP in UNIX
    By Sharanya in forum Operating Systems
    Replies: 5
    Last Post: 20-03-2010, 12:07 AM
  5. Learn UNIX!
    By rupak in forum Ebooks
    Replies: 4
    Last Post: 14-08-2008, 02:08 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,489,372.16244 seconds with 16 queries