Bruno Raoult fec8a1e844 sync.sh: phase 1 of full rewrite (functions, etc...)
Important changes:
- RSYNCOPTS must be an array, not a string.
- log() is now using printf-style:
  Unchanged:
  - log "a b c"
  Incorrect (old syntax):
  - log a b c
  Correct (new syntax):
  - log "%s %s %s" "a" "b "c"
  - log "%s" "a b c"
2022-05-09 17:23:53 +02:00
2022-04-21 16:18:17 +02:00
2021-09-04 17:48:10 +02:00

Some GNU/Linux tools, for fun...

bash

  • trans.sh: a linguee.com based command-line translator.
  • sync.sh: a rsync/ssh backup tool.
    • sync-conf-example.sh: configuration example.
  • dup-live-disk.sh: duplicate (possibly live) disk partitions.
Description
Standalone GNU/Linux tools.
Readme 1.2 MiB
Languages
Shell 57.2%
Emacs Lisp 42.8%