Browse Source

Mise à jour de 'zimbra/Migration/3_exports_final.sh'

master
nicolas.fort 7 months ago
parent
commit
b18ec32489
  1. 6
      zimbra/Migration/3_exports_final.sh

6
zimbra/Migration/3_exports_final.sh

@ -1,5 +1,11 @@
#!/bin/bash
RCODE=$?
if [ ! whoami = "zimbra" ]; then
echo "Le user doit être zimbra, pas root ! "
exit 1;
fi
echo "Export mailboxes :"
for user in `cat /opt/zimbra/nfsbackup/migration/accounts/users.txt`;

Loading…
Cancel
Save