LinuxCommandLibrary

rsyncy

Status and progress bar for rsync

TLDR

Sync files with a visual progress bar
$ rsyncy -a [/source/] [/destination/]
copy
Remote sync with progress display
$ rsyncy -avz [remote:/path/] [/local/]
copy

SYNOPSIS

rsyncy [rsync-options] source destination

DESCRIPTION

rsyncy wraps rsync to display a visual progress bar showing transfer progress, speed, elapsed time, and file counts. You run it with the same arguments as rsync and it adds the necessary --info flags automatically.

HISTORY

rsyncy was created by Christian Zangl (laktak) and is written in Go.

SEE ALSO

rsync(1), progress(1), pv(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard