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

Next revision
Previous revision
guides:computing:dropbox_backup [2025/03/02 18:13] – created adminguides:computing:dropbox_backup [2025/03/02 18:34] (current) – [Moved storage to secondary HDD by making symlinks] admin
Line 12: Line 12:
 Performed "headless install via command line" from that page.   Performed "headless install via command line" from that page.  
  
-Also downloaded the ''dropbox.py'' script, moved it to ''/home/anthony/.'', made it executable, and made a symlink to it in ''/usr/local/bin'', which is on ''PATH''.  +Also downloaded the ''dropbox.py'' script, moved it to ''/home/anthony/.'', made it executable, and made a symlink to it (named ''dropbox'' without any extension) in ''/usr/local/bin'', which is on ''PATH''.  
  
 Now can run commands using this script from the bash command line, e.g.: Now can run commands using this script from the bash command line, e.g.:
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.1740957188.txt.gz · Last modified: by admin