Changes between Version 33 and Version 34 of ParrotServer


Ignore:
Timestamp:
07/23/14 15:13:12 (2 years ago)
Author:
chris
Comment:

s/puffin/parrot/ for ParrotServer#Backups

Legend:

Unmodified
Added
Removed
Modified
  • ParrotServer

    v33 v34  
    220220{{{ 
    221221aptitude install sshfs 
    222 mkdir -p /media/tn-puffin 
    223 chmod 700 /media/tn-puffin/ 
    224 mkdir /media/tn-puffin/latest 
    225 mkdir /media/tn-puffin/archive 
    226 echo "sshfs#tn-puffin@store1.webarch.net:puffin.webarch.net /media/tn-puffin/latest fuse ro,nobootwait 0 0" >> /etc/fstab 
    227 echo "sshfs#tn-puffin@store1.webarch.net::.zfs/snapshot /media/tn-puffin/archive fuse ro 0,nobootwait 0" >> /etc/fstab 
     222mkdir -p /media/tn-parrot 
     223chmod 700 /media/tn-parrot/ 
     224mkdir /media/tn-parrot/latest 
     225mkdir /media/tn-parrot/archive 
     226echo "sshfs#tn-parrot@store1.webarch.net:parrot.webarch.net /media/tn-parrot/latest fuse ro,nobootwait 0 0" >> /etc/fstab 
     227echo "sshfs#tn-parrot@store1.webarch.net::.zfs/snapshot /media/tn-parrot/archive fuse ro 0,nobootwait 0" >> /etc/fstab 
    228228mount -a 
    229229}}}