Skip to content

Commit 992326c

Browse files
Merge pull request #140 from HPCNow/main
froster v0.17.1
2 parents 2a6107a + 8081bc8 commit 992326c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Diff for: README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
![image](https://user-images.githubusercontent.com/1427719/235330281-bd876f06-2b2a-46fc-8505-c065bb508973.png)
22

33

4-
![PyPI](https://img.shields.io/pypi/v/froster.svg)
5-
![Downloads](https://img.shields.io/pypi/dm/froster.svg)
6-
![License](https://img.shields.io/github/license/dirkpetersen/froster)
7-
![Python Version](https://img.shields.io/pypi/pyversions/froster.svg)
8-
[![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)
9-
[![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)
4+
[![PyPI](https://img.shields.io/pypi/v/froster.svg)](https://pypi.org/project/froster/)
5+
[![Downloads](https://img.shields.io/pypi/dm/froster.svg)](https://pypi.org/project/froster/)
6+
[![License](https://img.shields.io/github/license/dirkpetersen/froster)](https://raw.githubusercontent.com/dirkpetersen/froster/main/LICENSE)
7+
[![Python Version](https://img.shields.io/pypi/pyversions/froster.svg)](https://pypi.org/project/froster/)
8+
[![PyPi Release Publish](https://github.com/dirkpetersen/froster/actions/workflows/pypi-release-publish.yml/badge.svg)](https://github.com/dirkpetersen/froster/actions/workflows/pypi-release-publish.yml)
9+
[![Test "froster credentials"](https://github.com/dirkpetersen/froster/actions/workflows/test-credentials.yml/badge.svg)](https://github.com/dirkpetersen/froster/actions/workflows/test-credentials.yml)
10+
[![Test basic features](https://github.com/dirkpetersen/froster/actions/workflows/test-basic-features.yml/badge.svg)](https://github.com/dirkpetersen/froster/actions/workflows/test-basic-features.yml)
1011

1112
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.
1213

@@ -478,7 +479,7 @@ The files in this folder have been moved to an AWS S3 archive!
478479
Archive location: :s3:froster-vmachado-test/froster/home/vmachado/Desktop/froster/csv
479480
Archive aws profile: profile aws
480481
Archiver user: vmachado
481-
Archiver email: victor.machado@hpcnow.com
482+
Archiver email: your@email.com
482483
froster-archives.json: /home/vmachado/.local/share/froster/froster-archives.json
483484
Archive tool: https://github.com/dirkpetersen/froster
484485
Restore command: froster restore "/home/vmachado/Desktop/froster/csv"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "froster"
7-
version = "0.17.0"
7+
version = "0.17.1"
88
description = "Froster is a tool for easy data transfer between local file systems and AWS S3 storage."
99
authors = ["Victor Machado <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)