[Windows 7] Datensicherung- Script? xcopy? N. Ghost?

Dieses Thema im Forum "Windows" wurde erstellt von NoYz, 26. März 2012 .

  1. 26. März 2012
    Datensicherung- Script? xcopy? N. Ghost?

    Guten Tag,

    ich hab mal eine Frage.

    Wie kann ich einen Ordner automatisch auf einer anderen Partition, einer externen Festplatte und auf einem Netzlaufwerk sichern? Ein Kumpel meinte dafür kann man ein batch script schreiben und robocopy oder xcopy benutzen...

    Ich hab da keine Ahnung von, weiss jemand wie man sowas anstellt?

    Das ist ein 5GB Ordner der täglich gesichert werden müsste.

    Und noch eine Frage kann man auch jeden Tag ein Abbild vom System per script auf eine externen Festplatte machen?

    Und würdet ihr sowas wie Norton Ghost empfehlen?

    Vielen Dank schonmal für eure Antworten

    noyz
     
  2. 26. März 2012
    AW: Datensicherung- Script? xcopy? N. Ghost?

    PHP:
    set Quelle = "C:\Dokumente und Einstellungen"
    set Ziel = "D:\Backup\%date%"
    set templog = "%temp%\temp.log"
    ;
    echo . >>%
    windir %\ backup . log
    echo  Starte Backup : % date % % time von  % Quelle nach  % Ziel % >>% windir %\ backup . log
    md 
    % Ziel %
    xcopy  % Quelle % % Ziel % / / / / / / / / / / / >>% windir %\ backup . log
    echo  Starte Überprüfung  >>% windir %\ backup . log
    start 
    / w windiff . exe  - Sdx  % templog % - % Ziel % % quelle %
    find  "different"  % templog % >>% windir %\ backup . log
    echo  Fertig  >>% windir %\ backup . log
    start notepad
    . exe  % windir %\ backup . log
    ;
    rem Erstellt 2003 von Axel Vahldiek  c 't
    rem mailto: axv@ctmagazin.de
    Entsprechend anpassen

    Quelle: ct - Backup per Knopfdruck
     
  3. 30. März 2012
    AW: Datensicherung- Script? xcopy? N. Ghost?

    Ok Danke und wie automatiesere ich die erstellung eines Systemabbilds einmal pro woche? auf nem externen laufwerk?
     
  4. 30. März 2012
    AW: Datensicherung- Script? xcopy? N. Ghost?

    Wintaste + R -> taskschd.msc
    Damit kannst du Tasks erstellen. Ich würde mir an deiner Stelle allerdings mal rsync (bzw für Windows als Komplettpaket: DeltaCopy) anschauen. Da hast du ein paar mehr Möglichkeiten als mit xcopy.
    //edit: DeltaCopy biete auch einen eignen Taskplaner
     
  5. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.