Thanks for sharing! I’m a pure headless Linux user, so I don’t know much about desktop environments
Thanks for sharing! I’m a pure headless Linux user, so I don’t know much about desktop environments
Depending on your file structure, you could probably keep this running all the time so you don’t have to manually intervene in the future
rysnc
might be a faster and more reliable option. It can compress the files for transfer and does checksums after the transfer is complete
I used something like this to transfer 12 TB from offsite to onsite with zero failures
rsync -arvzip --progress /path/to/host /path/to/destination
You can set up a screen
and let this run in the background all the time
Honestly, I read the book 2 years ago. I rarely review books when I read them, but this book I took the time to write one.
Like I said, the academic linguistics side of this was fascinating. I still refer back to the lesson on translation the word ciao
and how complex one word is. Before you even get to tone, content, sentence structure or any of the other complexities of language.
The magic side of it felt shoehorned into the book to make writing a conclusion easier. As you read it, imagine removing the magic and the plot is guided by less arcane happenings. How much could happen with just the bureaucracy, imperialism and capitalism?
Let alone… this is a world with literal magic. And history happened exactly as the real world? No difference except shellfish at a ball in the 1800s
I thought the linguistics part was great. Super fascinating and in depth and well explored.
The magic, historical fantasy and basically the rest of the book was awful.
screen
rsync
job to maintain parity between source and destinationrsync
will be running in the background until you kill itYou can reattach the screen whenever you want to check on status, change parameters or kill it