diff options
Diffstat (limited to 'content/posts/2021-01-24-replacing-dropbox-with-s3.md')
| -rw-r--r-- | content/posts/2021-01-24-replacing-dropbox-with-s3.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2021-01-24-replacing-dropbox-with-s3.md b/content/posts/2021-01-24-replacing-dropbox-with-s3.md index 7724c9c..b7fc424 100644 --- a/content/posts/2021-01-24-replacing-dropbox-with-s3.md +++ b/content/posts/2021-01-24-replacing-dropbox-with-s3.md | |||
| @@ -31,9 +31,9 @@ so good. I haven't felt this way for a long time. | |||
| 31 | Before you continue you should read my post about [syncing to | 31 | Before you continue you should read my post about [syncing to |
| 32 | Dropbox](/digitalocean-spaces-to-sync-between-computers.html). | 32 | Dropbox](/digitalocean-spaces-to-sync-between-computers.html). |
| 33 | 33 | ||
| 34 | > Also to note, I am using Linux on my machine with Gnome desktop environment. | 34 | > Also to note, I am using Linux on my machine with Gnome desktop environment. |
| 35 | This should work on MacOS too. To use this on Windows I suggest using | 35 | This should work on MacOS too. To use this on Windows I suggest using |
| 36 | [Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) | 36 | [Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) |
| 37 | or [Cygwin](https://www.cygwin.com/). | 37 | or [Cygwin](https://www.cygwin.com/). |
| 38 | 38 | ||
| 39 | ## Folder structure | 39 | ## Folder structure |
| @@ -93,12 +93,12 @@ This script also backups some of the dotfiles I use and sends notification to | |||
| 93 | Gnome notification center. It is a straightforward solution. Nothing special | 93 | Gnome notification center. It is a straightforward solution. Nothing special |
| 94 | going on. | 94 | going on. |
| 95 | 95 | ||
| 96 | > One obvious benefit of this is that I can omit syncing Node's `node_modules` | 96 | > One obvious benefit of this is that I can omit syncing Node's `node_modules` |
| 97 | > or Python's `.venv` and `.git` folders. | 97 | > or Python's `.venv` and `.git` folders. |
| 98 | 98 | ||
| 99 | You can use this script in a combination with [Cron](https://en.wikipedia.org/wiki/Cron). | 99 | You can use this script in a combination with [Cron](https://en.wikipedia.org/wiki/Cron). |
| 100 | 100 | ||
| 101 | ``` | 101 | ```txt |
| 102 | 0 2 * * * sh ~/Vault/bin/vault-backup.sh | 102 | 0 2 * * * sh ~/Vault/bin/vault-backup.sh |
| 103 | ``` | 103 | ``` |
| 104 | 104 | ||
