OS2.org Site Index - Feedback - Impressum
Sprachauswahl / Choose your Language News Software Hardware Projekte Forum Tipps Links Verschiedenes
Editorial Diskussion HelpDesk Umfrage
[Forum]
in nach (Erweiterte Suche)
[Forum]
( Archiv ) ( Neues Thema )
29.05.2004
Re: jfs-Pfingstausgabe jfs20040528 (von: Ingo, 17:02:09) « ^ »
Thomas,

da gibt es mehrere Möglichkeiten:

1. z.B. mit tar gibst du den Output aug StdOut und leitest dann in eine Datei um. Mein Script (mit verify und Datum/Zeit) sieht so aus:
@echo off
SET LOGFILE="I:\Backup\save_h.log"
echo backup mit tar 1.10-AK2.58 im Posix-Format >%LOGFILE% 2>NUL
dates echo `6###. `5##.`3##.`1#### `A##:`B##:`C##h >>%LOGFILE% 2>NUL
echo Backup von H:/ in progress
echo Backup von H:/ in progress >>%LOGFILE% 2>&1
tar -cppPf - --posix H:/ > I:\backup\LW_H.pos 2>>%LOGFILE%
echo Compare von H:/ in progress
echo Compare von H:/ in progress >>%LOGFILE% 2>&1
tar -dppPf - < I:\Backup\LW_H.pos 2>>%LOGFILE%
echo completed
echo completed >>%LOGFILE% 2>&1
dates echo `6###. `5##.`3##.`1#### `A##:`B##:`C##h >>%LOGFILE% 2>NUL
echo "restore mit: tar -xppPf - <I:\Backup\LW_x.POS >>%LOGFILE% 2>&1"
rem
rem ++ Wichtig: letzte ECHO-Zeile muß in Anführungszeichen (") stehen, sonst wird
rem ++ Input aus dem Archiv lw_x.pos gelesen. Das gibt es hier zwar nicht, aber ...
rem
e %LOGFILE%


2. es gibt eine gepatchte Version der emx.dll hier:
Vincenzo Venuto

Address: Italy
Tel: +39-(0)335-6059667
Fax: +39-(0)828-397244
PostgreSQL eMail: postgres@ecomstation.it
Private eMail: 3356059667@tim.it
URL: http://www.ecomstation.it/postgres
ICQ#: 97180686

Damit habe ich bereits ISO-Images von 3,5 GB (für DVD) erzeugt, obwohl Chris W. behauptet, das das nicht geht.

Falls du die emx.dll nicht mehr findest, ich maile sie auch - hier meine Adr.: ingo_dot_steiner_at_gmx_dot_net

Ingo
[ Leser: 102 ]

Datum Thema
09.01.2017 *

*

Name: * eMail: Benachrichtigung

Mit * markierte Felder müssen ausgefüllt werden !

( Zeige alle Einträge ) ( Zur Startübersicht )
Thema von: Leser Datum Zeit
 jfs-Pfingstausgabe jfs20040528
panfac15328.05.200417:00
 Re: jfs-Pfingstausgabe jfs20040528
Ingo14428.05.200417:52
 Re: jfs-Pfingstausgabe jfs20040528
panfac10828.05.200423:16
 Re: jfs-Pfingstausgabe jfs20040528
Ingo9629.05.200411:03
 Re: jfs-Pfingstausgabe jfs20040528
Thomas M.7929.05.200415:45
 Re: jfs-Pfingstausgabe jfs20040528
Ingo10229.05.200417:02
 Re: jfs-Pfingstausgabe jfs20040528
Rainer D.8429.05.200415:26


php.net OpenIT © 1998-2017 by WebTeam OS2.org