Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rsync-progress

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsync-progress

Shows rsync file progress and total progress as a progress bar.

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

Progress bar for rsync

Shows file progress and total progress as a progress bar.

Usage

Run rsync with -P and pipe into this program. Example::

rsync -P -avz user@host:/onefolder otherfolder/ | rsync-progress.py

It will show something like this::

65%|30652/117251|################         |ETA:  0:04:20|File:100%|Illustris-3/...68/gas2_subhalo_5885.hdf5|0:00:00|156.48kB/s

                                                               ^ File progress 
                                                                     ^ File name                             ^ ETA  ^ Speed
                  ^ Overall progress bar   ^ and ETA
           ^ total number of files
       ^ files to be checked
^ Overall progress

You need the progressbar-latest package installed (see PyPI).

Installation

::

$ pip install rsync-progress

Contributing

Contributions are welcome. Please open an issue or a pull request.

License: MIT

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc