| Trees | Indices | Help |
|
|---|
|
|
Global constants.
|
|||
z_db_version = Database version. |
|||
z_db_marker = Database marker. |
|||
z_db_marker_len = 19Database marker length. |
|||
z_pbls = Symlink emulation start marker. |
|||
z_pble = Symlink emulation end marker. |
|||
z_pblmaxlen = 4096Maximum symlink emulation file length. |
|||
P_OUTPUT =
|
|||
P_SHOWTIPS =
|
|||
P_WRITECOLSATEXIT =
|
|||
P_TIPSNUMBER =
|
|||
P_GUI =
|
|||
P_DEBUG =
|
|||
P_EMUL =
|
|||
P_LOGGING =
|
|||
P_VERB =
|
|||
P_COLORIZE =
|
|||
P_OUTFILTER =
|
|||
PYBAG_DEBUG_DEFAULT = Default value of cfg.PYBAG_DEBUG. |
|||
PYBAG_LOG_DEFAULT = Default value of cfg.PYBAG_LOG. |
|||
PYBAG_EMUL_DEFAULT = Default value of cfg.PYBAG_EMUL. |
|||
PYBAG_COLORIZE_DEFAULT = Default value of cfg.PYBAG_COLORIZE. |
|||
VERBOSE_DEFAULT = Default value of cfg.VERBOSE. |
|||
CRC32BUF = 1048575CRC32 read buffer (2^20 == 1'048'576). |
|||
DBDUMPMAX = 500DBDUMP count restrict. |
|||
LOOPN = 10000Loops in cicles between CANCEL testing. |
|||
TSDIRNONE = 0No timeshift. |
|||
TSDIRBAG = 1Timeshift to bag. |
|||
TSDIRORIG = 2Timeshift to origin |
|||
LI_CANCEL = 0
|
|||
LI_ERROR = 1
|
|||
LI_PERCENT = 2Percents of done for current function. |
|||
LI_PERCENT100 = 3100% percents for current function. |
|||
LI_DESC = 4Action description. |
|||
LI_PERCENTPART = 5Percents of global of current function |
|||
LI_PERCENTGLOBAL = 6Global percents done |
|||
LI_FUN2 = 7Function which must run after thread exited. |
|||
LI_UPDATEFILTER = 8True if need update list by filter. |
|||
LI_FILTERRUNNING = 9True if filter running. |
|||
LI_THREAD = 10True if thread running. |
|||
LI_LENGTH = 11
|
|||
DBPATH = 0Path as is in DB. |
|||
IBAG = 100Bag group index. |
|||
ISYNC = 200Original group index. |
|||
IDB = 300DB group index. |
|||
IFLAG = 1Flag subgroup. |
|||
ISIZE = 2Size subgroup. |
|||
IMDATE = 3Modify date subgroup. |
|||
ICRC32 = 4CRC32 subgroup. |
|||
IREAD = 5Read subgroup. |
|||
IPATH = 6Path subgroup. |
|||
ILINK = 7Link point subgroup. |
|||
DBBAGFLAG = 101
|
|||
DBBAGSIZE = 102
|
|||
DBBAGMDATE = 103
|
|||
DBBAGCRC32 = 104
|
|||
DBBAGREAD = 105
|
|||
DBBAGPATH = 106
|
|||
DBBAGLINK = 107
|
|||
DBDBFLAG = 301
|
|||
DBDBSIZE = 302
|
|||
DBDBMDATE = 303
|
|||
DBDBCRC32 = 304
|
|||
DBDBREAD = 305
|
|||
DBDBLINK = 307
|
|||
DBDBPATH = 306
|
|||
DBORIGFLAG = 201
|
|||
DBORIGSIZE = 202
|
|||
DBORIGMDATE = 203
|
|||
DBORIGCRC32 = 204
|
|||
DBORIGREAD = 205
|
|||
DBORIGPATH = 206
|
|||
DBORIGLINK = 207
|
|||
DBDIR = 15Direction of syncronization. |
|||
DBSYNC = 17Syncronization status. |
|||
DBCOMPARE = 18Compare property from config. |
|||
DBSYMLINK = 19Symlink property from config. |
|||
DBDESC = 20Description of comparison, syncronization. |
|||
DBDIRMAN = 21Manual overwrite (GUI). |
|||
DBDESCMAN = 22Manual description (GUI). |
|||
DBITEMID = 23ItemId into treeCtrl (GUI). |
|||
DBDIRREADED = 24As DBDIR, but after reading. |
|||
DBDESCREADED = 25As DBDESC, but after reading. |
|||
DBSYMLINKEMUL = 26Emulate symlink or not for current item. |
|||
DBBACKUP = 27Backuped item. |
|||
DBBACKUPYES = TrueBackuped item. |
|||
DBBACKUPNO = FalseNot backuped item. |
|||
DBREADYES = TrueItem was tried read. |
|||
DBREADNONE = FalseItem not tried read. |
|||
DBSYMEMULNONE = False
|
|||
DBFLAGNONE = No flag. |
|||
DBFLAGDIR = Directory. |
|||
DBFLAGFILE = Regular file. |
|||
DBFLAGSYMLINK = Symlink. |
|||
DBFLAGUNKNOWN = Unknown item type. |
|||
DBMDATENONE = 0.0None modify date. |
|||
DBNONE = 0Empty/None item. |
|||
DBPATHNONE = Empty path. |
|||
DBDESCNONE = Empty description. |
|||
DBDESCMANNONE = Empty description for manual (GUI). |
|||
DBDESCOK = Successfull description. |
|||
DBLINKNONE = Fill string for item in DB if it's not a link. |
|||
DBITEMNONE = None
|
|||
DBDIRNONE = 0Direction None. |
|||
DBDIRBAG = 1Direction left (to bag). |
|||
DBDIRORIG = 2Direction right (to orig). |
|||
DBDIRDB = 4Direction to DB. |
|||
DBDIRCOPY = 8Copy to. |
|||
DBDIRDELETE = 16Delete. |
|||
DBDIRWARNING = 32If Warning. |
|||
DBDIRCONFLICT = 64If conflict. |
|||
DBDIRERROR = 128If error occur. |
|||
DBDIRNEW = 256New item. |
|||
DBDIRUNCHANGED = 512Unchanged item. |
|||
DBDIRFORCED = 1024Indicate that file action is forced. |
|||
DBDIRIGNORED = 2048indicate ignored files. |
|||
DBDIRDIFF = 4096Different direction. |
|||
DBDIROK = 8192Ok flag. |
|||
DBDIRRESTORE = 16384Used for restore compared direction. |
|||
DBDIRTS = 32768Indicate timeshift. |
|||
DBSYNCNONE = 0Syncronization None. |
|||
DBSYNCERRREADBAG = 1Error then read from bag. |
|||
DBSYNCERRREADSYNC = 2Error then read from orig. |
|||
DBSYNCERRREAD = 3Error then read items. |
|||
DBSYNCERRWRITEBAG = 4Error then write to bag. |
|||
DBSYNCERRWRITESYNC = 8Error then write to orig. |
|||
DBSYNCERRWRITE = 12Error then write items. |
|||
DBSYNCOK = 16Syncronization saccessfull. |
|||
DBSYNCERROTHER = 32Other error then sync. |
|||
DBSYNCERRCOMPARE = 64Error from compare. |
|||
DBSYNCERROR = 111All errors. |
|||
DBSYNCCOMPARE = 128Compare and syncronize this record. |
|||
DBSYNCIGNORED = 256Ignored. |
|||
DBSYNCCONFLICT = 512Conflict. |
|||
DBFORCEDIRNONE = 0Do nothing. |
|||
DBFORCEDIRBAG = 1In all conflicts copy to bag. |
|||
DBFORCEDIRORIGIN = 2In all conflicts copy to origin. |
|||
DBFORCEDIROLDER = 4In all conflicts use older. |
|||
DBFORCEDIRNEWER = 8In all conflicts use newer. |
|||
DBFORCEDIRBAGALL = 16All changes from origin to bag. |
|||
DBFORCEDIRORIGINALL = 32All changes from bag to origin. |
|||
DBFORCEDIRORIGINCOPY = 64Copying changes from bag to origin (do not delete from origin). |
|||
DBFORCEDIRBAGCOPY = 128Copying changes from origin to bag (do not delete from bag). |
|||
BACKUPDIR = 16Backup mode direction. |
|||
Z_DBFORCE = Direction force array. |
|||
z_action_choise = Actions choise for GUI. |
|||
COL_NAME = 0
|
|||
COL_HEADING = 1
|
|||
COL_VISIBLE = 2
|
|||
COL_WIDTH = 3
|
|||
COL_FORMAT = 4
|
|||
P_IGNORE = Property ignore. |
|||
P_SYMLINK = Property symbolic link. |
|||
P_COMPARE = Property compare. |
|||
P_BACKUP = Property backup. |
|||
P_SELECTDEFAULT = Property selectdefault |
|||
P_IGNORENONE = No ignores. |
|||
P_SYMLINKIGNORE = Ignore symlink. |
|||
P_SYMLINKIGNORENOEMUL = Ignore symlink, no emulation. |
|||
P_SYMLINKCOPY = Copy symlink. |
|||
P_SYMLINKCOPYNOEMUL = Copy symlink, no emulation. |
|||
P_COMPARESTAT = Compare by statistic. |
|||
P_COMPARECRC32 = Compare by CRC32. |
|||
P_BACKUPYES = Backup. |
|||
P_BACKUPNO = No backup. |
|||
P_SELECTDEFAULTYES = Select by default |
|||
P_SELECTDEFAULTNO = Unselect by default |
|||
P_SYMLINK_IGNORE =
|
|||
P_SYMLINK_EMUL =
|
|||
z_symlink_choice =
|
|||
z_compare_choice =
|
|||
P_DEFIGNORE = Default ignores - No ignores. |
|||
P_DEFSYMLINK = Default symlink action - Copy symlinks. |
|||
P_DEFCOMPARE = Default compare method - Compare only by statistic. |
|||
P_DEFBACKUP = Default not backup root. |
|||
P_DEFSELECTDEFAULT = Default not select for sync |
|||
DBESCAPE = Escape symbols. |
|||
DBESCESC = Escape symbol/prefix for hex value. |
|||
DBSEP = DB path separator. |
|||
P_MDDELTA =
|
|||
MDDELTA_DEFAULT =
|
|||
REPORTDIR_DEFAULT = Report direction filter default settings. |
|||
REPORTFORMAT_DEFAULT = Report format default. |
|||
REPORTPATT_DEFAULT = Report pattern default. |
|||
REPORTTYPE_DEFAULT = Report type default. |
|||
REPORTPAGE_DEFAULT = Report page size default. |
|||
REPORTFILTER_DEFAULT = Report filter default settings. |
|||
O_REPORTFORMAT = Report formats option. |
|||
O_REPORTFILTER = Report filter options. |
|||
O_REPORTTYPE = Report type options. |
|||
z_backupmode = Backup mode === direction. |
|||
O_ACTION = Available actions in cli menu. |
|||
O_K_LIST =
|
|||
O_K_DICT =
|
|||
O_S_LIST =
|
|||
O_S_DICT =
|
|||
z_db_formatlist = Format list of tuples (index, type, default) for database. |
|||
__package__ = None
|
|||
|
|||
DBFORCEDIROLDERIn all conflicts use older. May be used with "NEWER", "OLDER" flags.
|
DBFORCEDIRNEWERIn all conflicts use newer. May be used with "NEWER", "OLDER" flags.
|
Z_DBFORCEDirection force array.
|
z_action_choiseActions choise for GUI.
|
z_symlink_choice
|
DBESCAPEEscape symbols. DBESCESC and DBSEP is autoadded in start of secuence. Used in previous to 0.2.1 versions. Now used inline symbols = space only.
|
O_REPORTFORMATReport formats option.
|
O_REPORTFILTERReport filter options.
|
O_REPORTTYPEReport type options.
|
O_ACTIONAvailable actions in cli menu.
|
O_K_LIST
|
O_K_DICT
|
z_db_formatlistFormat list of tuples (index, type, default) for database.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 13 23:40:40 2019 | http://epydoc.sourceforge.net |