Backups. Full and differential

Discussion in 'General' started by maxx, Jan 12, 2006.

  1. maxx

    maxx ISPConfig Developer ISPConfig Developer

    Just a general question making backups of ISPconfig.

    Is there a program that could do full backup (no image) to another disk and after that differential backups to update that disk contents.

    So if primary disk fails I can just switch it to another disk and everything is back to normal. That would be optimal.

    Thanks,

    Maxx
     
  2. falko

    falko Super Moderator ISPConfig Developer

  3. maxx

    maxx ISPConfig Developer ISPConfig Developer

    This is a good tutorial. But I want to make backups from hda to hdb so hdb would be identical with hda. No network backups just a local backup.

    - Maxx
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    What about using the plain old "cp" command with preserved rights, like:

    cp -prf /current/setup /mountpoint/hd2

    If i remeber correctly, you can tell cp also to copy only modifierd files (timestamp of last change).
     

Share This Page