rclone_jobber
rclone_jobber copied to clipboard
An rclone script to perform backups
May I possibly get a nudge in the right direction? I'm having problems getting the script to run using a remote rclone connection. I have the following elements in the...
`mkdir -m 0700` folder is atomic (with `-p` it is not). Thus one can use it to make singleton instances of processes, eg:- ```sh singleton_instance_lock() { local temporary_folder_path=... local program_name=......
Hi, is it possible to filter out files from the "move/archive" function? Or any ideas on how to do that? I have a few files that changes almost every day,...
No matter whether you pass double quoted or single quoted paths to ```rclone_jobber```, you get an error of the following type: ``` Command lsf needs 1 arguments maximum: you provided...
It would be nice to make this an option so the user does not need to edit the master script with every update: ```timestamp="$(date +%F_%H%M%S)" #time w/o colons if thumb...
I've realised that I sometimes have multiple instances of rclone running parallel, the check if the script is already running does not work on my Open Media Vault server (`Linux...