New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dayone_backup

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dayone_backup

Day One2 Backup ================

  • 0.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Day One2 Backup

Backup Day One2 data. Only MacOS & Day One2 supported.

Install

npm install -g dayone_backup

How to use

dayone-backup -h

  Usage: dayone-backup [options]

  Dayone2 backup application, supports only MacOS & Dayone2

  Options:

    -V, --version              output the version number
    -d, --dest <dir>           directory of backup destination
    -n, --dir_name<string>     directory name of backup files: $dest/$name/backup_files, default is "Dayone2Backup"
    -m, --max_backups<number>  max history backups remained, default is 5
    -h, --help                 output usage information
# backup to ~/Dropbox, and use default dir name, and keep only 1 backups
dayone-backup -d ~/Dropbox -m 1

Actually done

DB File:
/Users/???/Library/Group Containers/5U8NS4GX82.dayoneapp2/Data/Documents/DayOneBackup.zip
=>
/private/tmp/DayOneBackup.zip
=>
/private/tmp/dayone_tmp/DayOneBackup.sqlite
=>
/${Dest}/${$BackupName}/DayOne.sqlite

Photos:
/Users/???/Library/Group Containers/5U8NS4GX82.dayoneapp2/Data/Documents/DayOnePhotos/
=>
/${Dest}/${$BackupName}/DayOnePhotos.tar.gz

FAQs

Package last updated on 16 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc