- Joined
- Mar 30, 2018
- Messages
- 4
- Reaction score
- 0
I want to use ditto command in terminal, but I'm not exactly sure how, or the other commands I need to get exactly what I want. I have used google takeout to get all my music files back before google play music shuts down and forces the switch to youtube music. Google takeout gives .zip files with 2GB in each. However, it's a random 2GB, no whole albums. I've seen others talk about using ditto for photos or emails with the same takeout format to get the files unzipped and organized all at once. The best example I found shows this:
ditto -x -k -V takeout-20190710T165610Z-001.zip \
takeout-20190710T165610Z-002.zip \
takeout-20190710T165610Z-003.zip \
takeout-20190710T165610Z-004.zip \
takeout-20190710T165610Z-005.zip \
takeout-20190710T165610Z-006.zip \
takeout-20190710T165610Z-007.zip \
takeout-20190710T165610Z-008.zip \
takeout-20190710T165610Z-009.zip \
takeout-20190710T165610Z-010.zip \
result 1>log.txt 2>&1
I can't find what -x, -k, and -V mean. Do I need them?
I get the error messages:
>>> Copying /Users/erin/Desktop/takeout/takeout-20201011T010128Z-001.zip
ditto: Couldn't read PKZip signature
>>> Copying /Users/erin/Desktop/takeout/takeout-20201011T010128Z-025.zip
ditto: /Users/erin/Desktop/takeout/takeout-20201011T010128Z-027.zip/Takeout/Google Play Music/Tracks/Led Zeppelin - Led Zeppelin III (1994 Rema(002).mp3: Not a directory
ditto: Unknown compression type
ditto -x -k -V takeout-20190710T165610Z-001.zip \
takeout-20190710T165610Z-002.zip \
takeout-20190710T165610Z-003.zip \
takeout-20190710T165610Z-004.zip \
takeout-20190710T165610Z-005.zip \
takeout-20190710T165610Z-006.zip \
takeout-20190710T165610Z-007.zip \
takeout-20190710T165610Z-008.zip \
takeout-20190710T165610Z-009.zip \
takeout-20190710T165610Z-010.zip \
result 1>log.txt 2>&1
I can't find what -x, -k, and -V mean. Do I need them?
I get the error messages:
>>> Copying /Users/erin/Desktop/takeout/takeout-20201011T010128Z-001.zip
ditto: Couldn't read PKZip signature
>>> Copying /Users/erin/Desktop/takeout/takeout-20201011T010128Z-025.zip
ditto: /Users/erin/Desktop/takeout/takeout-20201011T010128Z-027.zip/Takeout/Google Play Music/Tracks/Led Zeppelin - Led Zeppelin III (1994 Rema(002).mp3: Not a directory
ditto: Unknown compression type