Plase add backup all expect some package...
Opened this issue · 3 comments
PrestarLin commented
- how to select not only one package or select all expect some package,such as container manager....because some package need too long time.
- if i can run the script in the plan? i want not run the script by hands.
- thank you for your development!
007revad commented
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"
PrestarLin commented
I could add an
--auto
optionThen 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
007revad commented
I thought of that as I was typing my previous reply.
I'll probably need a --automode option:
--automode=backup
--automode=restore