Skip to content

Instantly share code, notes, and snippets.

@zebrajaeger
zebrajaeger / my_linux_aliases.md
Last active June 29, 2023 09:19
My personal linux aliases

My Linux Aliases

where to put

~/.bash_aliases

Reload manualy

source ~/.bash_aliases

Files

@zebrajaeger
zebrajaeger / ZenTransfer.md
Last active March 14, 2025 08:19
📂 Bash script to move files with rclone in the background, even after logout, with logging and bandwidth control.

zentransfer.sh

Description

This Bash script ensures that an rclone move command runs in the background, even after the user logs out.

Features:

  • Moves the contents of a local folder to a remote destination.
  • Ignores existing files to prevent overwriting.
  • Deletes empty source directories after transfer.
  • Supports bandwidth limitation (adjustable in KB/s).