Questions regarding recursivity #33
Replies: 3 comments
-
When you mount, you always "do it recursively".
|
Beta Was this translation helpful? Give feedback.
-
The folder tree i am working with is about 7-8 folders deep and has a perhaps about 100 million folders
Yes, that would actually be ideal any make restores easier. But I am concerned about scalability and also readability of the froster-archives.json which could have tens of thousands of folders quickly . A corner case that is not well tested is currently . someone archives /folder1/folder2/folder3 recursively and later someone else archives /folder1/folder2 non-recursively. The restores for these 2 cases are not well tested
Yes
Rarely, but in some cases people might have restored once then make a change and might want to restore again without affecting the changed data, rare chase |
Beta Was this translation helpful? Give feedback.
-
Yes, that is required as some people could restore huge tree but then want to get only a subset back. It is currently implemented but perhaps not working as expected ? |
Beta Was this translation helpful? Give feedback.
-
Recursivity in archiving
froster archive --recursive /folder/to/archive
will continue working as always but it will make an entry to froster-archives.json for every archived folder. Does that make sense?Shall we allow user to mount recursively?
Is it useful for a user to mount in a mountpoint different than the actual folder?
Beta Was this translation helpful? Give feedback.
All reactions