Changes

From SME Server
Jump to navigationJump to search
651 bytes added ,  22:23, 28 July 2010
m
Add notes about backup/restore
Line 117: Line 117:  
* there's no support for [[ShadowCopy]]. I may add this in the future
 
* there's no support for [[ShadowCopy]]. I may add this in the future
 
* You cannot choose a shared folder as the content of a virtual domain. This is because it'd require a modification of a core package
 
* You cannot choose a shared folder as the content of a virtual domain. This is because it'd require a modification of a core package
 +
 +
=== Backup and Restore ===
 +
The standard backup process should backup all your shared folders. If you have to restore the data to another server, you'll have to re-install the contrib. Once everything is restored, you'll have to run '''signal-event share-modify-files''' for each share, because permissions on shared folders uses extended ACL which are not backed up with most tools. This is not a big problem because ACL are also stored in the accounts DB. The signal-event will just re-apply the configured ACL on the files:
 +
 +
for SHARE in $(db accounts printtype | grep share | cut -d'=' -f1); do
 +
    signal-event share-mpodify-files $SHARE
 +
done
    
=== Uninstall ===
 
=== Uninstall ===

Navigation menu