BitShares Forum

Main => Technical Support => Topic started by: ozvic on February 13, 2015, 11:24:39 am

Title: .BitShares/exceptions
Post by: ozvic on February 13, 2015, 11:24:39 am
Was thinking of zipping up my current block-state and copying it to another computer for a quicker initial sync.

Did a du -h and noticed my exceptions folder is 6.5GB! Is this folder required?

Code: [Select]
~/.BitShares$ du -h
16M     ./peers.leveldb
24K     ./mail_client/properties
20K     ./mail_client/archive
24K     ./mail_client/processing
24K     ./mail_client/inbox
96K     ./mail_client
100K    ./wallets/.backups/--
104K    ./wallets/.backups
16M     ./wallets/--
16M     ./wallets
47M     ./chain/index/balance_id_to_record
7.6M    ./chain/index/account_id_to_record
4.4M    ./chain/index/ask_db
20K     ./chain/index/asset_proposal_db
4.5M    ./chain/index/account_name_to_id
20K     ./chain/index/edge_index
13M     ./chain/index/block_id_to_undo_state
20K     ./chain/index/future_blocks_db
20K     ./chain/index/slot_index_to_record
556K    ./chain/index/collateral_db
6.9M    ./chain/index/asset_id_to_record
20K     ./chain/index/reverse_edge_index
1.9M    ./chain/index/market_history_db
2.2M    ./chain/index/account_address_to_id
376K    ./chain/index/pending_transaction_db
20K     ./chain/index/relative_bid_db
20K     ./chain/index/slot_timestamp_to_delegate
3.8M    ./chain/index/bid_db
98M     ./chain/index/fork_db
16M     ./chain/index/market_status_db
20K     ./chain/index/address_to_trx_db
3.7M    ./chain/index/asset_symbol_to_id
63M     ./chain/index/fork_number_db
590M    ./chain/index/id_to_transaction_record_db
20K     ./chain/index/object_db
7.5M    ./chain/index/property_db
13M     ./chain/index/feed_index_to_record
456K    ./chain/index/short_db
20K     ./chain/index/auth_db
872K    ./chain/index/slate_id_to_record
466M    ./chain/index/block_id_to_block_record_db
20K     ./chain/index/relative_ask_db
116K    ./chain/index/burn_db
30M     ./chain/index/market_transactions_db
1.4G    ./chain/index
61M     ./chain/raw_chain/block_num_to_id_db
841M    ./chain/raw_chain/block_id_to_block_data_db
902M    ./chain/raw_chain
2.3G    ./chain
3.4M    ./logs/default
4.0K    ./logs/rpc
4.0K    ./logs/blockchain
29M     ./logs/p2p
33M     ./logs
6.5G    ./exceptions
8.7G    .
Title: Re: .BitShares/exceptions
Post by: bytemaster on February 13, 2015, 01:22:12 pm
No. Delete it
Title: Re: .BitShares/exceptions
Post by: ozvic on February 13, 2015, 02:51:00 pm
Cheers!