Smattr / mattutils

Repository for all my random tools and scripts I use
11 stars 1 forks source link

airlock: rsync with source and destination not simultaneously accessible #30

Closed Smattr closed 6 years ago

Smattr commented 6 years ago

Ported from BE: An occasional need has come up to do an rsync when only the source or destination can be mounted at once; not both. This is a pretty obscure scenario and I'm not aware of any built in support in rsync for this (though this should be investigated). This could probably be supported with relatively little pain by repeated partial syncing through a temporary location. I haven't clearly thought this through, but I think it could easily be scripted.

Smattr commented 6 years ago

This is not a priority any more. Closing as WONTFIX.