asimov icon indicating copy to clipboard operation
asimov copied to clipboard

Automatically exclude development dependencies from Apple Time Machine backups

Results 37 asimov issues
Sort by recently updated
recently updated
newest added

I think it would be a great thing to actually have a place to store options that are suggested in other issues: We could do something like: `~/.asimovrc` which contains...

enhancement

I was wondering if this script would cause issue when restoring the back for apps that have one of the excluded patterns in their folder. For example, Electron-based apps such...

It would be a great feature if asimov only excluded files that were children of your current directory. This would help solve the problem of asimov excluding files in `~/.vscode`...

Hi, I installed this via brew, and ran it as a brew service, and nothing happened. Looking at it, I don't understand how it ever could - `ASIMOV_ROOT` is defined...

I had this output when running asimov: ``` /Users/yyy/Projects/xxx/node_modules/postcss-minify-params/node_modules has been excluded from Time Machine backups ``` There should be no need to do that, as `/Users/yyy/Projects/xxx/node_modules/` is already ignored...

enhancement

Package managers will typically create a cache directory in order to prevent the same packages from being downloaded over and over again. For example, [Composer](https://getcomposer.org) will store these in `~/.composer/cache`....

enhancement
help wanted
dependency pattern

Based on previous PR https://github.com/stevegrunwell/asimov/pull/65 Allow to exclude custom paths from TM backups

hello - nice tool. However I installed it without realising there is no documentation for removing excludes and uninstalling. How would I go about this? thanks, D.

documentation

The goal is to use a config file for excludes/includes, allowing to define custom paths. The default config files are created if they do not exists, with the same defaults...