Standalone backup agent for Microsoft Windows servers and workstations (formerly Veeam Endpoint Backup FREE)
Dima P.
Product Manager
Posts: 14396
Liked: 1568 times
Joined: Feb 04, 2013 2:07 pm
Full Name: Dmitry Popov
Location: Prague
Contact:

Re: I made this little program

Post by Dima P. » 1 person likes this post

Biajja,
You are releasing the updates faster than we can test :wink:
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja » 1 person likes this post

Dima P. wrote:Biajja,
You are releasing the updates faster than we can test :wink:
Once I start a project I get obsessed with it until it feels done... LOL Especially if it is coding :)

Couple days there I forgot to take breaks and lunch... had to be reminded to eat at one point...
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.31.59

-Added AutoUpdate feature

You can now set the program to check for updates at a given time interval

-UI added for eventual scheduling of backup copying to alternate locations on even/odd weeks

This feature is useful as a further step to protect against Ransomware infection of your backups

Off week backups should be disconnected from the network until the week they are to be updated so if ransomware were to infest the system, it can not see the previous week's backups

-FIxed Hour / Min NumericUpDowns so it doesn't auto set the mins to 59 when you update the hour box
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

I just came into my office to find that I had left a call to the backup replication in the auto scan section that gets called when the auto scan finishes.

A fix is on its way out shortly
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Fixed
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.31.62

-Built more functionality for the Auto Backup Replication (configure -> Advanced)
-Clean up code
-Fixed NumericUpDowns for Restore Point and Incremental days so it will no longer stop at 100 days but let you go the full 365
-Fixed an issue with the error trap for empty ListBox3 and ListBox4 being clicked or double-clicked
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.31.64

-Changed code for NumericUpDowns in Configure window so the hours no longer change the mins
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.31.65

-Made it possible to click/drag the set path, configure, and advanced windows

Last update for the week
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.4

-Scan now opens and reads .vbm file and checks detected files are listed in the vbm file for each backup job folder detected, if the detected vbk and/or vib files in each backup job folder are not listed in their respective .vbm file in each backup job folder, then it marks them as not valid

This is in addition to verifying the schedule times for each type and file size
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.6

A few updates:

-Implemented a save list for keeping track of actual backups (if you have a long list) compared to detected backups (if you renamed folders for archiving previous backups)
-This is so you know which actual backups are to be monitored and if you intend to wipe your backup drive after a duplication has been performed
-For instance, if you wish to duplicate your backup jobs folder to another drive once a month and then after that is completed, wipe your main drive so your systems have a fresh
slate to start with monthly, but you have satellite systems (laptops) that are not on the network internally at the time of the fresh restore point creation, you can compare the lists
so you know which ones still need to be completed.
(This is located under configure->Advanced->Save list of backups)

-Cleaned some code up and removed junk / unused code
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.7

-Shortened the notification bubble text so it will always fit inside the 64 character limit

***EDIT***
-Also added confirmation to Inspect Selected Backup
-Fixed the checkboxes in the Backup Copy section so now if it is past the date of the check box it will show the next week's date for that day
(If it is Wed the 12th now when you check a checkbox for any day before that date, you will get the next weeks date, for instance if you check Mon it will not say the 10th, it will now say the 17th).
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.9

-Fixed code for path recognition being reversed and adding \\'s where it did not need to
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.11

More bug fixes:

-Tracked down and fixed the listbox errors caused by them being empty or having no values

UI changes / Additions:

-Updated text to indicate if the file is missing or just not included in the VBM file
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.12

-Minor changes to the code that is called upon main form load in reference to invalid path being stored and how that error is handled.
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Update: 1.6.32.13

-Adjusted the error trap for folder no longer available error. If network is busy it will no longer time out and reset your settings as if it is an invalid path.
marcozaro
Enthusiast
Posts: 34
Liked: never
Joined: Dec 17, 2014 4:36 pm
Full Name: Marco Zaro
Contact:

Re: I made this little program

Post by marcozaro »

Good morning , i have download your program right now , so far is great but i have one problem:
i have a windows 2012 server with share for each end point where my client save the data from veb , if i add one share i can get details on backup but if i try to add another share i lost the previous one.
please let me know.
regards.
Biajja
Enthusiast
Posts: 49
Liked: 6 times
Joined: Jul 21, 2015 3:52 pm
Full Name: Biajja Chiemara
Contact:

Re: I made this little program

Post by Biajja »

Oh, I think I understand. You have two locations where you store backups.

I just need to add the ability to scan multiple locations.

I will look into this
marcozaro
Enthusiast
Posts: 34
Liked: never
Joined: Dec 17, 2014 4:36 pm
Full Name: Marco Zaro
Contact:

Re: I made this little program

Post by marcozaro »

each collegue have his own share on that server , at the moment number of share is 37
regards.
josef.benes
Lurker
Posts: 2
Liked: never
Joined: Jun 13, 2011 4:37 pm
Contact:

Re: I made this little program

Post by josef.benes »

when trying to download the file unfortunately I get the error This Account Has Been Suspended
Can you upload it somewhere else?

Thanks
josef.benes
Lurker
Posts: 2
Liked: never
Joined: Jun 13, 2011 4:37 pm
Contact:

Re: I made this little program

Post by josef.benes »

the download link works again, thanks
cloggy
Enthusiast
Posts: 40
Liked: 2 times
Joined: Nov 08, 2015 12:22 am
Full Name: Dick Hoogendoorn
Contact:

Re: I made this little program

Post by cloggy »

Hi, using your nice program but when the Autoscan option is selected, I get the following error message after the autoscan kicks in:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

Code: Select all

************** Exception Text **************
System.ArgumentException: Balloon tip text must have a non-empty value.
   at System.Windows.Forms.NotifyIcon.ShowBalloonTip(Int32 timeout, String tipTitle, String tipText, ToolTipIcon tipIcon)
   at System.Windows.Forms.NotifyIcon.ShowBalloonTip(Int32 timeout)
   at VEBMon.Form1.ScnRslts()
   at VEBMon.Form1.AutoScnP()
   at VEBMon.Form1.AutoScn_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.127.1 built by: NETFXREL3STAGE
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
VEB Monitor
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Dick/AppData/Local/Apps/2.0/CJQHCX3Z.JDV/A2BE2BOH.WT2/vebm..tion_c3b4d79f180ca31b_0001.0006_f129079aafcffcaa/VEB%20Monitor.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.93.0 built by: NETFXREL2STAGE
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Deployment
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.6.79.0 built by: NETFXREL2
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests