nextcloud/backup

Name: backup

Owner: Nextcloud

Description: A backup app that enables admins to create backups of a Nextcloud instance and also restore it

Created: 2017-03-26 17:07:38.0

Updated: 2018-02-20 16:03:43.0

Pushed: 2017-05-28 13:18:34.0

Homepage: null

Size: 20

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Backup

A backup app that enables admins to create backups of a Nextcloud instance and also restore it

OCC call
 -u www-data ./occ backup:create   /home/frank/test-backup  --password 12345
 -u www-data ./occ backup:restore  /home/frank/test-backup  --password 12345
OCS call
 -H "OCS-APIREQUEST: true" -X POST   http://frank:OJYTQ-HJTIJ-LPLDY-ROWFK@dev/nextcloud-dev/server/ocs/v2.php/apps/backup/api/v1/create  -d "path=/home/frank/test-backup" -d "password=12345"
 -H "OCS-APIREQUEST: true" -X POST   http://frank:OJYTQ-HJTIJ-LPLDY-ROWFK@dev/nextcloud-dev/server/ocs/v2.php/apps/backup/api/v1/restore -d "path=/home/frank/test-backup" -d "password=12345"

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.