Programa para BACKUP

HMG en Español

Moderator: Rathinagiri

User avatar
edufloriv
Posts: 238
Joined: Thu Nov 08, 2012 3:42 am
DBs Used: DBF, MariaDB, MySQL, MSSQL, MariaDB
Location: PERU

Programa para BACKUP

Post by edufloriv »

Saludos amigos,

Agradecería que alguien me recomiende un programa gratuito para realizar Backups, que permita programarlos, especificar excepciones y que guarde el backup en formato .ZIP

He buscado algunos por la red y ya me cansé de probar, por eso recurro a sus experiencias.


Mil gracias de antemano,


Att.

Eduardo Flores Rivas


LIMA - PERU
User avatar
ndarz
Posts: 56
Joined: Thu Apr 23, 2015 12:29 pm
Location: Argentina

Re: Programa para BACKUP

Post by ndarz »

Hola Eduardo.

Que tipo de backup quieres hacer?
Si es un backup de las bases de datos de tu sistema porque no lo haces con las funciones zip de HMG
User avatar
edufloriv
Posts: 238
Joined: Thu Nov 08, 2012 3:42 am
DBs Used: DBF, MariaDB, MySQL, MSSQL, MariaDB
Location: PERU

Re: Programa para BACKUP

Post by edufloriv »

Hola NDarz,

Necesito hacer backup de los fuentes principalmente.


Gracias por tu tiempo y saludos.

Eduardo Flores Rivas


LIMA - PERU
User avatar
ndarz
Posts: 56
Joined: Thu Apr 23, 2015 12:29 pm
Location: Argentina

Re: Programa para BACKUP

Post by ndarz »

Tal vez ya hayas visto el comando compress y uncompress, si no es asi fijate en:

Donde tengas instalado HMG\SAMPLES\Miscellaneous\ZIP\

Con un par de lineas de codigo puede que te sirva, yo tengo HMG342, no se si en 3046 esta.

Tambien tenes algo aca viewtopic.php?f=9&t=2298

Suerte.

Daniel Arizmendi
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Programa para BACKUP

Post by andyglezl »

Tal vez alguno de estos te pueda servir...

http://www.techradar.com/news/software/ ... nd-1137924
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Programa para BACKUP

Post by danielmaximiliano »

Hola Eduardo:

Si usas Notepad++ tiene en preferencias la caracteristica Backup, esta misma si es guardada en la carpeta Onedrive o Google Drive si tienes corriendo el servicio Autobackup los archivos nuevos que se van generando o editando se guardan en tu servicio de nube.
[attachment=0]preferencias.jpg[/attachment]
Attachments
preferencias.jpg
preferencias.jpg (36.77 KiB) Viewed 4557 times
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
edufloriv
Posts: 238
Joined: Thu Nov 08, 2012 3:42 am
DBs Used: DBF, MariaDB, MySQL, MSSQL, MariaDB
Location: PERU

Re: Programa para BACKUP

Post by edufloriv »

Amigos,

Gracias por sus sugerencias. Estaré revisándolas y les informaré.


Un gran abrazo y que tengan una tarde grandiosa.


Att

Eduardo Flores Rivas


LIMA - PERU
User avatar
edufloriv
Posts: 238
Joined: Thu Nov 08, 2012 3:42 am
DBs Used: DBF, MariaDB, MySQL, MSSQL, MariaDB
Location: PERU

Re: Programa para BACKUP

Post by edufloriv »

Daniel,

Estaba revisando el Notepad++ se ve genial. Pero dime, de donde descargo el Highlighter para Clipper y/o HMG ?


Saludos cordiales,

Eduardo Flores Rivas


LIMA - PERU
User avatar
dragancesu
Posts: 921
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: Programa para BACKUP

Post by dragancesu »

Backup is very important, when you have not you need, when you have no need
Today space on disk is not a problem and needs to do a routine backup
I watched some programs for it, work or ...

I have been thinking and now more to do routine for it

DBF is easy to zip, only need to provide several versions, for example, for every day of the week and at the end of the month, it is 7 + 12 copies, perhaps unnecessarily

Bigger challenge is for MySQL data

Routine run at the beginning of the application, short duration, and it is useful to have
Attachments
bekap.zip
(1.47 KiB) Downloaded 216 times
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Programa para BACKUP

Post by serge_girard »

Eduardo ,

I made my own BACKUP program (in HMG, of course).
I started with listing of which folders and which extensions I needed to backup (mainly *.PRG etc.)
Then I created a DBF with filename, size, date, time, last-backup and backup-location.
The BACKUP program uses a timer (now 6 minutes) and compares filenames + size + date in order to know some change.
If there is a change I take a new copy with filename+timestamp as new filename.

So my backup is incremental and so it grows and need some auto-cleanup. This is also done.

Dragan,

MySQL data: In the same program as above. Once a day I make a SQL-dump of my SQL database.

It is loaded on startup and stays running in the background and each change I make to a PRG there will be backup.

Greetings, Serge
There's nothing you can do that can't be done...
Post Reply