User Tools

Site Tools


guides:computing:dropbox_backup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guides:computing:dropbox_backup [2025/03/02 18:13] – [Installation of Dropbox Linux software] adminguides:computing:dropbox_backup [2025/03/02 18:34] (current) – [Moved storage to secondary HDD by making symlinks] admin
Line 20: Line 20:
 dropbox help dropbox help
 </code> </code>
 +
 +===== Moved storage to secondary HDD by making symlinks =====
 +
 +2025-03-02
 +
 +In ''/home/anthony/.'', did:
 +
 +<code bash>
 +mv ./Dropbox/ /media/dbox_backup/Dropbox
 +ln -sf ./Dropbox/ /media/dbox_backup/Dropbox
 +mv ./.dropbox/ /media/dbox_backup/.dropbox
 +ln -sf ./.dropbox/ /media/dbox_backup/.dropbox
 +</code>
 +
 +Also tried doing same for ''.dropbox-dist'' dir, which holds the ''dropboxd'' Dropbox daemon app, but that created errors when trying to run ''dropboxd'' So I moved that dir back to home.
  
  
guides/computing/dropbox_backup.1740957217.txt.gz · Last modified: by admin