overleaf-backup-tool icon indicating copy to clipboard operation
overleaf-backup-tool copied to clipboard

A script that automatically backups all Overleaf projects to a local folder. It works.

Results 2 overleaf-backup-tool issues
Sort by recently updated
recently updated
newest added

When running this, ``` Traceback (most recent call last): │···· File "overleaf_backup.py", line 48, in │···· overleaf_client.login_with_user_and_pass(username, password) │···· File "/data/overleaf-backup-tool/clients/OverleafClient.py", line 122, in login_with_user_and_pass │···· raise Exception(err_msg) │····Exception: Status...

overleaf v2 launched and this tool did not work. ``` Traceback (most recent call last): File "/overleaf-backup-tool/overleaf_backup.py", line 50, in projects_info_list = overleaf_client.get_projects(status="all") File "/overleaf-backup-tool/clients/OverleafClient.py", line 42, in get_projects status_projects...