{"id":31871627,"url":"https://github.com/syaiful6/payung","last_synced_at":"2026-07-19T17:32:12.327Z","repository":{"id":45093347,"uuid":"407912883","full_name":"syaiful6/payung","owner":"syaiful6","description":"Payung is a system utility backup for Linux, Mac OS X and BSD","archived":false,"fork":false,"pushed_at":"2025-01-08T03:35:10.000Z","size":176,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-10-20T04:24:15.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syaiful6.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}},"created_at":"2021-09-18T16:35:18.000Z","updated_at":"2025-01-21T17:32:31.000Z","dependencies_parsed_at":"2024-06-21T04:06:34.404Z","dependency_job_id":"c327908c-1af3-4ea6-af63-8ac6fb028bf4","html_url":"https://github.com/syaiful6/payung","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/syaiful6/payung","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syaiful6%2Fpayung","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syaiful6%2Fpayung/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syaiful6%2Fpayung/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syaiful6%2Fpayung/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syaiful6","download_url":"https://codeload.github.com/syaiful6/payung/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syaiful6%2Fpayung/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35661223,"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-07-19T02:00:06.923Z","response_time":112,"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":[],"created_at":"2025-10-12T20:28:51.601Z","updated_at":"2026-07-19T17:32:12.321Z","avatar_url":"https://github.com/syaiful6.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payung\n\nPayung is a system utility backup for Linux, Mac OS X and BSD.\n\nThis project has beed forked from [gobackup](https://github.com/huacnlee/gobackup) since 2020.\n\n## Current support status\n\n### Databases\n\n- MySQL\n- PostgreSQL\n- Redis\n- MongoDB\n\n### Compressor\n- Gzip\n- Brotli\n\n### Storages\n- Local\n- FTP\n- SCP\n- Amazon S3\n- Alibaba Cloud Object Storage Service (OSS)\n- Dropbox\n\n### Notification\n- Slack\n\n## Installation\n\nYou can download our current build in this repository's [release page](https://github.com/syaiful6/payung/releases) and place executable in your $PATH, ie: `/usr/local/bin/`.\n\n## Configuration\n\nPayung will seek config files in:\n- ~/.payung/payung.yml\n- /etc/payung/payung.yml\n\nExample config file: [payung-reference.yml](https://github.com/syaiful6/payung/blob/develop/payung-reference.yml).\n\n```yml\nmodels:\n  gitlab:\n    compress_with:\n      type: brotli\n      level: 8\n    store_with:\n      type: s3\n      bucket: backups\n      region: us-east-1\n      access_key_id: xxxxxx\n      secret_access_key: xxxxxxx\n      max_retries: 5\n    notify_with:\n      slack:\n        type: slack\n        webhook_url: https://hooks.slack.com/services/xxxxx\n        channel: database_backups\n        send_on:\n          - success\n          - failed\n    databases:\n      gitlab:\n        type: mysql\n        host: localhost\n        port: 3306\n        database: gitlab\n        username: root\n        password: xxxxxx\n        additional_options: --single-transaction --quick --max_allowed_packet=1G\n    archive:\n      includes:\n        - /home/git/.ssh/\n        - /etc/mysql/my.conf\n        - /etc/logrotate.d/\n      excludes:\n        - /home/ubuntu/.ssh/known_hosts\n        - /etc/logrotate.d/syslog\n```\n\n## Usage\n\nYou can learn available options with `payung --help` and `payung perform --help`.\n\nFor example this is how you provides custom config file and dump path folder.\n\n```\npayung perform -c ~/backups/payung.yml -d ~/backups/workdir\n```\n\nWe recommend you to perform backups using cron, here are an example configuration:\n\n```\n5 0 * * * /usr/local/bin/payung perform -c /home/ubuntu/payung.yml -d /mnt/ebs/backups \u003e\u003e /mnt/ebs/backups/backup.log 2\u003e\u00261\n```\n\n### Recommendation\n\nIf you use Amazon S3, we recommends to use [AWS S3 object lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html) instead of our storage lifecycle. You can use it to move the object to Glacier or delete the backups if older than one month.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyaiful6%2Fpayung","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyaiful6%2Fpayung","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyaiful6%2Fpayung/lists"}