FirebirdSQL/問答篇/工作排程--備份工作
出自VFP Wiki
FirebirdSQL/問答篇/工作排程--備份工作
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做編輯這個頁面:
你所請求執行的操作被禁止。
你可以檢視並複製本頁面的原始碼。
=== Windows的備份排程方案 === 建立備份排程,我們需要用到FirebirdSQL的 ISQL 和Windows的 SCHTASKS 參考以下的步驟: #先寫好ISQL指令批次檔案MyBATFile.bat,請參考ISQL指令篇 #建立Windows工作排程 <code> SCHTASKS /CREATE /TN WWED4 /TR "MyBATFile.bat WED1800" /SC WEEKLY /D WED /ST 18:00:00 </code> === 視窗工具 === *[http://vfp.sunyear.com.tw/download.php?id=196 資料維護精靈 For FireBird--執行檔 ] *[http://vfp.sunyear.com.tw/download.php?id=174 資料維護精靈 For FireBird ] === Linux下的備份排程方案 === Equivalent of GbakSchd for Linux (Scripts) By Salim Naufal [salim.naufal@softnet-eng.com] This is the crontab for the backups: it will execute /backups/dbackup.sh from Monday to Thursday and /backups/wbackup.sh on Fridays <code> dbServer1:/backups # crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.5730 installed on Mon May 3 17:45:52 2004) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) 50 16 * * 1-4 /backups/dbackup.sh 50 16 * * 5 /backups/wbackup.sh Listing of the sbackup.sh: ------------------------------------------------------------------------ /opt/firebird/bin/gbak -b -T -user sysdba -password masterkey /database/stock.fdb /backups/stock.fbk gzip -9 /backups/stock.fbk currDateCommand="date +%B%d%Y" currDate=`$currDateCommand` echo $currDate mount /StocksBackups mv /backups/stock.fbk.gz /StocksBackups/$currDate-Stock.fbk.gz ------------------------------------------------------------------------ listing of the wbackup.sh: ------------------------------------------------------------------------ /opt/firebird/bin/gbak -b -T -user sysdba -password masterkey /database/stock.fdb /backups/stock.fbk gzip -9 /backups/stock.fbk currDateCommand="date +%B%d%Y" currDate=`$currDateCommand` echo $currDate mount /StocksBackups mv /backups/stock.fbk.gz /StocksBackups/$currDate-WeeklyStock.fbk.gz ------------------------------------------------------------------------ To mount the /StocksBackups directory which is on a MS Windows system, edit the fstab and register the line below: //192.168.0.123/Backupdir /StocksBackups smbfs username=administrator,password=adminpwd 0 0 </code> The 192.168.0.123 is the IP of the Windows PC, the Backupdir is the share name on windows, /StocksBackups is the directory where the share is mounted on linux, and the rest is user name and password to access the share. I hope that this is what you are looking for Salim === 參考文章 === *[http://vfp.sunyear.com.tw/viewtopic.php?t=1273&highlight=%B1%C6%B5%7B 懶人的資料備份方案] *[http://vfp.sunyear.com.tw/viewtopic.php?t=454&highlight=%B1%C6%B5%7B ShellExecute() 函數說明文件 2 (API)]
返回到
FirebirdSQL/問答篇/工作排程--備份工作
。
檢視
頁面
討論
原始碼
歷史
個人工具
登入/建立新帳號 選單
導航
首頁
社群入口
現時事件
近期變動
隨機頁面
使用說明
搜尋
工具箱
鏈入頁面
相關頁面修訂記錄
所有特殊頁面