I'm very glad I found your project! - I like it very much.
please, enable multiple sources like rsync does:
rsync SRC... [DEST]
reasons:
I have multiple SOURCE dirs which I want to backup at the same time into the same TARGET. Currently, I have to issue one commandline per SOURCE
- Multiple required commands glued together into one line are ugly, but this seems to be the only way to start a multi-source
timemachine backup from cron or other system event.
- a multi-source multi-liner produces an ugly result, because only the latest SOURCE remains in target Current directory, while all other SOURCE dirs of my backub job are cluttered each into another timestamped/past directory in the target.
I'm very glad I found your project! - I like it very much.
please, enable multiple sources like rsync does:
rsync SRC... [DEST]reasons:
I have multiple SOURCE dirs which I want to backup at the same time into the same TARGET. Currently, I have to issue one commandline per SOURCE
timemachinebackup from cron or other system event.