aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-01-24-replacing-dropbox-with-s3.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:38:25 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:38:25 +0100
commitf59672679db271f6b24a41e215401ab5001ecd96 (patch)
tree367e04e449d8b02266b05d37413cfd2ba2a80b3a /content/posts/2021-01-24-replacing-dropbox-with-s3.md
parent22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d (diff)
downloadmitjafelicijan.com-f59672679db271f6b24a41e215401ab5001ecd96.tar.gz
Theme updates
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.md10
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.
31Before you continue you should read my post about [syncing to 31Before you continue you should read my post about [syncing to
32Dropbox](/digitalocean-spaces-to-sync-between-computers.html). 32Dropbox](/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.
35This should work on MacOS too. To use this on Windows I suggest using 35This 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)
37or [Cygwin](https://www.cygwin.com/). 37or [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
93Gnome notification center. It is a straightforward solution. Nothing special 93Gnome notification center. It is a straightforward solution. Nothing special
94going on. 94going 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
99You can use this script in a combination with [Cron](https://en.wikipedia.org/wiki/Cron). 99You can use this script in a combination with [Cron](https://en.wikipedia.org/wiki/Cron).
100 100
101``` 101```txt
1020 2 * * * sh ~/Vault/bin/vault-backup.sh 1020 2 * * * sh ~/Vault/bin/vault-backup.sh
103``` 103```
104 104