Donnerstag, 13. September 2007

rem
rem Backupskript: xcopy "quelle*.*" "ziel" /d /e /c /h /y
rem
SET DRIVE=P

xcopy "C:WindowsFavoriten*.*"
"%DRIVE%:backup_shuttleC
WindowsFavoriten" /d /e /c /h /y

rem EINZELNE EINSTELLUNGEN
xcopy "C:Dokumente und EinstellungenRainerLokale
EinstellungenAnwendungsdatenIdentities{C611C16B-98CE-481A-89B1-1C6615EC58C0}MicrosoftOutlook
Express*.*" "%DRIVE%:backup_shuttleCDokumente und EinstellungenOutlook
Express" /d /e /c /h /y

xcopy "C:Dokumente und EinstellungenRainerEigene Dateien*.*"
"%DRIVE%:backup_shuttleCDokumente und EinstellungenRainerEigene
Dateien" /d /e /c /h /y

xcopy "E:hp*.*" "%DRIVE%:backup_shuttleEhp" /d /e /c /h /y
rem xcopy "E:Tutorials*.*" "%DRIVE%:backup_shuttleETutorials" /d /e /c
/h /y
rem xcopy "E:c++*.*" "%DRIVE%:backup_shuttleEc++" /d /e /c /h /y



backup2.bat

@ECHO off
CLS
REM ----------------------------
REM Name: Sicherung.bat
REM Autor: ***
REM Datum: 28.03.2005
REM ----------------------------
ECHO Beginn, datensicherung von Mozila und Foxmail
ECHO.
xcopy "C:Dokumente und EinstellungenAdministratorAnwendungsdatenMozilla*.*" "D:BackupMozilla%date%*.*" /Y /I /E /s
xcopy "C:ProgrammeFoxmail*.*" "D:BackupFoxmail%date%*.*" /Y /I /E /s
ECHO.
ECHO Ende, datensichung von Mozila und Foxmail
ECHO Beginn, loeschung der Ordner die Aelter als Sieben Tage sind.
ECHO.
for /f "skip=7" %%a in ('dir /b /a:d /o:-d D:BackupMozilla') do rd /s /q D:BackupMozilla%%a
for /f "skip=7" %%a in ('dir /b /a:d /o:-d D:BackupFoxmail') do rd /s /q D:BackupFoxmail%%a
ECHO.
ECHO Ende, loeschung der Ordner die Aelter als Sieben Tage sind.
REM -----------------------------Ende----------------------------



Bei mir wird mit %date% nur das Datum ohne Wochentag (und ohne Leerzeichen) ausgegeben. Damit habe ich dann auch getestet.

Wenn die Ordner z.B. "Mo 28.03.2005" heißen, müssen die Zeilen so aussehen:

for /f "skip=7 delims=" %%a in ('dir /b /a:d /o:-d D:BackupMozilla') do rd /s /q "D:BackupMozilla%%a"
und
for /f "skip=7 delims=" %%a in ('dir /b /a:d /o:-d D:BackupFoxmail') do rd /s /q "D:BackupFoxmail%%a"

Zwei Änderungen
Die delims= Option, damit die gesamte Ausgabezeile des dir Kommandos gelesen wird.
Wichtig: auf keinen Fall ein Leerzeichen zwischen delims= und dem Anführungszeichen setzen. Also so wie oben delims="

Änderung zwei, die Anführungszeichen in der Pfadangabe für das rd Kommando.

Donnerstag, 6. September 2007

Palm Desktop - Google Calendar Sync

syncronisation - Synchronisation - synchronisieren
Angepasst nach http://herold.org/google-calendar-palm-sync.php



Palm <-> Palm Desktop <-> AirSet Desktop Sync <-> www.airset.com <-alle 24h-> calendar.google.com

Kontakte und Kalender zwischen Palm und AirSet, Kalendar zwischen AirSet und Google



Sync your Google Calendar and Palm Device via Airset

    • Airset Google Calendar Sync
  • Select Calendar - Subscribe
    • Airset Google Calendar Sync
  • Click Next
    • Airset Google Calendar Sync
  • To get your Google iCal Address go to Google 'Manage Calendars' and select the calendar you want to import.
    • Google Calendar Sync
  • Click on the iCal icon for your private or public calendar address. Most likely you are using a private address...
    • 0make sure you have your Google iCal Address.
  • Copy the iCal address link to your clipboard
    • 0make sure you have your Google iCal Address.
  • Insert your Google Calendar iCal URL
    • Airset Google Calendar Sync
  • Review the calendar import details and confirm by clicking next.
    • Airset Google Calendar Sync
  • Select the Airset Calendar that you want your Google Calendar to sync with.
    • Airset Google Calendar Sync

Congratulations. Remember Airset Calendars will sync your google calendar every 24 hours. (They indicate that they will create a manual sync button in the future, but in the meantime remember you'll just get a daily update.

You can now sync Airset with your Palm Desktop and Palm Device.

  • Download and Install the Airset Desktop Sync http://www.airset.com/User/Sync.jsp
Install the Application and you'll be sync'n your Google Calendar and Palm Device.