I just added a 1 Terabyte drive for both backup and regular file storage. I partioned the drive so I would have a volume purely for backup. Backing up to the drive was taking forever, i searched and found index is the problem. I also found a couple ways to stop indexing. I utilized the touch function, but the .metadata_never_index doesn't seem to take at all. I have since utilized the sudo mdutil function for just the backup volume and this works. However..... Will this permanently leave indexing off on this volume? The drive backs up my laptop so it's disconnected frequently. Also does anyone have a guess to why the never index function didn't work? The syntax looked to be perfect.
touch /Volumes/Obsidianice Backup/.metadata_never_index
Whenever i ran the ls function
ls -a /Volumes/Obsidianice Backup
to check it it returned
No such file or directory
Thanks for any help you can provide!
touch /Volumes/Obsidianice Backup/.metadata_never_index
Whenever i ran the ls function
ls -a /Volumes/Obsidianice Backup
to check it it returned
No such file or directory
Thanks for any help you can provide!