Skip to content

How to make a good backup? #271

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

Open
codo1 opened this issue Jan 17, 2025 · 0 comments
Open

How to make a good backup? #271

codo1 opened this issue Jan 17, 2025 · 0 comments

Comments

@codo1
Copy link

codo1 commented Jan 17, 2025

I installed, started and synced Fulcrum. Now I would like to make a backup, so if something goes wrong I need not do the full sync again. What is the best way to make the backup? For example would the following do OK?

  1. shutdown Fulcrum
  2. insert external storage with enough free space (du -hs $datadir)
  3. mount under $destination_dir
  4. cp -rp $datadir $destination_dir/
  5. cp -p /path1/to/Fulcrum.conf /path2/to/Fulcrum.service $destination_dir/
  6. Fulcrum -v > $destination_dir/Fulcrum.VERSIONS
  7. unmount and take out external storage
  8. start Fulcrum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant