rustic icon indicating copy to clipboard operation
rustic copied to clipboard

Can we avoid creating empty folders when initializing a repo?

Open AlphaJack opened this issue 1 year ago • 4 comments

Is it needed to create all 256 data/ folders when initializing a repo? Or could they also be created when needed?

Borg:

└── 0
    ├── 0
    ├── 1
    ├── 10
    ├── 11
    ├── 12
    ├── 13
    ├── 14
    ├── 15
    ├── 16
    ├── 17
    ├── 18
    ├── 19
    ├── 2
    ├── 20
    ├── 21
    ├── 3
    ├── 4
    ├── 5
    ├── 6
    ├── 7
    ├── 8
    └── 9

2 directories, 22 files

Rustic:

[...]

├── e8
├── e9
├── ea
├── eb
├── ec
│   └── eca42cd695ae8243fa0ab3d3e649bcdbcf603cc0572992c7df3615874ac91620
├── ed
├── ee
├── ef
├── f0
├── f1
├── f2
├── f3
├── f4
├── f5
├── f6
├── f7
├── f8
├── f9
├── fa
├── fb
├── fc
├── fd
├── fe
└── ff

257 directories, 5 files

AlphaJack avatar Oct 10 '24 10:10 AlphaJack