Jump to content

Belirli Zaman/zamanlarda Outlook Yedekleme


vedatorkun
 Share

Go to solution Solved by iomerg,

Recommended Posts

Merhaba belirli bir zaman ya da zamanlarda Outlook yedekleme yapmak istiyorum. Mevcut kurulu eposta hesaplarının veri dosyalarını (pst, ost) başka bir dosya yoluna yedekleyebileceğim bir script, yazılım veya kod (ücretsiz) var mı?

Daha önce böyle bir ihtiyacınız oldu mu ve nasıl çözüme kavuştu.

Yardımcı olabilir misiniz.

İyi çalışmalar dilerim.

Link to comment
Share on other sites

  • Solution

Merhaba

aşağıdaki kodu kendinize göre geliştirip görev zamanlayıcıya ekleyebilirsiniz.

 

color a
mode con cols=38 lines=11
@echo off
@echo "==========================="
@echo "= Outlook Yedekleniyor... =
@echo "==========================="
@taskkill /f /im outlook.exe
@mkdir D:\Backup
@copy /s D:\Outlook\*.pst d:\Backup /Y
cls
@if errorlevel 1 goto ERROR_HANDLER
@goto OK
:ERROR_HANDLER
@echo "==============="
@echo "= Hata Olustu =
@echo "==============="

@goto exit
:OK
@echo.
@echo.
@echo "========================"
@echo "= Yedekleme Tamamlandi =
@echo "========================"

:EXIT
pause

 

  • Like 2
  • Thanks 3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...