diff --git a/README.org b/README.org index 990347c..ded373c 100644 --- a/README.org +++ b/README.org @@ -58,8 +58,9 @@ Example backup job with all the rclone_jobber.sh arguments defined: : $rclone_jobber/rclone_jobber.sh "$source" "$dest" "$move_old_files_to" "$options" "$(basename $0)" "$monitoring_URL" * Contact -Submit issues to https://github.com/wolfv6/rclone_jobber/issues. +Please tell me if something is wrong, you’re helping me improve this project. +Submit issues to https://github.com/wolfv6/rclone_jobber/issues. Pull requests are welcome. * Licenses diff --git a/examples/job_backup_recovery_plan_to_remote.sh b/examples/job_backup_recovery_plan_to_remote.sh index 04d0126..577975e 100755 --- a/examples/job_backup_recovery_plan_to_remote.sh +++ b/examples/job_backup_recovery_plan_to_remote.sh @@ -8,4 +8,4 @@ move_old_files_to="dated_directory" options="--filter-from=$rclone_wolf/filter_rules_recovery_plan --checksum" monitoring_URL="https://monitor.io/12345678-1234-1234-1234-1234567890ab" -$rclone_wolf/rclone_jobber.sh "$source" "$dest" "$move_old_data_to" "$options" "$(basename $0)" "$monitoring_URL" +$rclone_wolf/rclone_jobber.sh "$source" "$dest" "$move_old_files_to" "$options" "$(basename $0)" "$monitoring_URL" diff --git a/rclone_jobber.sh b/rclone_jobber.sh index 29b5ca8..5eeca7b 100755 --- a/rclone_jobber.sh +++ b/rclone_jobber.sh @@ -33,7 +33,7 @@ timestamp="$(date +%F_%T)" #timestamp="$(date +%F_%H%M%S)" #time w/o colons if thumb drive is FAT format, which does not allow colons in file name # set log_file path -path="$(realpath "$0")" #path of this script +path="$(realpath "$0")" #this will place log in the same directory as this script log_file="${path%.*}.log" #replace path extension with "log" #log_file="/var/log/rclone_jobber.log" #for Logrotate diff --git a/rclone_jobber_tutorial.org b/rclone_jobber_tutorial.org index 5f1036a..1edcdd9 100644 --- a/rclone_jobber_tutorial.org +++ b/rclone_jobber_tutorial.org @@ -90,7 +90,7 @@ The above "usb" is just a variable name used in the examples, it doesn't actuall For example: : export usb="/home/wolfv/test_rclone" -Reload the .profile: +Reload your .profile: : $ source ~/.profile To use a tutorial example script as a template for production backups, edit the tutorial scripts: