guides:computing:dropbox_backup
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| guides:computing:dropbox_backup [2025/03/02 18:13] – created admin | guides:computing:dropbox_backup [2025/03/02 18:34] (current) – [Moved storage to secondary HDD by making symlinks] admin | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| Performed " | Performed " | ||
| - | Also downloaded the '' | + | Also downloaded the '' |
| 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 | ||
| </ | </ | ||
| + | |||
| + | ===== Moved storage to secondary HDD by making symlinks ===== | ||
| + | |||
| + | 2025-03-02 | ||
| + | |||
| + | In ''/ | ||
| + | |||
| + | <code bash> | ||
| + | mv ./Dropbox/ / | ||
| + | ln -sf ./Dropbox/ / | ||
| + | mv ./.dropbox/ / | ||
| + | ln -sf ./.dropbox/ / | ||
| + | </ | ||
| + | |||
| + | Also tried doing same for '' | ||
guides/computing/dropbox_backup.1740957188.txt.gz · Last modified: by admin
