Save a list of all my music to a file

SSH to slave27.local and then issue one of the following commands:

cd Music tree -l > /home/andy/Dropbox/music-2017-01-28.txt

Which gives output that looks something like this:

├── !!!
│   └── Thr!!!er
│       ├── 01 Even When The Water's Cold.m4a
│       ├── 02 Get That Rhythm Right.m4a
│       ├── 03 One Girl _ One Boy.m4a
│       ├── 04 Fine Fine Fine.m4a
│       ├── 05 Slyd.m4a
│       ├── 06 Californiyeah.m4a
│       ├── 07 Except Death.m4a
│       ├── 08 Careful.m4a
│       └── 09 Station (Meet Me At The).m4a

Or

cd Music
ls -lR > /home/andy/Dropbox/music-2017-01-28.txt

Which gives output that looks something like this:

./!!!:
total 4
drwxr-xr-x 2 andy andy 4096 Jul 29  2015 Thr!!!er

./!!!/Thr!!!er:
total 83052
-rw-r--r-- 1 andy andy  8087613 Jul 29  2015 01 Even When The Water's Cold.m4a
-rw-r--r-- 1 andy andy 11769687 Jul 29  2015 02 Get That Rhythm Right.m4a
-rw-r--r-- 1 andy andy  8565892 Jul 29  2015 03 One Girl _ One Boy.m4a
-rw-r--r-- 1 andy andy  8304978 Jul 29  2015 04 Fine Fine Fine.m4a
-rw-r--r-- 1 andy andy  9047227 Jul 29  2015 05 Slyd.m4a
-rw-r--r-- 1 andy andy  9621073 Jul 29  2015 06 Californiyeah.m4a
-rw-r--r-- 1 andy andy  9703375 Jul 29  2015 07 Except Death.m4a
-rw-r--r-- 1 andy andy 11784120 Jul 29  2015 08 Careful.m4a
-rw-r--r-- 1 andy andy  8150043 Jul 29  2015 09 Station (Meet Me At The).m4a