]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-08-10 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement login/logout
2019-08-09 Christian Ebnerpxar: add command 'mount' to cli of pxar
2019-08-09 Dietmar Maurerpxar: add fuse module and expose its pub functionality.
2019-08-09 Christian Ebnerpxar: add basic code for FUSE implementation.
2019-08-09 Dietmar Maurersrc/backup/data_blob.rs: define const MAX_BLOB_SIZE
2019-08-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement catalog...
2019-08-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add archive filename...
2019-08-09 Dietmar Maurersrc/backup/data_blob.rs: allow largert blob sizes ...
2019-08-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: avoid compiler warning
2019-08-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: new completion helper...
2019-08-09 Dietmar Maurersrc/pxar/encoder.rs: use BackupCatalogWriter
2019-08-09 Dietmar Maurersrc/pxar/catalog.rs: new catalog helper
2019-08-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: avoid doubled file...
2019-08-07 Dietmar Maurerapi: always use complete file names (including add...
2019-08-07 Dietmar Maurersrc/api2/admin/datastore.rs - list_snapshot_files:...
2019-08-07 Dietmar Maurersrc/api2/backup/environment.rs - add_blob: always verif...
2019-08-07 Dietmar Maurersrc/backup/data_blob.rs - encode: always compute crc
2019-08-07 Dietmar Maurersrc/backup/backup_info.rs: add BackupInfo::new constructor
2019-08-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: fix remote filename...
2019-08-06 Dietmar Maurersrc/client/http_client.rs: compute checksums for chunk...
2019-08-06 Dietmar Maurersrc/client/http_client.rs: minor code cleanup
2019-08-06 Dietmar Maurersrc/backup/data_blob.rs: always compute crc
2019-08-06 Dietmar Maurersrc/client/http_client.rs: compute file checksums
2019-08-06 Dietmar Maurersrc/api2/admin/datastore.rs: extract backup size from...
2019-08-06 Christian Ebnerpxar: add initial docs for MatchPattern
2019-08-06 Christian Ebnerpxar: add error handling for MatchPattern::matches_file...
2019-08-05 Dietmar Maurersrc/api2/admin/datastore.rs - files: return data from...
2019-08-05 Dietmar Maurertests/worker-task-abort.rs: use proxmox::tools::try_block
2019-08-03 Dietmar Maureruse new proxmox::tools::nodename
2019-08-03 Dietmar Maurerremove src/tools/common_regex.rs, use proxmox::tools...
2019-08-03 Dietmar Maurerremove src/tools/procfs.rs, use proxmox::sys::linux...
2019-08-03 Dietmar Maurersrc/tools/vec.rs: remove unused file
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-08-03 Dietmar Maureruse new proxmox::sys::linux::magic
2019-08-03 Christian Ebnerpxar: remove flag to change digest algorithm
2019-08-03 Christian Ebnerpxar: cleanup: refactor and rename exclude pattern
2019-08-03 Christian Ebnerpxar: cleanup: s/PxarDirBuf/PxarDirStack/g and move...
2019-08-03 Christian Ebnerpxar: change uid and gid to u32 instead of u64
2019-08-03 Christian Ebnerpxar: cleanup: s/CA_FORMAT/PXAR/g and s/CaFormat/Pxar/g
2019-08-03 Christian Ebnerpxar: cleanup: move feature flags to src/pxar/flags...
2019-08-03 Christian Ebnerpxar: cleanup: move filesystem related magic numbers...
2019-08-02 Dietmar Maurersrc/bin/proxmox-backup-client.rs: sign index.json
2019-08-02 Dietmar Maurersrc/backup/data_blob.rs: implement signed blobs
2019-08-02 Dietmar Maurersrc/backup/crypt_config.rs: new compute_auth_tag helper
2019-08-02 Dietmar Maurersrc/backup/crypt_config.rs: fix typo
2019-08-02 Christian Ebnerpxar: implement feature flag support for device nodes...
2019-08-02 Christian Ebnerpxar: remove some unused feature flags from format...
2019-08-02 Christian Ebnersrc/pxar/sequential_decoder.rs: remove of obsolete...
2019-08-02 Christian Ebnersrc/pxar/sequentail_decoder.rs: fix issue when restorin...
2019-08-02 Christian Ebnersrc/pxar/exclude_pattern.rs: add Clone and Copy trait...
2019-08-02 Christian Ebnerpxar: add PxarDir and PxarDirBuf to buffer directory...
2019-08-02 Dietmar Maurersrc/pxar/format_definition.rs - PxarAttributes: derive...
2019-08-02 Christian Ebnersrc/pxar/sequential_decoder.rs: split read and restore...
2019-08-02 Christian Ebnersrc/pxar/format_definition.rs: add struct PxarAttributes
2019-08-02 Christian Ebnerpxar: avoid taking ownership of xattrs, fcaps and quota...
2019-08-01 Dietmar Maurersrc/bin/proxmox-backup-client.rs: upload backup index...
2019-07-31 Dietmar Maurersrc/tools.rs - file_set_contents_full: only call fchmod...
2019-07-31 Dietmar Maurersrc/bin/proxmox-backup-client.rs - files: allow --repos...
2019-07-31 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement files command
2019-07-31 Dietmar Maurersrc/bin/proxmox-backup-client.rs: supress useless outpu...
2019-07-30 Christian Ebnerpxar: add support for storing/restoring the quota proje...
2019-07-30 Christian Ebnerpxar: implement allow_existing_dirs for pxar decoder
2019-07-29 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add restore flag...
2019-07-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs: fixup - correctly...
2019-07-27 Dietmar Maurersrc/api2/admin/datastore.rs: pass backup type/id (group...
2019-07-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs: correctly compute...
2019-07-26 Dietmar Maurersrc/api2/backup.rs: cleanup schema definitions
2019-07-25 Dietmar Maurersrc/api2/backup.rs: new required backup-time parameter
2019-07-25 Dietmar Maurersrc/api2/admin/datastore.rs: backup logs may not be...
2019-07-25 Dietmar Maurersrc/api2/admin/datastore.rs: use correct .blob extensio...
2019-07-25 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement upload-log
2019-07-25 Dietmar Maurersrc/client/http_client.rs: allow upload with parameters
2019-07-25 Dietmar Maurersrc/api2/admin/datastore.rs: add api to upload backup...
2019-07-24 Dietmar Maurersrc/bin/proxmox-backup-client.rs: allow to uploag ...
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: add new skip_lost_and_found parameter
2019-07-24 Dietmar Maurerpxar_backup_stream.rs: limit lock scope to avoid blocki...
2019-07-24 Dietmar Maurerremove debug output
2019-07-24 Dietmar Maurersrc/client/pxar_backup_stream.rs: correctly pass errors...
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: allow to pass list of devices
2019-07-22 Dietmar MaurerRevert previous, commit, use UTC RFC3339 without timezo...
2019-07-22 Dietmar Maurersrc/backup/backup_info.rs: use unix epoch timestamps...
2019-07-19 Christian Ebnersrc/pxar/sequential_decoder.rs: Call callback only...
2019-07-19 Dietmar Maurersrc/bin/pxar.rs - extract: print archive name with...
2019-07-19 Dietmar Maurersrc/bin/pxar.rs: remove wrong debug message
2019-07-19 Christian Ebnersrc/bin/pxar.rs: allow to pass paths and match patterns...
2019-07-18 Dietmar Maurersrc/bin/proxmox-backup-client.rs: code cleanup
2019-07-18 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: only print...
2019-07-18 Dietmar Maurersrc/api2/admin/datastore.rs: allow to list all snapshots
2019-07-17 Dietmar Maurersrc/cli/command.rs: set exit status on error
2019-07-17 Christian Ebnersrc/bin/pxar.rs: add --files-from parameter to pxar...
2019-07-17 Christian Ebnerpxar: Adapt SequentialDecoder::restore() calls to pass...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: adapt code for partial...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: implement match_filenam...
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: Also check for nul...
2019-07-17 Christian Ebnertests/pxar.rs: Change rsync options to --archive
2019-07-17 Christian Ebnersrc/pxar/sequential_decoder.rs: remove old comments...
2019-07-17 Christian Ebnersrc/pxar/encoder.rs: refactoring of match_exclude_pattern()
2019-07-17 Christian Ebnersrc/pxar/encoder.rs: remove unneeded dir_count
2019-07-17 Christian Ebnersrc/pxar/exclude_pattern.rs: do not return partial...
2019-07-17 Christian Ebnersrc/bin/pxar.rs: Make pxar extract target optional
next