| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Sample Repozo Script

Page history last edited by Elizabeth Leddy 14 years, 2 months ago
#! /bin/bash

for z in $( ls -1 /srv/web/zeo/ ); do
   echo $z...
   for d in $(ls -1 /srv/web/zeo/$z/var/ | grep .fs$); do
      zpython /opt/Zope-2.9/bin/repozo.py -BvzQ -r /mnt/san-backup/incremental/zeo/$z/$d -f /srv/web/zeo/$z/var/$d
   done

done

Comments (0)

You don't have permission to comment on this page.