Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Backup Destinations #4

Open
stevefeinstein opened this issue Dec 1, 2016 · 1 comment
Open

Multiple Backup Destinations #4

stevefeinstein opened this issue Dec 1, 2016 · 1 comment
Assignees

Comments

@stevefeinstein
Copy link

Time machine allows for adding multiple drives for backups, it then writes backups to those drives in a round robin. I was trying to understand which drive would be affected by your scripts, or would all of them be? Would it be possible to add options to select a particular drive, or all drives?

@emcrisostomo
Copy link
Owner

Hi @stevefeinstein, it's a valid concern.

The script currently gets the enumeration of backups no matter which drive they come from. I think, but I should verify it, that the macOS interface I'm using only enumerates currently available backup. That is: if a backup sits in a drive which is not connected, then it's not listed, and it's not taken into account in any way.

I'm considering adding support for multiple destinations to this script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants