Skip to content

Releases: dirkpetersen/froster

Reverting GUI Verschlimmbesserung

05 May 06:04
1174258
Compare
Choose a tag to compare

[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

04 May 18:09
76d1057
Compare
Choose a tag to compare
  • recursion improvements
  • github action s3 permissions
  • smaller code polishing

a number of smaller fixes

28 Apr 01:33
d259198
Compare
Choose a tag to compare
  • 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

27 Apr 20:50
bef0e9a
Compare
Choose a tag to compare

Include symbolic links in small files tar
Treat directory symlinks as files in _walker wrapper

Skipping permissions and iconv fix

27 Apr 18:26
8aee5f9
Compare
Choose a tag to compare
Merge pull request #159 from dirkpetersen/permissions

skipping permissions and iconv fix

permission bug files and smaller fixes

27 Apr 16:31
733f5fd
Compare
Choose a tag to compare
  • file system permissison bugfixes
  • rclone command line order issues
  • linting problem

v0.20.1

04 Feb 03:55
321b600
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.1

various bug fixes and a progress bar

06 Sep 18:58
Compare
Choose a tag to compare

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

26 Aug 23:08
c29f433
Compare
Choose a tag to compare

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

08 Jul 09:39
fe30d44
Compare
Choose a tag to compare
Merge pull request #143 from dirkpetersen/fix-path-when-using-double-…