@cloud-archiver/tasks

1.0.0 • Public • Published

cloud-archiver

Cloud archiver helps you to backup data from different cloud services. This plugin makes it possible to run multiple commands at once which is helpfull if you want to run your backups using a scheduler like cron or systemd-timers.

setup

Install the plugin into your cloud archiver configuration directory.

$ npm install --save @cloud-archiver/tasks

Edit your configuration to load the plugin and define your tasks.

plugins: [
// ...
  require('@cloud-archiver/tasks')
// ...
]

tasks: {
  daily: [
    'spotify:playlists some_user',
    'spotity:playlists some_other_user'
  ]
}

All commands are interpreted as cloud-archiver sub commands. To run them use the task:run command.

$ node_modules/.bin/cloud-archiver task:run daily

license

MIT

/@cloud-archiver/tasks/

    Package Sidebar

    Install

    npm i @cloud-archiver/tasks

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.87 kB

    Total Files

    4

    Last publish

    Collaborators

    • mawalu