The command line option --delete-share
tells SpiderOak to delete the given ShareRoom. The format is --delete-share=ROOMKEY
, replacing ROOMKEY with the RoomKey of the share you wish to delete.
To delete a share, first use --list-shares
to obtain the RoomKey of the share you want to delete. Alternatively you may use the GUI to obtain it. Then pass the RoomKey to --delete-share. For example, here we find and delete the share that has the RoomKey "test":
warren@vivaldi:~> SpiderOakONE --list-shares test: 2015-04-17 17:06:59 dev 7: u'Vivaldi': u'/home/warren/.lyrics/Alux Nahual' photos: 2014-11-04 17:30:47 dev 7: u'Vivaldi': u'/home/warren/Pictures/Shared'
This example shows two ShareRooms. The one we want to delete is the first, with the RoomKey "test". That is the same information that the GUI presents in the Share tab. Then:
warren@vivaldi:~> SpiderOakONE --delete-share=test building xact xact built
Done. Let's check our work:
warren@vivaldi:~> SpiderOakONE --list-shares photos: 2014-11-04 17:30:47 dev 7: u'Vivaldi': u'/home/warren/Pictures/Shared'
The ShareRoom we wanted to delete is now gone.
If you have any feedback on this article please let our support team know. Thanks!