From f59672679db271f6b24a41e215401ab5001ecd96 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:38:25 +0100 Subject: Theme updates --- content/posts/2021-01-24-replacing-dropbox-with-s3.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content/posts/2021-01-24-replacing-dropbox-with-s3.md') 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. Before you continue you should read my post about [syncing to Dropbox](/digitalocean-spaces-to-sync-between-computers.html). -> Also to note, I am using Linux on my machine with Gnome desktop environment. -This should work on MacOS too. To use this on Windows I suggest using -[Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) +> Also to note, I am using Linux on my machine with Gnome desktop environment. +This should work on MacOS too. To use this on Windows I suggest using +[Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10) or [Cygwin](https://www.cygwin.com/). ## Folder structure @@ -93,12 +93,12 @@ This script also backups some of the dotfiles I use and sends notification to Gnome notification center. It is a straightforward solution. Nothing special going on. -> One obvious benefit of this is that I can omit syncing Node's `node_modules` +> One obvious benefit of this is that I can omit syncing Node's `node_modules` > or Python's `.venv` and `.git` folders. You can use this script in a combination with [Cron](https://en.wikipedia.org/wiki/Cron). -``` +```txt 0 2 * * * sh ~/Vault/bin/vault-backup.sh ``` -- cgit v1.2.3