Difference between revisions of "RecycleBin"
From SME Server
Jump to navigationJump to searchm (Formatted more inline with other wiki pages) |
|||
Line 1: | Line 1: | ||
− | === | + | ===Problem=== |
− | Deleted | + | Deleted files in ibays are lost forever. |
− | === | + | ===Scenario=== |
− | This has been a long known issue for network admins. Files stored on another computer/server. Accidentaly hit the DELETE key. Poof! Gone. Files aren't in the local | + | This has been a long known issue for network admins. Files stored on another computer/server. Accidentaly hit the DELETE key. Poof! Gone. Files aren't in the local Recycle bin on the local computer. This is especially frustrating for admins who map profile parts back to the server. The users desktop, documents, etc never find their way into the local recycle bin as the users expect. |
− | === | + | ===Solution=== |
− | Turn on | + | Turn on the Recycle Bin. |
db accounts setprop ibayname RecycleBin enabled | db accounts setprop ibayname RecycleBin enabled | ||
Line 13: | Line 13: | ||
An admin can now go and retrieve the files on the server. | An admin can now go and retrieve the files on the server. | ||
+ | ---- | ||
[[Category: Howto]] | [[Category: Howto]] |
Revision as of 16:12, 27 November 2007
Problem
Deleted files in ibays are lost forever.
Scenario
This has been a long known issue for network admins. Files stored on another computer/server. Accidentaly hit the DELETE key. Poof! Gone. Files aren't in the local Recycle bin on the local computer. This is especially frustrating for admins who map profile parts back to the server. The users desktop, documents, etc never find their way into the local recycle bin as the users expect.
Solution
Turn on the Recycle Bin.
db accounts setprop ibayname RecycleBin enabled signal-event ibay-modify ibayname
An admin can now go and retrieve the files on the server.