{"id":22136138,"url":"https://github.com/stunkymonkey/dav-backup","last_synced_at":"2025-03-24T10:15:00.769Z","repository":{"id":80639643,"uuid":"48625019","full_name":"Stunkymonkey/dav-backup","owner":"Stunkymonkey","description":"small bash-script to backup your dav-data","archived":false,"fork":false,"pushed_at":"2018-01-18T23:23:57.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-29T15:32:28.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Stunkymonkey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-26T22:11:09.000Z","updated_at":"2021-11-21T06:37:16.000Z","dependencies_parsed_at":"2023-03-06T19:45:29.966Z","dependency_job_id":null,"html_url":"https://github.com/Stunkymonkey/dav-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/Stunkymonkey%2Fdav-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stunkymonkey%2Fdav-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stunkymonkey%2Fdav-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stunkymonkey%2Fdav-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stunkymonkey","download_url":"https://codeload.github.com/Stunkymonkey/dav-backup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245249233,"owners_count":20584497,"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":[],"created_at":"2024-12-01T19:19:26.754Z","updated_at":"2025-03-24T10:15:00.749Z","avatar_url":"https://github.com/Stunkymonkey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dav-backup\n\nA simple script, that downloads all your calendars and addressbooks from owncloud or baikal and stores them in a file.\n\n# configuration\n\n## main\n\nYou can configure your data in a config file for automation:\n\n```\n#dav-backup\n#~/.config/dav-backup/config\n\n# the URL to your server\nHOST=\"https://cloud.example.com\"\n\n# output of the tarpackage\nOUT=\"~/.cache/backup\"\n\n# enter the service that is providing the dav-service (eg. \"owncloud\"/\"baikal\"/\"radicale\")\nSERVICE=\"baikal\"\n\n# enter your login-username\nDAVUSER=\"user\"\n\n# small letters (for owncloud/baikal/radicale)\nADDRESSBOOKS=(\"private\" \"work\")\n\n# small letters (for owncloud/baikal/radicale)\nCALENDARS=(\"personal\" \"holiday\")\n\n# date-format of output-file\nDATE=$(date +\"%Y-%m-%d_%H-%M-%S\")\n```\n\nFor `ADDRESSBOOKS` and `CALENDARS`, also values of the format `\u003cid\u003e:\u003cname\u003e` are allowed, while `\u003cid\u003e` is the identifier of your server and `\u003cname\u003e` is used in the filename.\n\n## credentials\n\nAlso put your credentials into `~/.config/dav-backup/credentials`:\n\n```\n# put into\n#~/.config/dav-backup/credentials\n\nuser=\u003cValue of DAVUSER\u003e\npassword=\u003cyour password to authenticate\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstunkymonkey%2Fdav-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstunkymonkey%2Fdav-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstunkymonkey%2Fdav-backup/lists"}