Difference between revisions of "RecycleBin"
From SME Server
Jump to navigationJump to search (New page: PROBLEM: Deleted IBAY FILES are lost forever. SCENERIO: This has been a long known issue for network admins. Files stored on another computer/server. Accidentaly hit the DELETE key. Poof!...) |
|||
Line 1: | Line 1: | ||
− | PROBLEM | + | ====PROBLEM==== |
+ | Deleted IBAY FILES are lost forever. | ||
− | SCENERIO | + | ====SCENERIO==== |
+ | 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 they expect. | ||
− | SOLUTION | + | ====SOLUTION==== |
+ | Turn on RECYCLEBIN. | ||
db accounts setprop ibayname RecycleBin enabled | db accounts setprop ibayname RecycleBin enabled | ||
Line 9: | Line 12: | ||
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]] |
Revision as of 07:12, 27 November 2007
PROBLEM
Deleted IBAY FILES are lost forever.
SCENERIO
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 they expect.
SOLUTION
Turn on RECYCLEBIN.
db accounts setprop ibayname RecycleBin enabled signal-event ibay-modify ibayname
An admin can now go and retrieve the files on the server.