{"id":13344105,"url":"https://github.com/andreporto/folder-backup","last_synced_at":"2025-03-12T06:31:15.042Z","repository":{"id":50302751,"uuid":"271017259","full_name":"andreporto/folder-backup","owner":"andreporto","description":"Simple shell unix script to make folder backups","archived":false,"fork":false,"pushed_at":"2020-06-10T22:30:31.000Z","size":26626,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-24T16:50:55.537Z","etag":null,"topics":["backup","bash","encrypt","script","shell","zip"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreporto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-09T13:57:28.000Z","updated_at":"2022-07-28T06:46:37.000Z","dependencies_parsed_at":"2022-09-24T11:11:28.693Z","dependency_job_id":null,"html_url":"https://github.com/andreporto/folder-backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreporto%2Ffolder-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreporto%2Ffolder-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreporto%2Ffolder-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreporto%2Ffolder-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreporto","download_url":"https://codeload.github.com/andreporto/folder-backup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171644,"owners_count":20247878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["backup","bash","encrypt","script","shell","zip"],"created_at":"2024-07-29T19:32:27.557Z","updated_at":"2025-03-12T06:31:14.546Z","avatar_url":"https://github.com/andreporto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub repo size](https://img.shields.io/github/repo-size/andreporto/folder-backup) ![Last commit](https://img.shields.io/github/last-commit/andreporto/folder-backup)\n\n# Simple shell script to make encrypted folder backup \n\n## Installation\n```shell\ngit clone https://github.com/andreporto/folder-backup.git\n\nchmod +x ./folder-backup/fbkp.sh\n\nln ./folder-backup/fbkp.sh ~/fbkp.sh\n```\n\n## 01 Clone repo and config script:\n\u003cimg src=\"demo/01clone.gif\"\u003e\n\n\n## 02 Do your backups:\n\u003cimg src=\"demo/02backup.gif\"\u003e\n\n\n## 03 Restore your backup to a selected folder:\n\u003cimg src=\"demo/03restore.gif\"\u003e\n\n\n## Usage\n\n---\n```shell\nfolder-backup.sh \"SOURCE_FOLDER\" [\"TARGET FOLDER NAME\"] [\"CUSTOM PASSWORD\"]\n```\n---\n* \"SOURCE_FOLDER\" IS THE SOURCE FOLDER NAME TO BACKUP, IT CAN CONTAINS FILES AND SUB-FOLDERS\n* IF NO TARGET FOLDER IS ENTERED IT WILL BE CREATED A SOURCE_FOLDER + DATE NAMED FOLDER\n* OPTIONALLY YOU CAN ENTER A [CUSTOM PASSWORD]\n* IF NO PASSWORD IS ENTERED DEFAULT PASSWORD WILL BE USED TO ENCRYPT FILES\n* \"REPLACE-THIS-TEXT-WITH-YOUR-REAL-PASSWORD-IN-DOUBLE-QUOTES\" IS THE DEFAULT PASSWORD AND YOU CAN CHANGE IT.\n---\n\n### Examples:\n\n\n- Zip all files and sub-folders from MyFolder to a new folder named with MyFolder-YYYY-MM-DD pattern. All zip files will be encrypted with with custom or default password.\n```shell\n~/fbkp.sh MyFolder\n```\n---\n\n- Zip all files and sub-folders from MyFolder to MySafeStorage folder. All zip files will be encrypted with with custom or default password.\n```shell\n~/fbkp.sh MyFolder MySafeStorage\n```\n---\n\n- Zip all files and sub-folders from MyFolder to MySafeStorage folder. All zip files will be encrypted with \"MySecureKey123\" password.\n```shell\n~/fbkp.sh MyFolder MySafeStorage MySecureKey123\n```\n---\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreporto%2Ffolder-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreporto%2Ffolder-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreporto%2Ffolder-backup/lists"}