hobocopy | An open source backup tool for Windows | Continuous Backup library

 by   candera C++ Version: Current License: MIT

kandi X-RAY | hobocopy Summary

kandi X-RAY | hobocopy Summary

hobocopy is a C++ library typically used in Backup Recovery, Continuous Backup applications. hobocopy has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

HoboCopy is a backup/copy tool. It is inspired by robocopy in both name and in functionality. It differs greatly from robocopy, however, in two respects:.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              hobocopy has a low active ecosystem.
              It has 153 star(s) with 46 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 30 open issues and 18 have been closed. On average issues are closed in 22 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of hobocopy is current.

            kandi-Quality Quality

              hobocopy has 0 bugs and 0 code smells.

            kandi-Security Security

              hobocopy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              hobocopy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              hobocopy is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              hobocopy releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of hobocopy
            Get all kandi verified functions for this library.

            hobocopy Key Features

            No Key Features are available at this moment for hobocopy.

            hobocopy Examples and Code Snippets

            No Code Snippets are available at this moment for hobocopy.

            Community Discussions

            QUESTION

            What is distinction between a C++ and COM interface for IVssExamineWriterMetadata?
            Asked 2019-May-19 at 06:41

            According to https://docs.microsoft.com/en-us/windows/desktop/api/vsbackup/nl-vsbackup-ivssexaminewritermetadata:

            The IVssExamineWriterMetadata interface is a C++ (not COM) interface that allows a requester to examine the metadata of a specific writer instance. This metadata may come from a currently executing (live) writer, or it may have been stored as an XML document.

            All the code I see treats it like a COM interface.

            The definition looks like COM to me.

            https://github.com/candera/hobocopy/blob/master/inc/winxp/vsbackup.h#L91

            What is the distinction here? Does it violate the COM interface design rules in some documented way?

            ...

            ANSWER

            Answered 2019-May-19 at 06:41

            My guess is the guy(s) who wrote this code, file and the associated doc probably didn't know what COM is, so they brought their own confusion in.

            For example, they use a combination of BSTR (Automation) and LPCWSTR (raw) argument types, in the same interface (IVssBackupComponents for exemple), which is very odd.

            This is COM, raw COM, because COM is essentially very simple. You can define a COM vtable in many ways, with any language, this is the beauty of it (not talking of IDispatch, type libraries, MIDL, threading, registry, class factories, out-of-process, marshaling, etc.).

            For another raw COM example, look at DirectX: Programming DirectX with COM is well written and talks about what they call "raw COM" is.

            Source https://stackoverflow.com/questions/56204224

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install hobocopy

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/candera/hobocopy.git

          • CLI

            gh repo clone candera/hobocopy

          • sshUrl

            git@github.com:candera/hobocopy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Continuous Backup Libraries

            restic

            by restic

            borg

            by borgbackup

            duplicati

            by duplicati

            manifest

            by phar-io

            velero

            by vmware-tanzu

            Try Top Libraries by candera

            shadowspawn

            by canderaC++

            podcastifier

            by canderaJava

            sudo

            by canderaC#

            weathergen

            by canderaJavaScript

            falconpanel

            by canderaC++