From 9622348bed60f630ec4c760695b7012a8c9f5c74 Mon Sep 17 00:00:00 2001 From: Karen Carias Date: Thu, 21 May 2015 21:39:00 +0000 Subject: Added note about backups for gitlab.com --- doc/raketasks/backup_restore.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index bca4fcfb404..2c858ed780a 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -299,3 +299,6 @@ Example: LVM snapshots + rsync If you are running GitLab on a virtualized server you can possibly also create VM snapshots of the entire GitLab server. It is not uncommon however for a VM snapshot to require you to power down the server, so this approach is probably of limited practical use. + +### Note +This documentation is for GitLab CE. Users can't create backups for gitlab.com. \ No newline at end of file -- cgit v1.2.1 From 2b4eb7869edec4db1eb4022800899c7beb0b81ce Mon Sep 17 00:00:00 2001 From: Karen Carias Date: Tue, 26 May 2015 01:18:24 +0000 Subject: Explained info better --- doc/raketasks/backup_restore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 2c858ed780a..ae2d465e0c1 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -301,4 +301,5 @@ If you are running GitLab on a virtualized server you can possibly also create V It is not uncommon however for a VM snapshot to require you to power down the server, so this approach is probably of limited practical use. ### Note -This documentation is for GitLab CE. Users can't create backups for gitlab.com. \ No newline at end of file +This documentation is for GitLab CE. +We backup GitLab.com and make sure your data is secure, but you can't use these methods to export / backup your data yourself from GitLab.com. \ No newline at end of file -- cgit v1.2.1