MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

可以把这个做个界面管理工具 可以定时备份吗

Open ghd258 opened this issue 2 years ago • 3 comments
trafficstars

可以把这个做个界面管理工具 可以定时备份吗,目前只能是引用dll自己开发吗

ghd258 avatar Mar 09 '23 08:03 ghd258

没多大必要吧,这个真的是你自己的需求了....

liguobao avatar Aug 24 '23 03:08 liguobao

Somewhere in the future, I might plan to do something similar to phpMyAdmin.

However, for automatic backups, you can use Windows services to run a console app that will back up the database in a loop every 24 hours (for example).

If you are working on web development, some web hosting providers do offer a scheduled task feature, such as smarterasp.net. If you are running your own VPS, setting up a scheduled task is even easier. With the scheduled task, Windows can execute a console app or visit a local hosted page to initiate the backup process.

adriancs2 avatar Aug 24 '23 09:08 adriancs2

It took me about an afternoon to complete a similar function.

3 | 20230824_0714.sql | 13.52 | 2023-08-24 07:15:12 | Download Delete 4 | 20230824_0657.sql | 13.52 | 2023-08-24 06:58:10 | Download Delete 2 | 20230824_0558.sql | 10.05 | 2023-08-24 05:58:55 | Download Delete 1 | 20230824_0555.sql | 13.52 | 2023-08-24 05:56:42 | Download Delete

So...

That is unnecessary.

liguobao avatar Aug 24 '23 09:08 liguobao