{"id":28213432,"url":"https://github.com/fealone/salvare","last_synced_at":"2026-06-13T16:33:02.225Z","repository":{"id":138321045,"uuid":"313798968","full_name":"fealone/salvare","owner":"fealone","description":"This tool is for sending directories to storage on clouds for backup. 'salvare' means save in Latin.","archived":false,"fork":false,"pushed_at":"2022-12-22T01:45:00.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-17T11:58:01.090Z","etag":null,"topics":["aws-s3","backup","dropbox","gcp-storage","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fealone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-18T02:17:25.000Z","updated_at":"2022-12-22T01:45:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae31561d-321c-417c-b887-e39b0a31e9d6","html_url":"https://github.com/fealone/salvare","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fealone/salvare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fealone%2Fsalvare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fealone%2Fsalvare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fealone%2Fsalvare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fealone%2Fsalvare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fealone","download_url":"https://codeload.github.com/fealone/salvare/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fealone%2Fsalvare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34292324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-s3","backup","dropbox","gcp-storage","shell"],"created_at":"2025-05-17T20:10:39.511Z","updated_at":"2026-06-13T16:33:02.221Z","avatar_url":"https://github.com/fealone.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# salvare\nThis tool is for sending directories to storage on clouds for backup.  \n'salvare' means save in Latin.\n\n## Help\n\n```\nUsage: salvare [TARGET] [OPTIONS]...\n\nTarget:\n  Backup target\n\nOptions:\n  -h, --help  Show this message and exit.\n  -u, --upload-type [ENUM]  Select upload type [GCS, S3, Dropbox].\n  -d, --destination [TEXT]  Destination path by upload type.\n  -t, --tmpdir [TEXT]  The path used for writing with temporary.\n  -n, --name [TEXT]  Used for the temporary file.\n  -a, --access-token [TEXT]  Access token by upload type.\n```\n\n## Usage\n\n### GCS\n\n#### Required\n* gcloud\n* curl\n\n#### Commands\n\n```bash\nexport CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=credentials.json\n./salvare {BACKUP_DIRECTORY} -u GCS -d gs://{BUCKET}/{OBJECT}\n```\n\n### S3\n\n#### Required\n* openssl\n* base64\n\n#### Commands\n\n```bash\n./salvare {BACKUP_DIRECTORY} --upload-type S3 --destination s3://{BUCKET}/{OBJECT} --access-key-id {ACCESS_KEY_ID} --secret-access-key {SECRET_ACCESS_KEY}\n```\n\n### Dropbox\n\n#### Required\n* curl\n\n#### Commands\n\n```bash\n./salvare {BACKUP_DIRECTORY} -a {ACCESS_TOKEN} -u Dropbox -d {DEST_FULL_PATH}\n```\n\n#### Notes\n* Get the access token via dropbox developers\n    - https://www.dropbox.com/developers\n* Required scope `files.content.write`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffealone%2Fsalvare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffealone%2Fsalvare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffealone%2Fsalvare/lists"}