hi_sync 0.2.0
local file backup library
hi_sync
A simple library for backup of local files.
Usage
See example.dart.
If 'hi_sync_type1' file exist in directory then the files and subdirectories are not deleted.
Class
Constructor
hiSync(String copypath, String backpath, List<String> options)
options
-log logfilename(full path)
-logAppend ... log append
-nocopy directory ... the directory doesn't copy.
Metohds
int sync()
return: 0 = no error, -1 = Exception, -2 = other error
Properties
String copypath: path of orignal files
String backpath: path of backup space
More Information
See homepage.
Change log
0.2.0 add nocopy option
0.1.2 bugfix : control file mode
0.1.1 add arguments parameter for logfile
0.1.0 add control file function
0.0.1 bugfix : delete blank directory
0.0.0 New Release