Synology_app_mover icon indicating copy to clipboard operation
Synology_app_mover copied to clipboard

Plase add backup all expect some package...

Open PrestarLin opened this issue 1 year ago • 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!

PrestarLin avatar Jul 07 '24 01:07 PrestarLin

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"

007revad avatar Jul 07 '24 07:07 007revad

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

PrestarLin avatar Aug 22 '24 03:08 PrestarLin

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

I'll probably need a --automode option:

--automode=backup
--automode=restore

007revad avatar Aug 22 '24 04:08 007revad

v4.0.73

  • Added exclude option in syno_app_mover.conf so you can exclude specified apps when "all" mode is selected.

007revad avatar Nov 28 '24 03:11 007revad