proxmox-backup/src
Christian Ebner 90dfd0a71d catalog: impl find() for file search by match pattern.
find() iterates over the file tree and matches each node against a list of match
patterns provided at function call.
For each matching node, a callback function with the current directroy stack is
called.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-12-17 11:12:34 +01:00
..
api2 api2: update for latest proxmox-api changes 2019-12-16 10:01:51 +01:00
backup catalog: impl find() for file search by match pattern. 2019-12-17 11:12:34 +01:00
bin cipherbench: align/format output nicely 2019-12-17 08:49:34 +01:00
client drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
config api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
pxar pxar: match_pattern: impl invert() to switch the match type of a MatchPattern. 2019-12-17 11:12:34 +01:00
server handle_static_file_download: move from and_then to await 2019-12-17 08:56:55 +01:00
storage api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
tools drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
api2.rs move api schema into proxmox::api crate 2019-11-21 14:14:54 +01:00
auth_helpers.rs generate authkey: public part needs to be readable by backup group 2019-12-17 10:17:03 +01:00
backup.rs src/backup/readline.rs: removed in favor of new readline impl 2019-12-06 09:03:04 +01:00
buildcfg.rs some clippy fixups 2019-09-11 12:14:05 +02:00
client.rs src/client/task_log.rs: move display_task_log into extra file 2019-12-08 11:27:15 +01:00
config.rs src/config: more style fixups 2019-08-21 14:14:26 +02:00
lib.rs use cli from proxmox::api 2019-12-02 11:56:29 +01:00
pxar.rs pxar: add fuse module and expose its pub functionality. 2019-08-09 16:45:13 +02:00
section_config.rs api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
server.rs move src/api_schema/config.rs -> src/server/config.rs 2019-11-22 09:23:03 +01:00
tools.rs drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00