linux-timemachine
linux-timemachine copied to clipboard
Add support for multiple sources
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 argif the first source is remoteUnexpected remote argif the first source is local