xyou365 / AutoRclone

AutoRclone: rclone copy/move/sync (automatically) with thousands of service accounts
https://www.gfan.loan/?p=235
1.36k stars 520 forks source link

after copying, the destination folder contains . and .. folders #81

Open fatshotty opened 3 years ago

fatshotty commented 3 years ago

Hi, I used autoRclone for copying my folder from gsuite to another gsuite. Everyting worked fine, but, after copying, I listed the entire content of the destination folder and I saw that it contains . and .. folder :-/

that's odd! the source directory doesn't contain them... I tried to copy another folder (with autoRclone) and encountered the same strange issue. I manually copied a folder... -> no issue

Hope this can help

Blank_Skitch_Document
verymucho commented 3 years ago

Those are always present and only show up when you use the "-a" option with ls. Typically ll is an alias for ls that adds that option.

Do they show up if you just do plain ls with no options?

fatshotty commented 3 years ago

Yes, I know 😂 Those folder are showing up with no options 😉 As we can see, those folder are listed after "AnneFrank" and that's odd