-
We are happy to announce the first version of brasil for window, a small python backup script.
Brasil4Windows is a small python script you can use to zip and backup your files on a regular basis. Brasil4Win offers:
- LowLoad Backup. The script will try to pause under heavy load computer.
- Fine-grained ETA using stored bytes AND passed time. It can print you a good extimation on when it will finish.
- Skip-and-retry schema for locked files. Sometimes聽 under windows files are locked. Brasil4Win retry to open them from time to time.
- Optimized for using Psyco: http://psyco.sf.net We suggest you to set it up psyco for on-the-fly compilation of the script. It rocks.
- The script is released under GNU Public License License v2.0, so feel free to use it.
Read More -
This bug fix release of brasil4windows give supports to very big zips (over 2Gb). The fix is very trivial, but it is crucial if you plan to store big zips. You can download brasilwin_1_1 clicking on this link. Upgrade is higly recommended. Zip64 extensions was disabled聽 because the default zip and unzip commands on Unix (the InfoZIP utilities) don't support these extensions, as stated in the Python documentation.
Read More -
Because of the forthcoming release of Jython 2.5 (after an year of silence), we at Gioorgi.com are checking Brasil compatibility, right now.聽 What is Jython?... we read from the Jython website:
Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.
Jython 2.5 looks very promising, and we are planning Jython support for future Brasil releases.
Read More -
We have found a bug on Brasil4Win.
At the time of writing, when you backup a subversion project, it will be corrupted.
Read More -
Non amo lamentarmi. Non mi piace lamentarmi su Gioorgi.com: lo fa apparire un sito asfittico e limitato, invece che una raccolta articolata di idee ed opinioni. Ma la pessima realizzazione di iOS4 grida vendetta!
Read More -
E' facile fare un backup con sql server: Basta selezionare tasto destro Tasks>>Backup su un db. Ma come fare il restore?... Ecco un semplice script che chiarisce la cosa (non sempre lampante dallo wizard di restore....): [sql] -- Usare il seguente comando per recuperare i parametri sorgente da usare nella MOVE -- Nel nostro caso ssaranno MY_BACKUP e MY_BACKUP_log RESTORE FILELISTONLY FROM DISK = N'C:\TEMP\MY_BACKUP\Backup.bak' ;
Read More