Skip to content

fabarrios/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts

Some rsync scripts that are tested and working

rsync backup of the data files at my MacOS system to a local Drobo -drobo02- system, using the ideas and instrucions in http://troy.jdmz.net/rsync/index.html with rsync and ssh with no passwd.

The local Drobo is running a rsync installed from https://github.com/droboports/rsync

To send to a Drobo, which has a limited CPU power, from workstation rsync should go with compression

rsync -ahz [files]

to recover from a Drobo it works better to do it without compression

rsync -ah [files]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages