Backup multiple dirs to one place

Get help for specific problems
Posts: 1
Joined: 24 Apr 2015

mike20033

I am interested in this task.
I have a lot of directories in different places for backup.
In other programs, I can simply locate needed dirs and 1 destination dir. And start.
All directories will be in one place.

C:\dir1
C:\temp\dir2
D:\001\dir3
to
x:\backups\

-after
x:\backups\dir1
x:\backups\dir2
x:\backups\dir3

Can the program automatically create a directory source name?
Is it possible to do such a thing?
At the moment, I see the need to create a directory for each source dir by hands. create a pair. and assign dirs by hand.
This is so uncomfortable!