- Paths in config file

vospace_path_prefix = /vos

[transfer_node]
base_path = /home/{username}/store

[servers]
hostname =
base_path = /home/{username}

[tape]
frontend = 
base_path = /home/users/{username}

- We should maintain a coherence between {username} on different storage points
  ({username} should be the same in all places)

- Temporary dir with timestamp => flag?

- Add hostname parameter to dataArchiver.py

- How to scale the system: multiple queues (more complex scheduling) + FSM
- If we have more than one tape library, do we need an entry on the configuration file for each one?
  Does spectrum archive send data to the right tape according to a defined policy?
- And how many IA2 servers?