007revad/Synology_app_mover

Plase add backup all expect some package...

Opened this issue · 3 comments

  1. how to select not only one package or select all expect some package,such as container manager....because some package need too long time.
  2. if i can run the script in the plan? i want not run the script by hands.
  3. thank you for your development!

I could add an --auto option

Then in syno_app_mover.conf I could add an auto setting that could be set like:

  • auto="all"
  • auto="AudioStation,Calendar,Chat,NoteStation"

As well as an exclude setting for when auto="all" is used:

  • exclude=
  • exclude="ContainerManager"
  • exclude="DownloadStation,ContainerManager,HyperBackup"

I could add an --auto option

Then in syno_app_mover.conf I could add an auto setting that could be set like:

  • auto="all"
  • auto="AudioStation,Calendar,Chat,NoteStation"

As well as an exclude setting for when auto="all" is used:

  • exclude=
  • exclude="ContainerManager"
  • exclude="DownloadStation,ContainerManager,HyperBackup"

how about the process? i think can add --auto backup ,--auto move and so on

I thought of that as I was typing my previous reply.

I'll probably need a --automode option:

--automode=backup
--automode=restore