Hi, this program is just what I need. I love RoboCopy for it's no-nonsense copying and great flexibility. Just wish it had versioning!
Does VBackup support DST? e.g. Don't copy the entire source when the clock changes by one hour?
Also, what about FAT-style two-second granularity? Some NAS boxes don't properly support NTFS time stamps.
As an aside, the author mentions this is for his personal use and not for general use? I understand the author isn't making a reference to licensing (commercial vs. non-commercial), but rather seems more like saying "use at your own risk", as it were. Is the author aware of a more commercialized CLI utility that provides RoboCopy-like features with versioning?
thanks....!
DST, FFT, etc.
Moderator: vuser
-
- Posts: 4
- Joined: Tue Oct 29, 2013 12:28 pm
Re: DST, FFT, etc.
OK, I tested the DST question by running a backup, setting my clock after the DST cut-off, confirmed I was in standard time, and ran the VBackup again. Nothing copied on the second run, indicating that VBackup is DST aware. Nice.
I don't have a FAT NAS sitting around to test the FFT question, but that's not as important. Still would like to know, however.
Is the author (hello?) planning any other updates? I really like this program and plan to implement it in a CryptoLocker-avoidance backup scenario.
I don't have a FAT NAS sitting around to test the FFT question, but that's not as important. Still would like to know, however.
Is the author (hello?) planning any other updates? I really like this program and plan to implement it in a CryptoLocker-avoidance backup scenario.
-
- Site Admin
- Posts: 287
- Joined: Fri Apr 30, 2010 5:50 pm
Re: DST, FFT, etc.
I never considered the DST situation. The reason that it works is because I use the Uniiversal Time (UTC ) for comparison instead of the local file time.OK, I tested the DST question by running a backup. Nothing copied on the second run, indicating that VBackup is DST aware. Nice.
I really don't know, but I can't see why it would cause any problems.Also, what about FAT-style two-second granularity? Some NAS boxes don't properly support NTFS time stamps.
Nothing planned in the near future.Is the author (hello?) planning any other updates?
No, although you could look at version control systems like Subversion or TortoiseSVN.Is the author aware of a more commercialized CLI utility that provides RoboCopy-like features with versioning?
-
- Posts: 4
- Joined: Tue Oct 29, 2013 12:28 pm
Re: DST, FFT, etc.
Thanks for the replies!
If you aren't interested in updating this utility, will you release the source code? What is it written in?
I am interested in possibly expanding it's functionality, especially regarding the logging options and content.
thanks....!
If you aren't interested in updating this utility, will you release the source code? What is it written in?
I am interested in possibly expanding it's functionality, especially regarding the logging options and content.
thanks....!
-
- Site Admin
- Posts: 287
- Joined: Fri Apr 30, 2010 5:50 pm
Re: DST, FFT, etc.
It is written in C/C++ using Microsoft Visual Studio.If you aren't interested in updating this utility, will you release the source code? What is it written in?
I will consider creating a SourceForge project for it - but I don't think this will happen until early next year.
-
- Posts: 4
- Joined: Tue Oct 29, 2013 12:28 pm
Re: DST, FFT, etc.
Very nice, thanks...!