Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google team disk 200,000 files #3827

Closed
Songxwn opened this issue Dec 26, 2019 · 5 comments
Closed

Google team disk 200,000 files #3827

Songxwn opened this issue Dec 26, 2019 · 5 comments

Comments

@Songxwn
Copy link

Songxwn commented Dec 26, 2019

The Google team disk is limited to 200,000 files. I hope that the upload can be combined and uploaded. Bypass this restriction

@ncw
Copy link
Member

ncw commented Dec 29, 2019

What is your use case for rclone?

@Songxwn
Copy link
Author

Songxwn commented Dec 30, 2019

backup file.
Too many small files, more than 400,000
 

@mxdpeep
Copy link

mxdpeep commented Jan 2, 2020

Google Shared Drive can contain a maximum of 400,000 files and folders
if you have more files, compress/tar it before syncing or sync to a non-shared folder, aka User folder

see https://support.google.com/a/answer/7338880?hl=en

@ncw
Copy link
Member

ncw commented Jan 4, 2020

If you are using rclone for backup then you could use restic with it which can backup to google drive via rclone. That packs small files together so you'll remain below the files limit.

For example my laptop has this many files

Total objects: 1264815
Total size: 203.586 GBytes (218598737207 Bytes)

which restic backs up to this many files. This includes incremental backups which is why the total is bigger.

$ rclone size remote:backup
Total objects: 72353
Total size: 324.240 GBytes (348150534919 Bytes)

@Songxwn Songxwn closed this as completed Jan 9, 2020
@Songxwn
Copy link
Author

Songxwn commented Jan 9, 2020

如果您使用rclone进行备份,则可以使用restic,它可以通过rclone备份到Google驱动器。它将小文件打包在一起,因此您将保持在文件限制以下。

例如我的笔记本电脑有这么多文件

Total objects: 1264815
Total size: 203.586 GBytes (218598737207 Bytes)

Restic备份到这么多文件。这包括增量备份,这就是为什么总量更大的原因。

$ rclone size remote:backup
Total objects: 72353
Total size: 324.240 GBytes (348150534919 Bytes)

Thank you very much, I will try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants