incremental backup help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kingskar
    New Member
    • Aug 2006
    • 11

    incremental backup help

    I need to take incremental backup daily . I am using rsync method. Could you suggest any tool is useful for backup.
  • dpal
    New Member
    • Aug 2006
    • 6

    #2
    Are you talking about full server backups or backing up just a few important files here and there?
    If it's just a couple of targeted important files, I suggest writing a script and throwing it in cron. However, if you really need something more feature-rich:
    Have you looked at amanda ?

    Comment

    • kingskar
      New Member
      • Aug 2006
      • 11

      #3
      Thankyou for your suggestion

      Comment

      • cypres
        New Member
        • Oct 2006
        • 3

        #4
        try rdiff ... it's based on rsync but you can make incremental backups

        Comment

        • tyreld
          New Member
          • Sep 2006
          • 144

          #5
          This is a good tutorial on using rsync for backups.

          Easy Automated Snapshot-Style Backups with Linux and Rsync

          Comment

          Working...