├── .gitignore ├── README.md ├── cron.template ├── example-export.csv ├── export-data.py └── install-cronjob.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencerc99/maccy-backup/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencerc99/maccy-backup/HEAD/README.md -------------------------------------------------------------------------------- /cron.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencerc99/maccy-backup/HEAD/cron.template -------------------------------------------------------------------------------- /example-export.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencerc99/maccy-backup/HEAD/example-export.csv -------------------------------------------------------------------------------- /export-data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencerc99/maccy-backup/HEAD/export-data.py -------------------------------------------------------------------------------- /install-cronjob.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spencerc99/maccy-backup/HEAD/install-cronjob.sh --------------------------------------------------------------------------------