Skip to content

coffeepenbit/transfer_once

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer once

Transfer files only once using rsync

The purpose is to allow for moving/deleting files at the destination, without worrying about files being copied over additional times. By default, rsync will retransfer these moved/deleted files.

Running

To run: ./transfer_once.sh <source_directory> <destination_directory>

You can get more help with ./transfer_once.sh -h

Running tests

To run unit tests, run: bats ./tests.sh

About

Transfer files only once using rsync

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages