1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
= rdiff-backup: {page-name}
:page-name: v200
:sectnums:
:toc: macro
link:..[Home,role="button round"] link:.[API,role="button round"] // *{page-name}*
'''''
toc::[]
== Format
* format changed from Python 2 to Python 3 (incompatible types esp.
bytes).
== Sources
=== Internal
* `backup.DestinationStruct`
** `.get_sigs`
** `.patch`
** `.patch_and_increment`
** `.set_rorp_cache`
* `backup.SourceStruct`
** `.get_diffs`
** `.get_source_select`
** `.set_source_select`
* `compare.DataSide`
** `.compare_fast`
** `.compare_full`
** `.compare_hash`
** `.get_source_select` (inherited from SourceStruct)
* `compare.RepoSide`
** `.attach_files`
** `.close_rf_cache` (inherited from MirrorStruct)
** `.init_and_get_iter`
* `compare.Verify`
* `connection.RedirectedRun`
* `connection.VirtualFile`
** `.closebyid`
** `.readfromid`
** `.writetoid`
* `eas_acls.get_acl_lists_from_rp` **unused**
* `eas_acls.set_rp_acl` **unused**
* `FilenameMapping.set_init_quote_vals_local`
* `fs_abilities.backup_set_globals`
* `fs_abilities.get_readonly_fsa`
* `fs_abilities.restore_set_globals`
* `fs_abilities.single_set_globals`
* `Globals.get`
* `Globals.postset_regexp_local`
* `Globals.set`
* `Globals.set_local`
* `Hardlink.initialize_dictionaries`
* `log.ErrorLog.close`
* `log.ErrorLog.isopen`
* `log.ErrorLog.open`
* `log.ErrorLog.write_if_open`
* `log.Log.close_logfile_allconn`
* `log.Log.close_logfile_local`
* `log.Log.log_to_file`
* `log.Log.open_logfile_allconn`
* `log.Log.open_logfile_local`
* `log.Log.setterm_verbosity`
* `log.Log.setverbosity`
* `Main.backup_close_statistics`
* `Main.backup_remove_curmirror_local`
* `Main.backup_touch_curmirror_local`
* `manage.delete_earlier_than_local`
* `regress.check_pids`
* `regress.Regress`
* `restore.ListAtTime`
* `restore.ListChangedSince`
* `restore.MirrorStruct`
** `.close_rf_cache`
** `.get_diffs`
** `.get_increment_times`
** `.initialize_rf_cache`
** `.set_mirror_and_rest_times`
** `.set_mirror_select`
* `restore.TargetStruct`
** `.get_initial_iter`
** `.patch`
** `.set_target_select`
* `robust.install_signal_handlers`
* `rpath.copy_reg_file`
* `rpath.delete_dir_no_files`
* `rpath.gzip_open_local_read`
* `rpath.make_file_dict`
* `rpath.make_socket_local`
* `rpath.open_local_read`
* `rpath.RPath.fsync_local`
* `rpath.setdata_local`
* `SetConnections.add_redirected_conn`
* `SetConnections.init_connection_remote`
* `statistics.record_error`
* `Time.setcurtime_local`
* `Time.setprevtime_local`
* `user_group.init_group_mapping`
* `user_group.init_user_mapping`
=== External
* `gzip.GzipFile` **???** // perhaps covered by VirtualFile
* `open` **???** // perhaps covered by VirtualFile
* `os.chmod`
* `os.chown`
* `os.getuid`
* `os.lchown`
* `os.link`
* `os.listdir`
* `os.makedev`
* `os.makedirs`
* `os.mkdir`
* `os.mkfifo`
* `os.mknod`
* `os.name`
* `os.rename`
* `os.rmdir`
* `os.symlink`
* `os.unlink`
* `os.utime`
* `shutil.rmtree`
* `sys.stdout.write`
* `win32security.ConvertSecurityDescriptorToStringSecurityDescriptor` **unused**
* `win32security.ConvertStringSecurityDescriptorToSecurityDescriptor` **unused**
* `win32security.GetNamedSecurityInfo` **unused**
* `win32security.SetNamedSecurityInfo` **unused**
* `xattr.get` **unused**
* `xattr.list` **unused**
* `xattr.remove` **unused**
* `xattr.set` **unused**
== Testing
=== Internal
=== External
* `hasattr`
* `int`
* `ord`
* `os.lstat`
* `os.path.join`
* `os.remove`
* `pow`
* `str`
* `tempfile.mktemp`
|