Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add possibility to save the backup per command #2376

Closed
update-freak opened this issue May 18, 2024 · 3 comments
Closed

[feature] Add possibility to save the backup per command #2376

update-freak opened this issue May 18, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@update-freak
Copy link

Version and OS
Synology DSM 7.2.1 with docker

Is your feature request related to a problem? Please describe.
It would be great to have the possibility to have an automatic export function of the link that his didn't has to be done by hand.
Therefore it would be good to have an export command, which can be triggered through e.g. synology task manager to do the export e.g. every friday at 01:00.

Describe the solution you'd like
For example for paperless-ngx there is a command like that
bash -c "docker exec Paperless-ngx document_exporter ../export -z"
Something similar for Changedetection would be nice.

Describe the use-case and give concrete real-world examples
To have a full automized system also a automatic backup solution would be nice that it is not required to do the backup very time I change something in the list.

@update-freak update-freak added the enhancement New feature or request label May 18, 2024
@dgtlmoon
Copy link
Owner

what about copying the docker volume instead? its not really necessary to have a special command because its just updating the datadir directly

@dgtlmoon
Copy link
Owner

bash -c "tar cvzf /backup.tgz /datadir; " also for example

@update-freak
Copy link
Author

yes, indeed. Then I will use your command. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants