How to pass multiple rsync source directories as bash array elements #bash #rsync
https://askubuntu.com/q/1565079/612

How to pass multiple rsync source directories as bash array elements
I have a bash script that's attempting to sync multiple sources to a single destination. The idea is to sync the contents of my home folder along with the entire /etc/ssh directory. The script de...
Ask Ubuntu