Skip to content

Transferring files to a remote server with an unstable connection

Notifications You must be signed in to change notification settings

PyRo1509/KeepRsyncing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

KeepRsyncing

Used for uploading large files on an unstable and slow connection. Files will be deleted from sending computer once transfered.


Installation:

sudo chmod +x KeepRsyncing.sh
sudo ln -s *LOCATION*/KeepRsyncing.sh /usr/local/bin/

Edit config file with your details.

  1. Username
  2. Server
  3. Upload Location
  4. Upload Speed

Usage:

KeepRsyncing File1 File2 File3 File4 ...

Note: This really only works if you have an sshkey pair set up.

ssh-keygen -t rsa -b 4096
ssh-copy-id [email protected]

About

Transferring files to a remote server with an unstable connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages