- 31 Jul, 2008 2 commits
-
-
Micah Anderson authored
-
Micah Anderson authored
of the ssh authorized_keys directories and files so that if you are not using the standard location for authorized_keys files ($HOME/.ssh/authorized_keys) and instead using the /etc/ssh/sshd_config option "AuthorizedKeysFile" you can then specify where that will be. For example, if your /etc/ssh/sshd_config has: AuthorizedKeysFile /etc/ssh/authorized_keys/$u then you could specify in the rdiff-backup definition the following parameters: ... ssh_dir => "/etc/ssh/authorized_keys", authorized_keys_file => "${hostname}", to create the file /etc/ssh/authorized_keys/${hostname} instead of the default location (if unspecifed, the default is used).
-
- 05 Jun, 2008 1 commit
-
-
Micah Anderson authored
-
- 03 Jun, 2008 1 commit
-
-
Micah Anderson authored
set the backuptag on crabgrass to not use the default one, otherwise it wont be collected
-
- 30 May, 2008 3 commits
-
-
Micah Anderson authored
when you have two rdiff-backup calls, then the User is a Duplicate definition, i think the only way to do it is to have a variable that you can set to turn off user handling (which we make $installuser and $usermanage be consistant with $installkey and $keymanage), which is set true by default, but when you have a second rdiff call on a host, you can set it to false
-
Micah Anderson authored
change the $host variable to no longer use the $user variable, that way multiple rdiff's can be instantiated for a particular host, with different name variables in order to do that, the class also has to have the $installkeys variable that can be passed to backupninja::client::key so that the second rdiff instantiation would set installkeys => false, otherwise there will be an attempt to duplicate the resource
-
Micah Anderson authored
by their name variable
-
- 22 May, 2008 2 commits
-
-
Micah Anderson authored
-
Micah Anderson authored
-
- 29 Feb, 2008 1 commit
-
-
Micah Anderson authored
-
- 20 Nov, 2007 1 commit
-
-
Micah Anderson authored
-