Skip to content

A script to mirror a file server over HTTP, optionally downloading only newer files or files that do not already exist, and supporting resumable downloads.

License

Notifications You must be signed in to change notification settings

APIVersa/rSyncOverHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

rSyncOverHTTP

A script to mirror a file server over HTTP, optionally downloading only newer files or files that do not already exist, and supporting resumable downloads.

TODO:

  • Update owner info to the one that ran the script
  • Add flag for user-agent
  • Add more flags and optional usage criteria

Installation:

Step 1: wget the file to /usr/bin

sudo wget https://raw.githubusercontent.com/APIVersa/rSyncOverHTTP/main/rsyncoverhttp -O /usr/bin/rsyncoverhttp

Step 2: chmod +x the file

sudo chmod +x /usr/bin/rsyncoverhttp

Step 3: use rsyncoverhttp command to run your commands

rsyncoverhttp --help

About

A script to mirror a file server over HTTP, optionally downloading only newer files or files that do not already exist, and supporting resumable downloads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages