Commit Graph

124 Commits (v0.4.0)

Author SHA1 Message Date
Dennis Schwerdel d062aaa6d4 Reformatted using rustfmt 2017-07-21 11:21:59 +02:00
Dennis Schwerdel 15ab556c18 Updated dependencies 2017-07-18 23:30:51 +02:00
Dennis Schwerdel 8197c70697 Updated dependencies 2017-06-27 14:06:19 +02:00
Dennis Schwerdel 5bb9df761e Not removing prefixes from bundle names anymore 2017-06-20 14:19:45 +02:00
Dennis Schwerdel 98eb59c3e1 Added support for fifo files 2017-06-20 12:58:14 +02:00
Dennis Schwerdel 9231800f3b Added support for block/char devices 2017-06-20 12:38:16 +02:00
Dennis Schwerdel 8d45176146 Fixed tarfile import 2017-06-20 12:07:42 +02:00
Dennis Schwerdel 2a1dc52c56 Skip root folder on restore & fixed exporting files with long names as tar files 2017-05-11 10:47:21 +02:00
Dennis Schwerdel cac4f81876 Initialize index data before use (this was harmless) 2017-04-28 11:12:25 +02:00
Dennis Schwerdel 737f78af47 Released v0.3.0 2017-04-27 13:35:48 +02:00
Dennis Schwerdel c2bf23d8d7 Clippy 2017-04-24 07:37:05 +02:00
Dennis Schwerdel db7c6ef4fb Making clippy happy again 2017-04-19 22:43:08 +02:00
Dennis Schwerdel 304dfe16e8 Some changes 2017-04-19 17:46:51 +02:00
Dennis Schwerdel 87f7cc0feb Moved chunker to separate crate (re #17) 2017-04-19 17:35:25 +02:00
Dennis Schwerdel 229c4f7e28 Moved index to separate project (re #17) 2017-04-18 13:58:56 +02:00
Dennis Schwerdel d18cb17281 Combine smaller bundles into larger ones (closes #15) 2017-04-17 16:31:58 +02:00
Dennis Schwerdel 001a36a1eb Only mark chunks as checked when not repaired (re #14) 2017-04-17 15:55:27 +02:00
Dennis Schwerdel bd23aac64c No longer clobbering broken files (re #14) 2017-04-17 15:43:25 +02:00
Dennis Schwerdel 3db78a64c5 First removing bundles, then adding new ones 2017-04-17 11:19:55 +02:00
Dennis Schwerdel e9ea6cae19 Fixed vacuum 2017-04-17 11:04:36 +02:00
Dennis Schwerdel 1617fecb92 Only repair backups if repairing 2017-04-16 23:18:25 +02:00
Dennis Schwerdel 66e56b9b0c Only repairing backups with --repair 2017-04-16 21:47:02 +02:00
Dennis Schwerdel 2885dfc933 Calculating final bundle size 2017-04-16 21:39:50 +02:00
Dennis Schwerdel cc4a9f40ee Enforcing bundle ordering in index rebuild (re #13) 2017-04-16 21:36:09 +02:00
Dennis Schwerdel ca7153117b Enforce ordering for bundles with duplicate chunks (closes #13) 2017-04-16 21:06:59 +02:00
Dennis Schwerdel e0f4f30933 moved pax extension code out 2017-04-16 19:26:15 +02:00
Dennis Schwerdel 08da056c8a Only put mode bits into mode metadata 2017-04-15 17:11:40 +02:00
Dennis Schwerdel fabfb1dce5 Backup::date -> timestamp 2017-04-14 22:46:55 +02:00
Dennis Schwerdel d06149979a Allow stdin/stdout for --tar (closes #12) 2017-04-14 22:39:32 +02:00
Dennis Schwerdel 72ed1fae6e Implemented exporting xattrs in tar files (re #1) 2017-04-14 09:43:00 +02:00
Dennis Schwerdel d4c0964815 Importing extended attributes from tar files (re #1) 2017-04-13 15:32:37 +02:00
Dennis Schwerdel f7899bb9f3 Fixed inode retrieval for single-file backups 2017-04-13 14:42:56 +02:00
Dennis Schwerdel 650ab331c0 List backups by folder (re #5) 2017-04-13 13:32:59 +02:00
Dennis Schwerdel 3576d4c34f Handling the case of broken backup roots (re #3) 2017-04-13 08:12:51 +02:00
Dennis Schwerdel aadcea678d Repair bundle map too (re #3) 2017-04-13 07:46:16 +02:00
Dennis Schwerdel df30f7a8fe Repairing backups (re #3) 2017-04-13 07:41:18 +02:00
Dennis Schwerdel 489a442821 Repairing bundles and index (re #3) 2017-04-13 07:40:07 +02:00
Dennis Schwerdel 0354a73f54 Backup files must end with .backup 2017-04-12 18:11:40 +02:00
Dennis Schwerdel a1f269be8f Reading user/group names from imported tar files (re #2) 2017-04-12 15:09:30 +02:00
Dennis Schwerdel 6444ed7076 Exporting user/group names in tar files (re #2) 2017-04-12 15:01:54 +02:00
Dennis Schwerdel efbd374678 No longer failing restore if setting file attributes fails 2017-04-12 14:53:11 +02:00
Dennis Schwerdel 5a6cf4b55b Storing user/group id map in backup and using it on restore (re #2) 2017-04-12 14:08:33 +02:00
Dennis Schwerdel 600ed7c245 Some minor fixes 2017-04-12 11:34:31 +02:00
Dennis Schwerdel 249af7bbd4 Ignoring missing backups folder 2017-04-12 11:21:12 +02:00
Dennis Schwerdel 74e2417473 Also setting repository dirty on crash 2017-04-12 10:34:36 +02:00
Dennis Schwerdel 1ab11c8ff9 Locking local repository to avoid index corruption (closes #4) 2017-04-12 08:33:05 +02:00
Dennis Schwerdel 221e3dff38 Fixes and progress bars 2017-04-11 09:23:24 +02:00
Dennis Schwerdel fcbc2e131f Sane inline 2017-04-11 09:23:23 +02:00
Dennis Schwerdel 26d73e79a4 Dirty flag on error 2017-04-11 09:23:23 +02:00
Dennis Schwerdel 7efc3de78f Better control over what is checked in `check` subcommand 2017-04-11 09:23:18 +02:00