aawsome

Results 79 issues of aawsome

It's not mentioned in the design document, however restic handles non-unicode filenames by quoting these. This has the additional effect that a file name containing `"` is also quoted. If...

closes #222

A-errors
C-enhancement
A-commands

Adds the methods `drop_index` and `drop_data_from_index` to `Repository`. This can be handy to save memory if the index is no longer needed.

- remove additional packfiles - re-read explicitely given packfiles and compute bit/byte-changes for fitting SHA256 (i.e. repair single or few bit-rots) - maybe possibilty to use hot or cold part...

S-triage

needed to implement a `mount` command TODO: - [ ] decide platforms to support - [ ] Think about how to setup the `fuse` feature (unfortunately, there are no target-specific...

Example using rustic: ```rustic backup src1/ src2/ --as-path /path1/ --as-path /path2/``` would backup `src1/` as `/path1` and `src2/` as `/path2/`.

C-enhancement
A-commands

Adds `Repository::lock_repo` which locks all repository files. Also the backend trait is extended to support locking and a `lock_command` has been added to `RepositoryOptions` which turns any backend into a...

currently, `Localtime::Now()` is used...

C-enhancement
A-vfs

rustic currently saves the file # of links, as restic does. Other support for hard links is missing. Restic uses the information of # of links and more (like device...

C-enhancement
A-commands