![]() |
Disk ARchive
2.5.16
Full featured and portable backup and archiving tool
|
►Nlibdar | Libdar namespace encapsulate all libdar symbols |
Carchive | Archive class realizes the most general operations on archives |
Carchive_options_create | Class holding optional parameters used to create an archive |
Carchive_options_extract | Class holding optional parameters used to extract files from an existing archive |
Carchive_options_isolate | Class holding optional parameters used to isolate an existing archive |
Carchive_options_listing | Class holding optional parameters used to list the contents of an existing archive |
Carchive_options_merge | Class holding optional parameters used to proceed to the merge operation |
Carchive_options_read | Class holding optional parameters used to read an existing archive |
Carchive_options_test | Class holding optional parameters used to test the structure coherence of an existing archive |
Carchive_version | |
Cbool_mask | Boolean mask, either always true or false |
Ccache | |
Ccat_blockdev | Block device class |
Ccat_chardev | Char device class |
Ccat_detruit | Deleted file entry |
Ccat_device | Special cat_device root class |
Ccat_directory | Cat_directory inode class |
Ccat_door | Class for Door IPC (mainly for Solaris) |
Ccat_entree | Root class from all other inherite for any entry in the catalogue |
Ccat_eod | End of Directory entry class |
Ccat_etoile | Hard link implementation (etoile means star in French, seen a star as a point from which are thrown many ray of light) |
Ccat_file | Plain file class |
Ccat_ignored | Present file to ignore (not to be recorded as deleted later) |
Ccat_ignored_dir | Ignored cat_directory class, to be promoted later as empty cat_directory if needed |
Ccat_inode | Root class for all cat_inode |
Ccat_lien | Symbolic link inode class |
Ccat_mirage | Hard link implementation, cat_mirage is the named entry owned by a directory it points to a common "cat_etoile class" |
Ccat_nomme | Base class for all entry that have a name |
Ccat_prise | Unix socket inode class |
Ccat_tube | Named pipe class |
Ccatalogue | Catalogue class which gather all objects contained in a give archive |
Ccompressor | Compression class for gzip and bzip2 algorithms |
Ccrit_action | Global action for overwriting |
Ccrit_and | Realises the AND operator |
Ccrit_chain | Crit_chain class sequences crit_actions up to full definition of the action |
Ccrit_constant_action | Basic constant action |
Ccrit_in_place_data_bigger | Returns true if the data of the first entry is bigger or equal to the one of the second entry |
Ccrit_in_place_data_dirty | Return true if the entry is a dirty file (or hard linked dirty file) |
Ccrit_in_place_data_more_recent | Returns true if the data of the first entry is more recent or of the same date of the one of the second entry |
Ccrit_in_place_data_more_recent_or_equal_to | Returns true if the data of the first entry is more recent or of the same date as the fixed date given in argument to the constructor |
Ccrit_in_place_data_saved | Returns true if the data of the first entry is saved int the archive (not marked as unchanged since the archive of reference) |
Ccrit_in_place_data_sparse | Return true if the entry is a sparse file (or hard linked sparse file) |
Ccrit_in_place_EA_bigger | Returns true if the space used by EA of the first entry is greater or equal to the space used by the EA of the second entry (no EA means 0 byte for EA storage) |
Ccrit_in_place_EA_more_recent | Returns true if the EA of the first entry is more recent or equal to the one of the second entry |
Ccrit_in_place_EA_more_recent_or_equal_to | Returns true if the EA of the first entry is more recent or equal to the fixed date given in argument to the constructor |
Ccrit_in_place_EA_present | |
Ccrit_in_place_EA_saved | Returns true if the in place entry has its EA saved (not just marked as saved) in the archve of reference |
Ccrit_in_place_is_dir | Returns true if the first entry is a cat_directory (whatever is the second) |
Ccrit_in_place_is_file | Returns true if the first entry is a plain file (whatever is the second) |
Ccrit_in_place_is_hardlinked_inode | Returns true if the first entry is a inode with several hard links (whatever is the second entry) |
Ccrit_in_place_is_inode | Returns true if the first entry is an inode (whatever is the second) |
Ccrit_in_place_is_new_hardlinked_inode | Returns true if the first entry is a inode with several hard links (whatever is the second entry) and also if this first entry is the first we meet that points to this hard linked inode |
Ccrit_in_place_more_EA | Returns true if the first entry has more or even EA (in number not in size) than the second entry |
Ccrit_not | Realises the negation of the criterium given in argument to its constructor |
Ccrit_same_type | Returns true if the two entries are of the same type (plain-file/char dev/block dev/named pipe/symlink/directory/unix socket) |
Ccriterium | Generic criterium class, parent of all criterium |
Ccrypto_sym | |
Cdata_dir | Data_dir class inherits from data_tree and holds the directory tree's parent relationship |
Cdata_tree | Data_tree class stores presence of a given file in a set of archives |
Cdatabase | Database class defines the dar_manager database |
Cdatabase_add_options | Options to add an archive to base |
Cdatabase_change_basename_options | Options for changing a given archive's basename |
Cdatabase_change_path_options | Options for changing a given archive's path |
Cdatabase_dump_options | Options to write a database to file |
Cdatabase_open_options | |
Cdatabase_remove_options | Options to remove an archive from the base |
Cdatabase_restore_options | Options for restoration from database |
Cdatabase_used_options | Options for file "used" in archive |
Cdeci | |
Cdefile | |
Cea_attributs | |
CEbug | Exception used to signal a bug. A bug is triggered when reaching some code that should never be reached |
CEcompilation | Exception used when a requested fearture has not beed activated at compilation time |
CEdata | Exception used when an error concerning the treated data has been met |
CEdeci | Exception used to signal convertion problem between infinint and string (decimal representation) |
CEfeature | Exception used when a requested feature is not (yet) implemented |
CEgeneric | This is the parent class of all exception classes |
CEhardware | Exception used when hardware problem is found |
CEinfinint | Exception used when arithmetic error is detected when operating on infinint |
Celastic | Elastic buffer class |
CElibcall | Exception used to signal an error in the argument given to libdar call of the API |
CElimitint | Exception used when a limitint overflow is detected, the maximum value of the limitint has been exceeded |
CEmemory | Exception used when memory has been exhausted |
Centree_stats | Holds the statistics contents of a catalogue |
Centrepot | Entrepot interface |
Centrepot_local | |
CErange | Exception used to signal range error |
CEscript | Exception used when error the inter-slice user command returned an error code |
CEsecu_memory | Exception used when secure memory has been exhausted |
CEsystem | Exception used to carry system error |
Cet_mask | Makes an AND operator between two or more masks |
Cetage | Etage structure keep trace of directory contents |
CEthread_cancel | Exception used when the thread libdar is running in is asked to stop |
CEthread_cancel_with_attr | Ethread_cancel with infinint attribute |
CEuser_abort | Exception used to signal that the user has aborted the operation |
Cexclude_dir_mask | Matches if string is the given constructor string or a sub directory of it |
Cfichier_global | Abstraction of filesystem files for entrepot |
Cfichier_local | Filesystem local files |
Cfilesystem_backup | Make a flow sequence of inode to feed the backup filtering routing |
Cfilesystem_diff | Make a flow of inode to feed the difference filter routine |
Cfilesystem_hard_link_read | Keep trace of hard links when reading the filesystem |
Cfilesystem_hard_link_write | Keep trace of already written inodes to restore hard links |
Cfilesystem_restore | Receive the flow of inode from the restoration filtering routing and promotes these to real filesystem objects |
Cfilesystem_specific_attribute | |
Cgeneric_file | This is the interface class from which all other data transfer classes inherit |
Cheader | This class manages the header of each slice |
Cheader_version | Manages the archive header and trailer |
Cinfinint | Arbitrary large positive integer class |
Climitint | |
Clist_entry | |
Cmask | Generic class, parent of all masks |
Cmask_list | |
Cmem_allocator | Generic interface of objects that need to be informed that a memory block they manage has been released |
Cmem_manager | Generic interface of memory managers that create and delete mem_allocator objects depending on requests |
Cmem_ui | Class mem_ui to keep a copy of a user_interaction object |
Cnot_mask | Negation of another mask |
Cnull_file | Null_file class implements the /dev/null behavior |
Con_pool | |
Cou_mask | Makes the OR operator between two or more masks |
Cpath | Class path is here to manipulate paths in the Unix notation: using'/' |
Cregular_mask | Matches regular expressions (see "man 7 regex") |
Csame_path_mask | Matches if string is exactly the given mask (no wilde card expression) |
Csar | Sar class stands for Segmentation And Reassembly class |
Cscrambler | Scrambler is a very weak encryption scheme |
Csecu_string | Class secu_string |
Csemaphore | Class semaphore |
Csignator | Signator status |
Csimple_mask | Matches as done on shell command lines (see "man 7 glob") |
Csimple_path_mask | String matches if it is subdir of mask or mask is a subdir of expression |
Cslave_zapette | This class answers to order given by a zapette object |
Csmart_node | |
Csmart_pointer | |
Cstatistics | Structure returned by libdar call to give a summary of the operation done in term of file treated |
Cstorage | Arbitrary large storage structure |
Cterminateur | Terminateur class indicates the location of the beginning of the catalogue |
Ctesting | Testing class binds criterium to actions |
Cthread_cancellation | Class to be used as parent to provide checkpoints to inherited classes |
Ctlv | |
Ctrivial_sar | |
Ctronc | Makes a segment of a generic_file appear like a real generic_file |
Ctronconneuse | This is a partial implementation of the generic_file interface to cypher/decypher data block by block |
Ctrontextual | Trontextual class is a contextual class tronc, that's all |
Ctuyau | Pipe implementation under the generic_file interface |
Cuser_interaction | This is a pure virtual class that is used by libdar when interaction with the user is required |
Cuser_interaction_blind | Full implementation class for user_interaction, which shows nothing and assumes answer "no" to any question |
Cuser_interaction_callback | Full implemented class for user_interaction based on callback functions |
Cwrapperlib | This class encapsulates calls to libz or libbz2 |
Czapette | Zapette emulate a file that is remotely controlled by slave_zapette |