I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied over, on
a folder-by-folder basis (for example, to exclude some sub-folders of a folder).
Can you suggest a good application for this?
I have ChronoSync, but it's rule-based rather than selection-based. I considered using tags in the Finder to mark folders, but it feels too cumbersome, and there's no good way of doing exclusions.
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied over, on
a folder-by-folder basis (for example, to exclude some sub-folders of a folder).
Can you suggest a good application for this?--
I have ChronoSync, but it's rule-based rather than selection-based. I considered using tags in the Finder to mark folders, but it feels too cumbersome, and there's no good way of doing exclusions.
Daniele
On 25/01/2026 12:28, D.M. Procida wrote:
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied over, on
a folder-by-folder basis (for example, to exclude some sub-folders of a
folder).
Assuming you mean a one-off initial selection of files that are then
kept in synch each time you run the synch process then you don't need an
app at all, just a list of file names/paths in a text file and the --files-from option to the rsynch utility.
Details here. <https://stackoverflow.com/questions/16647476/how-to-rsync-only-a-specific-list-of-files>
If your exclusions are always entire sub-folders then then --exclude
option might be a better fit.
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied over, on
a folder-by-folder basis (for example, to exclude some sub-folders of a folder).
Can you suggest a good application for this?
I have ChronoSync, but it's rule-based rather than selection-based. I considered using tags in the Finder to mark folders, but it feels too cumbersome, and there's no good way of doing exclusions.
On 25 Jan 2026 at 12:55:53 GMT, "Bruce" <07.013@scorecrow.com> wrote:ist-of-files>
On 25/01/2026 12:28, D.M. Procida wrote:
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied
over, on a folder-by-folder basis (for example, to exclude some
sub-folders of a folder).
Assuming you mean a one-off initial selection of files that are then
kept in synch each time you run the synch process then you don't need an app at all, just a list of file names/paths in a text file and the --files-from option to the rsynch utility.
Details here. <https://stackoverflow.com/questions/16647476/how-to-rsync-only-a-specific-l
If your exclusions are always entire sub-folders then then --exclude
option might be a better fit.
Nice idea, but unfortunately, several hundred folders, so really I need some sort of click to select/deselect mechanism.
D.M. Procida <daniele-at-vurt-dot-org@invalid.com> wrote:
On 25 Jan 2026 at 12:55:53 GMT, "Bruce" <07.013@scorecrow.com> wrote:ist-of-files>
On 25/01/2026 12:28, D.M. Procida wrote:
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied
over, on a folder-by-folder basis (for example, to exclude some
sub-folders of a folder).
Assuming you mean a one-off initial selection of files that are then
kept in synch each time you run the synch process then you don't need an >>> app at all, just a list of file names/paths in a text file and the
--files-from option to the rsynch utility.
Details here.
<https://stackoverflow.com/questions/16647476/how-to-rsync-only-a-specific-l
If your exclusions are always entire sub-folders then then --exclude
option might be a better fit.
Nice idea, but unfortunately, several hundred folders, so really I need some >> sort of click to select/deselect mechanism.
I must confess that I really don't understand your problem.
You have a source bundle, and a back-up of it,
but you don't want the back-up to be identical to the source.
What could be the point of that?
Nice idea, but unfortunately, several hundred folders, so really I need some >> sort of click to select/deselect mechanism.
I must confess that I really don't understand your problem.
You have a source bundle, and a back-up of it,
but you don't want the back-up to be identical to the source.
What could be the point of that?
On 26/01/2026 11:08, J. J. Lodder wrote:
D.M. Procida <daniele-at-vurt-dot-org@invalid.com> wrote:
On 25 Jan 2026 at 12:55:53 GMT, "Bruce" <07.013@scorecrow.com> wrote:
On 25/01/2026 12:28, D.M. Procida wrote:
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied >>>>> over, on a folder-by-folder basis (for example, to exclude some
sub-folders of a folder).
Assuming you mean a one-off initial selection of files that are then
kept in synch each time you run the synch process then you don't need an >>>> app at all, just a list of file names/paths in a text file and the
--files-from option to the rsynch utility.
Details here.
<https://stackoverflow.com/questions/16647476/how-to-rsync-only-a-specific-list-of-files>
If your exclusions are always entire sub-folders then then --exclude
option might be a better fit.
Nice idea, but unfortunately, several hundred folders, so really I need some
sort of click to select/deselect mechanism.
I must confess that I really don't understand your problem.
You have a source bundle, and a back-up of it,
but you don't want the back-up to be identical to the source.
What could be the point of that?
Perhaps there are generated files that don't need to be copied - in the
same way a .gitignore is used to stop object files being put under
version control?
On 26 Jan 2026 at 16:05:03 GMT, "Bruce" <07.013@scorecrow.com> wrote:
On 26/01/2026 11:08, J. J. Lodder wrote:
D.M. Procida <daniele-at-vurt-dot-org@invalid.com> wrote:
On 25 Jan 2026 at 12:55:53 GMT, "Bruce" <07.013@scorecrow.com> wrote:
On 25/01/2026 12:28, D.M. Procida wrote:
I want to keep two trees of files in sync.
I need to be able to select which items in the source tree are copied >>>>>> over, on a folder-by-folder basis (for example, to exclude some
sub-folders of a folder).
Assuming you mean a one-off initial selection of files that are then >>>>> kept in synch each time you run the synch process then you don't need an >>>>> app at all, just a list of file names/paths in a text file and the
--files-from option to the rsynch utility.
Details here.
<https://stackoverflow.com/questions/16647476/how-to-rsync-only-a-specific-list-of-files>
If your exclusions are always entire sub-folders then then --exclude >>>>> option might be a better fit.
Nice idea, but unfortunately, several hundred folders, so really I need some
sort of click to select/deselect mechanism.
I must confess that I really don't understand your problem.
You have a source bundle, and a back-up of it,
but you don't want the back-up to be identical to the source.
What could be the point of that?
Perhaps there are generated files that don't need to be copied - in the
same way a .gitignore is used to stop object files being put under
version control?
It's the same thing you helped with me a year or so ago - an Apple Music selection to another medium.
On 26 Jan 2026 at 11:08:23 GMT, "J. J. Lodder" <J. J. Lodder> wrote:
Nice idea, but unfortunately, several hundred folders, so really I need
some sort of click to select/deselect mechanism.
I must confess that I really don't understand your problem.
You have a source bundle, and a back-up of it,
but you don't want the back-up to be identical to the source.
What could be the point of that?
I'm still trying to find a nice way to get a selection (1000s of items, needs to be updated now and then) from my music library (many thousands of items and
growing) that needs to be updated now and then, onto another medium.
Nice idea, but unfortunately, several hundred folders, so really I need some sort of click to select/deselect mechanism.
D.M. Procida <daniele-at-vurt-dot-org@invalid.com> wrote:
Nice idea, but unfortunately, several hundred folders, so really I need some >> sort of click to select/deselect mechanism.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 59 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 00:17:36 |
| Calls: | 810 |
| Files: | 1,287 |
| Messages: | 197,867 |