AaronV77 / Monday

Scripts that create aliases in order to be able to push and pull from a central storage server that you can have at home.
GNU General Public License v2.0
0 stars 0 forks source link

Push: Large Directories #2

Closed AaronV77 closed 5 years ago

AaronV77 commented 5 years ago

I pushed a Documents folder that had a lot in it but when I looked on the server not all the directories had made it to the server. I'm thinking that tar crapped out because of the size, and might have to come up with a way to chunk the tar transfer.

AaronV77 commented 5 years ago

I've come up with a solution for this issue, but still have not looked at this problem with out seeing what tar might be complaining about. But, I was thinking that we some how take the size of the file or directory that we are looking at and compare it to the item that we have transferred over to the server. This would check to make sure that everything was sent over to the server correctly, like TCP.