Subversion Repositories sysadmin_scripts

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
24 rodolico 1
#! /bin/bash
2
 
3
# get stuff from clara/Tech and sync locally
4
owncloudcmd --trust -p 'DD-214827cx' -u 'dailydata' --non-interactive /home/Tech https://simon.dailydata.net/owncloud/remote.php/webdav/Documents/Tech/ &> /tmp/owncloudsync.log
5
# set permissions so we can all read them.
6
find /home/Tech/ -type d -exec chmod 777 \{\} \;
7
find /home/Tech/ -type f -exec chmod 666 \{\} \;