Subversion Repositories sysadmin_scripts

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#! /bin/bash

# get stuff from clara/Tech and sync locally
owncloudcmd --trust -p 'DD-214827cx' -u 'dailydata' --non-interactive /home/Tech https://simon.dailydata.net/owncloud/remote.php/webdav/Documents/Tech/ &> /tmp/owncloudsync.log
# set permissions so we can all read them.
find /home/Tech/ -type d -exec chmod 777 \{\} \;
find /home/Tech/ -type f -exec chmod 666 \{\} \;