This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
set -u | |
export INPUT_DIR="${BACKUP_HOME}/pictures/#sync/incoming" | |
export OUTPUT_DIR="${BACKUP_HOME}/pictures/#sync/timestamps" | |
export REMOTE_DIR="/Volumes/NAS/cloud/Pictures/timestamps" | |
echo "fudpes ..." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filetype plugin on | |
filetype indent on | |
syntax enable | |
set autoread | |
set encoding=utf8 | |
set ffs=unix,dos,mac |