Skip to content

Releases: TheFern2/Data_Preserve

Data Preserve v1.3.0 [Windows OS]

01 Mar 20:06
Compare
Choose a tag to compare

Release Notes:

  • Added argparse cli arguments
  • Added argument for auto closing cmd prompt
  • Added log path to console if errors occur
  • Time elapsed for operations
  • Added logging handler
usage: data_preserve.exe [-h] [-s] [-l] [-b] [-v] [-a [AUTO_CLOSE]] [-c] [-r]

optional arguments:
  -h, --help            show this help message and exit
  -s, --save            Save data preserve
  -l, --load            Load data preserve
  -b, --bypass-prompt   Bypass yes/no prompt for loading
  -v, --verify          Verify data preserve
  -a [AUTO_CLOSE], --auto-close [AUTO_CLOSE]
                        Auto close cmd prompt
  -c, --copy-to-local-dir
                        Copies data preserve to utility root dir
  -r, --copy-to-remote-dir
                        Copies data preserve from utility root dir to remote

Data Preserve v1.2.0 Beta [Windows OS]

05 Aug 01:17
Compare
Choose a tag to compare
Pre-release
  • Added ability to copy remote paths to a local path or util root directory.
  • Added ability to copy other folders when loading or saving configurable on the ini.

Data Preserve v1.1.0 Beta [Windows OS]

04 Aug 01:48
Compare
Choose a tag to compare
Pre-release

New Feature: Can add configuration files from local and remote paths.
Releasing this as beta until is tested in production.

Data Preserve v1.0.7 [Windows OS]

27 Mar 01:34
Compare
Choose a tag to compare

Minor improvement:

  • Added output to log when verifying comparison fails

Data Preserve v1.0.6 [Windows OS]

15 Mar 04:08
Compare
Choose a tag to compare

Minor bug fixes:

  • Fixed multiple tags in config file
  • Fixed empty lines
  • Added ValueError string to log
  • Added info logging for multiple tags in one line

Data Preserve v1.0.3

19 Jan 22:18
Compare
Choose a tag to compare

Initial release.