dirkpetersen / froster

Froster is a user-friendly archiving tool for teams that move data between Posix file systems and S3 like object storage systems such as AWS Glacier
Apache License 2.0
13 stars 1 forks source link

froster archive -- return to previous behavior #92

Closed dirkpetersen closed 5 days ago

dirkpetersen commented 1 week ago

currently i need to invoke -H to see hotspot files

froster archive -H

and after that I see

[?] How should we proceed with the archiving process?:
   Archive all hotspots
   Archive one hotspot
 > Cancel

this is not a good default behavior as people should never just be able archive everything with one click .... that is the purpose of the --larger xxx --older xxx option. This should happen:

froster archive 
No hotposts found.

You can search for hotspot by indexing folders using command:
    froster index "/your/folder/to/index"

For archive a specific folder run:
    froster archive "/your/folder/to/archive"
victormachadoperez commented 5 days ago

Even if only there is one I'll make the user select the hotspot file so it simplifies development and make the user aware of what he is doing.

Solved in froster v0.14.16