Skip to content

froster v0.16.10 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/pypi-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Upload as PyPi package
run-name: Publish froster in PyPi and install in Ubuntu-latest
name: PyPi Release Publish

run-name: PyPi Release Publish

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-credentials.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test "froster credentials" command
name: Test "froster credentials"

run-name: Test "froster credentials" command
run-name: Test "froster credentials"

on: [push, pull_request]

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
![Downloads](https://img.shields.io/pypi/dm/froster.svg)
![License](https://img.shields.io/github/license/dirkpetersen/froster)
![Python Version](https://img.shields.io/pypi/pyversions/froster.svg)
![Workflow Status](https://github.com/dirkpetersen/froster/actions/workflows/pypi-release-publish.yml/badge.svg)

[![PyPi Release Publish](https://github.com/HPCnow/froster/actions/workflows/pypi-release-publish.yml/badge.svg)](https://github.com/HPCnow/froster/actions/workflows/pypi-release-publish.yml)
[![Test "froster credentials"](https://github.com/HPCnow/froster/actions/workflows/test-credentials.yml/badge.svg)](https://github.com/HPCnow/froster/actions/workflows/test-credentials.yml)

Froster is a user-friendly archiving tool for teams that move data between high-cost POSIX file systems and low-cost S3-like object storage systems. It currently supports these S3 providers: AWS, GCS, Wasabi, IDrive, Ceph, and Minio. Froster can efficiently crawl your Posix file system metadata, recommend folders for archiving, generate checksums, and upload your selections to Glacier or other S3-like storage. It can retrieve data back from the archive using a single command. Additionally, Froster can mount S3/Glacier storage inside your on-premise file system and also restore it to an AWS EC2 instance.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "froster"
version = "0.16.9"
version = "0.16.10"
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
authors = ["Victor Machado <[email protected]>"]
readme = "README.md"
Expand Down
Loading