Releases: dirkpetersen/froster
Releases · dirkpetersen/froster
Reverting GUI Verschlimmbesserung
[perf: delay write permission check for large hotspot files]
[feat: enhance interactive index with logging and progress bar]
[feat: include filtering args in quit-to-cli command]
[feat: Print archive command on Quit to CLI in hotspot selection]
[fix: Add error handling for hotspot file loading]
[feat: use TableHotspots for write-filtered hotspot folder selection]
Smaller fixes
- recursion improvements
- github action s3 permissions
- smaller code polishing
a number of smaller fixes
- set version to 0.20.5
- test: remove froster command execution from test_data.sh
- test: add symlink creation to test data generation
- test: set symlink timestamps in test data generation
- fix: Use touch -h -m for symlinks in test_data.sh
- test: add integration test script
- refactor: Move test data generation to external script
- fix: rename conflicting script_dir variable in test script
- fix: add missing functions and call generate_test_data
- test: create test data dir in current working directory
- fix: exit archive command immediately after reset
- fix: set HOME environment variable for rclone execution
- fix: disable rclone AWS SSO check
- fix: run pipx install froster in foreground to prevent hang
- fix: use printf %s for spinner display
- style: Add ellipsis to installation message
- perf: add parallelism to rclone checksum
- fix: Add --s3-no-check-bucket flag for Ceph provider
- fix: Prevent archiving empty or metadata-only directories
- refactor: skip archiving dirs containing only subdirs/metadata
Symlink fixes
Include symbolic links in small files tar
Treat directory symlinks as files in _walker wrapper
Skipping permissions and iconv fix
Merge pull request #159 from dirkpetersen/permissions skipping permissions and iconv fix
permission bug files and smaller fixes
- file system permissison bugfixes
- rclone command line order issues
- linting problem
v0.20.1
What's Changed
- Smaller Fixes by @dirkpetersen in #155
- updated dependencies by @dirkpetersen in #156
Full Changelog: v0.19.0...v0.20.1
various bug fixes and a progress bar
Fixes:
- install.sh fixes / timing issues
- rearrange module import
- whitespace strip profile creation
- added GLACIER_IR to list
- catch no Expedited support for DEEP_ARCHIVE
- add transfers/checkers/streams to rclone
- fix bug in scheduled slurm glacier restore
- improve print_error
Features:
- add progressbar to md5sum generator (added tqdm package)
- default core/memory setting to SLURM env var if there
minor bug fixes
minor bugfixes / typos:
deterministic iconv path,
rclone install from tmpdir,
check if github.com and downloads.rclone.com are reachable
package dependencies
clarification: S3 profile instead profile
froster v0.18.1
Merge pull request #143 from dirkpetersen/fix-path-when-using-double-…