Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwipo/simplebackup
backup data which minimum parameters and write operation in destination folder (only copy file). best chose for backup on flash,sdd,tap.
https://github.com/pwipo/simplebackup
Last synced: about 1 month ago
JSON representation
backup data which minimum parameters and write operation in destination folder (only copy file). best chose for backup on flash,sdd,tap.
- Host: GitHub
- URL: https://github.com/pwipo/simplebackup
- Owner: pwipo
- Created: 2015-04-23T13:42:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T18:35:45.000Z (over 9 years ago)
- Last Synced: 2023-02-26T18:52:42.398Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
backup data which minimum parameters and write operation in destination folder (only copy file). best chose for backup on flash,sdd,tap.
required java 8
backup: ru.seits.simplebackup.Backup
if no dest subfolders and setting file - create new archive else update exist archive
for backup use - backup.bat (without params)
bat file internal variables:
LocalSource - source folder (need exist)
LocalDestination - archive folder (need exist)
LocalSettings - setting file. used for save state
LocalCheckDestination - if updating archive, ant this set true, then check archive, and copy not exist files - slow operation. set false for increase speed.
restore: ru.seits.simplebackup.Restore
restore last files from archive
for restore use - restore.bat (without params)
bat file internal variables:
LocalSource - archive folder (need exist)
LocalDestination - destination folder (need exist)
LocalSettings - setting file. used for restore last files