cytopia / linux-timemachine

Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups
MIT License
780 stars 63 forks source link

Is there a reason for not allowing a remote source? #56

Closed dmi-000 closed 4 years ago

dmi-000 commented 4 years ago

What would break if I changed ! -d "${1}" ; to ! dir_exists "${1}" ?

cytopia commented 4 years ago

Remote to local backups where never a use case (yet), so I ensured it works the other way round and verifies any unsupported usage.

dmi-000 commented 4 years ago

Thank you. In that case, I will experiment with extending it for my use cases without depending on it being supported.

cytopia commented 3 years ago

@dmi-000 remote source is now coming: https://github.com/cytopia/linux-timemachine/pull/61