====== FAQ: What is the different between backup mode 'Sequential' and 'Concurrent'? ====== The main different between them are how backup data are uploaded to the backup destinations. ===== Sequential ===== The backup job will upload the backup data to the selected backup destination one by one (e.g. sequentially). Data will be first uploaded to the first backup destination in the list (list in the destination setting of the backup set), and once that is completed, data will be uploaded to the next backup destination. For example (both backup destinations are selected for the backup): {{public:5026_7.png}} In the above example, data will first be uploaded to the OBS backup destination. When the upload is completed, data will be uploaded to the Local Drive backup destination. Backup job in sequential mode is slower (in comparison to concurrent mode), but will take less resources (e.g. memory, CPU, bandwidth ... etc.) of the client computer to complete. ===== Concurrent ===== The backup job will upload the backup data to the selected backup destination at the same time (e.g. concurrently). For example (both backup destinations are selected for the backup): {{public:5026_8.png}} In the above example, data will be uploaded to the OBS and Local Drive backup destination at the same time. Backup job in concurrent mode is faster (in comparison to sequential mode), but will take up more resources (e.g. memory, CPU, bandwidth ... etc.) of the client computer to complete. You can configure the maximum number of concurrent backup destination.