Skip to content
Snippets Groups Projects
Commit 271368aa authored by Bob Mottram's avatar Bob Mottram
Browse files

obnam config file

parent a50c9c6f
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,8 @@ function set_obnam_client_name {
# obnam can backup multiple machines with different domain names to
# a repository. To be able to restore directories from different
# machines we need to enforce a single client name for all backups
echo "client-name = ${PROJECT_NAME}" > /etc/obnam.conf
echo '[config]' > /etc/obnam.conf
echo "client-name = ${PROJECT_NAME}" >> /etc/obnam.conf
}
function backup_directory_to_usb {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment