linux-timemachine icon indicating copy to clipboard operation
linux-timemachine copied to clipboard

Add support for multiple sources

Open NotLazy opened this issue 5 months ago • 1 comments

NotLazy avatar Jul 29 '25 10:07 NotLazy

rsync does the consistency check that sources are either all remote or all local, so instead of doing that check in timemachine, maybe it could be delegated to rysnc, which would die with the relevant error.

The errors are either:

  • Unexpected local arg if the first source is remote
  • Unexpected remote arg if the first source is local

book avatar Nov 17 '25 11:11 book