You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
shutdown Fulcrum
insert external storage with enough free space (du -hs $datadir)
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?
du -hs $datadir
)$destination_dir
cp -rp $datadir $destination_dir/
cp -p /path1/to/Fulcrum.conf /path2/to/Fulcrum.service $destination_dir/
Fulcrum -v > $destination_dir/Fulcrum.VERSIONS
The text was updated successfully, but these errors were encountered: