-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdc36cc
commit 4a4a467
Showing
7 changed files
with
39 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# human readable name (no localization supported yet) | ||
name: RsnapshotBackup | ||
name: AmahiBackups | ||
# class to be mounted | ||
class: RsnapshotBackups | ||
# root url where this plugin will be mounted | ||
url: /tab/rsnapshot_backups | ||
url: /tab/amahi_backups |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# plugin initialization | ||
t = Tab.new("rsnapshot_backups", "rsnapshot_backups", "/tab/rsnapshot_backups") | ||
t = Tab.new("rsnapshot_backups", "amahi_backups", "/tab/amahi_backups") | ||
# add any subtabs with what you need. params are controller and the label, for example | ||
t.add("index", "details") | ||
t.add("settings", "settings") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ require "rsnapshot_backups/version" | |
|
||
# Describe your gem and declare its dependencies: | ||
Gem::Specification.new do |s| | ||
s.name = "rsnapshot_backups" | ||
s.name = "amahi_backups" | ||
s.version = RsnapshotBackup::VERSION | ||
s.authors = ["sukhbir singh"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "http://www.amahi.org/apps/yourapp" | ||
s.homepage = "http://www.amahi.org/apps/amahi_backups" | ||
s.license = "AGPLv3" | ||
s.summary = %{Amahi plugin to create incremental backups using rsnaphot periodically.} | ||
s.description = %{This is an Amahi 11 platform plugin that creates periodic backups using rsnapshot tool.} | ||
|