[Gambas-user] How to compress witg GB3? (Beno?t Minisini)

Benoît Minisini gambas at ...1...
Wed Sep 14 13:08:12 CEST 2011


> thx Benoit i revolve with:
> 
> Public Sub GoBackup()
> 
> Dim mybackup As Process
> 
> If hset["host/backup_on"] = -1 Then
>   mybackup = Shell ("tar czf " & hset["host/backup"] & "myZone4-" &
> Application.Version & ".tar.gz " & Application.Path & "/")
>   Message("Backup effettuato con successo.")
> Endif
> 
> End
> 
> 
> Andrea BERTINI
> Rome-Italy
> 

Please don't put all the mailing-list in your mails.

And don't forget to add the WAIT keyword to SHELL.

Regards,

-- 
Benoît Minisini




More information about the User mailing list