Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lysator
LYSrdiff
Commits
db8ec38d
Commit
db8ec38d
authored
Feb 15, 2011
by
Per Cederqvist
Browse files
Ryttargårdskyrkan: Home directories moved from zfshomes to tmphomes.
parent
bec429ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
fetch-work-pcfritz
View file @
db8ec38d
...
...
@@ -24,27 +24,27 @@ echo david boot david /boot >> $NT
echo
david var david /var
>>
$NT
echo
david usr david /usr
>>
$NT
echo
david opt david /opt
>>
$NT
echo
zfs
homes samba
zfs
homes /samba
>>
$NT
echo
zfs
homes samba-dokument
zfs
homes /samba/shares/Public/Dokument
>>
$NT
echo
zfs
homes samba-mallar
zfs
homes /samba/shares/Public/Mallar
>>
$NT
echo
zfs
homes samba-video
zfs
homes /samba/shares/Public/Video
>>
$NT
echo
zfs
homes samba-ekonomi
zfs
homes /samba/shares/Public/ekonomi
>>
$NT
echo
zfs
homes samba-installationsmedia
zfs
homes /samba/shares/Public/Installationsmedia
>>
$NT
ssh
-i
/root/.ssh/backupkey
-l
root
zfs
homes
\
echo
tmp
homes samba
tmp
homes /samba
>>
$NT
echo
tmp
homes samba-dokument
tmp
homes /samba/shares/Public/Dokument
>>
$NT
echo
tmp
homes samba-mallar
tmp
homes /samba/shares/Public/Mallar
>>
$NT
echo
tmp
homes samba-video
tmp
homes /samba/shares/Public/Video
>>
$NT
echo
tmp
homes samba-ekonomi
tmp
homes /samba/shares/Public/ekonomi
>>
$NT
echo
tmp
homes samba-installationsmedia
tmp
homes /samba/shares/Public/Installationsmedia
>>
$NT
ssh
-i
/root/.ssh/backupkey
-l
root
tmp
homes
\
find /home
-maxdepth
1
-mindepth
1
-type
d
-print
\
|
sed
's:.*/::'
\
|
sort
\
|
awk
'{print "home", $1,
"
zfs
homes /home/" $1}'
\
"
tmp
homes /home/" $1}'
\
>>
$NT
ssh
-i
/root/.ssh/backupkey
-l
root
zfs
homes
\
ssh
-i
/root/.ssh/backupkey
-l
root
tmp
homes
\
find /samba/profiles
-maxdepth
1
-mindepth
1
-type
d
-print
\
|
sed
's:.*/::'
\
|
sort
\
|
awk
'{print "samba-profiles", $1,
"
zfs
homes /samba/profiles/" $1}'
\
"
tmp
homes /samba/profiles/" $1}'
\
>>
$NT
diff
-u
$TASKS
$NT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment