Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LYSrdiff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lysator
LYSrdiff
Commits
8a3b6b9a
Commit
8a3b6b9a
authored
10 years ago
by
Sebastian Thorarensen
Browse files
Options
Downloads
Patches
Plain Diff
Update the config for Lysator
fetch-backup-work: Add ns and nis.
parent
ea744aa4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
fetch-backup-work
+5
-1
5 additions, 1 deletion
fetch-backup-work
with
10 additions
and
1 deletion
ChangeLog
+
5
−
0
View file @
8a3b6b9a
2014-12-07 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
* fetch-backup-work: Add ns and nis.
2014-10-16 Sebastian Thorarensen <sebth@lysator.liu.se>
Updated the config for Lysator.
...
...
This diff is collapsed.
Click to expand it.
fetch-backup-work
+
5
−
1
View file @
8a3b6b9a
...
...
@@ -110,12 +110,16 @@ echo medreg sqldump medreg /var/lib/mysql-dump >> $NT
echo
bernadotte var-log bernadotte /var/log
>>
$NT
echo
bernadotte var-spool-postfix bernadotte /var/spool/postfix
>>
$NT
echo
bernadotte var-lib-mailman bernadotte /var/lib/mailman
>>
$NT
ssh bernadotte
'cd /home && ls -1 | while read d ; do [ -d "$d" ] && [ ! -L "$d" ] && echo "$d" ; done'
\
|
grep
-v
DELETE
\
|
awk
'{ print "mail", $1, "bernadotte", "/home/" $1 }'
\
|
sort
>>
$NT
# NS and NIS
echo
ns lysator ns /lysator
>>
$NT
echo
nis lysator nis /lysator
>>
$NT
echo
nis opt-lysator nis /opt/lysator
>>
$NT
# lysrdiff
echo
shafan root shafan /
>>
$NT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment