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

Make backup run in background. #21

Open
2 of 7 tasks
a-t-0 opened this issue Jan 27, 2023 · 0 comments
Open
2 of 7 tasks

Make backup run in background. #21

a-t-0 opened this issue Jan 27, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@a-t-0
Copy link
Contributor

a-t-0 commented Jan 27, 2023

TO reproduce/start debugging:

src/main.sh -un # uninstall Nextcloud

src/main.sh \
  --configure-nextcloud \
  --configure-tor \
  --local-http-nextcloud-port 80 \
  --local-https-nextcloud-port 443 \
  --external-nextcloud-port 443 \
  --ssl-password somepassword \
  --verbose

Backup

To create a backup, run:

sudo ./export_data -a -b -c -d

That creates a backup file, which can be imported with (e.g.):

sudo ./import_data -a -b -c -d /home/name/git/backup0/20230523-212316

In order of priority:

@a-t-0 a-t-0 mentioned this issue May 23, 2023
@a-t-0 a-t-0 added good first issue Good for newcomers help wanted Extra attention is needed labels May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant