conserve icon indicating copy to clipboard operation
conserve copied to clipboard

🌲 Robust file backup tool in Rust

Results 65 conserve issues
Sort by recently updated
recently updated
newest added

This is just harmless noise, but it should not be unexpected that there's a lock file there.

type:bug
topic:validate
size:small

Conserve 0.6.15 currently declines to delete or gc any content if the last band in the archive is incomplete: https://github.com/sourcefrog/conserve/blob/5320ad926882a20bae54e1d61b0f7b0d76d25062/src/gc_lock.rs#L50-L62 https://github.com/sourcefrog/conserve/blob/main/doc/deletion.md This is annoying in a couple of scenarios: 1....

type:feature
topic:deletion

Files under about 100 bytes in length could be better stored directly in the index: * the file content is potentially smaller than a hash referring to its block *...

type:format-change
topic:performance

maybe it can use a system env variable to assign a default repository allowing omitting arguement. e.g: CONSERVE_DEFAULT_REPOSITORY

on Win10 I exec: conserve backup F:/conserve_backup .\singlefile.txt but I got an error: conserve error: 文件名、目录名或卷标语法不正确。 (os error 123) that is file name, dir name or disk syntax incorrect. moreover,...

type:feature
priority:low
size:small
topic:backup

For example: ls ARCHIVE --exclude /.bundle |less still prints filenames inside the `/.bundle` directory. The cause is: traversal in a stored tree does not need to specifically descend into directories...

type:bug
topic:exclude
priority:medium

Following on from #144, validate could check multiple hunks from an index in parallel. This would help performance when there are fewer than NCPUS versions, but each very large -...

topic:performance
priority:low
topic:validate