Difference between revisions of "Versiebeheer van configuraties met Subversion"
(→i) |
(→i) |
||
Line 1: | Line 1: | ||
= Geversioneerd beheer van configuraties = |
= Geversioneerd beheer van configuraties = |
||
+ | == Aanmaken configuratie directory voor server == |
||
− | == i == |
||
− | svn --username=martin --password=xxxxxx import /home/martin/dummy |
+ | svn --username=martin --password=xxxxxx import /home/martin/dummy \ |
+ | https://configurations.webhuis.nl/configurations/uwork.nl/syslog-ng/ -m "initial import syslog-ng" |
||
+ | Vervolgens op de server: |
||
+ | # apt-get update && apt-get install subversion |
||
+ | == script voor dagelijkse backup == |
||
+ | |||
<hr/> |
<hr/> |
||
Terug naar: [[Uwork Support Infrastructuur]] |
Terug naar: [[Uwork Support Infrastructuur]] |
Revision as of 13:47, 5 February 2010
Geversioneerd beheer van configuraties
Aanmaken configuratie directory voor server
svn --username=martin --password=xxxxxx import /home/martin/dummy \ https://configurations.webhuis.nl/configurations/uwork.nl/syslog-ng/ -m "initial import syslog-ng"
Vervolgens op de server:
# apt-get update && apt-get install subversion
script voor dagelijkse backup
Terug naar: Uwork Support Infrastructuur