How to backup your files to a flash drive automatically using RCLONE for Linux or Raspi computer
This simple info-tutorial shows how you can make a backup of your important file folder to a flash drive. This backup file saving is automatic so there is no need to do it manually anymore. All you have to do is to install the rclone utility tool which is free and make a shell script of the command line to run on the specified time being set in the crontab. With this, frequent manual saving of your important files to a local drive which is always very tiring is now solved thru simple task automation by time. ..To give permission to run my shell script use this command line: sudo chmod +x rclone.sh
This simple info-tutorial shows how you can make a backup of your important file folder to a flash drive. This backup file saving is automatic so there is no need to do it manually anymore. All you have to do is to install the rclone utility tool which is free and make a shell script of the command line to run on the specified time being set in the crontab. With this, frequent manual saving of your important files to a local drive which is always very tiring is now solved thru simple task automation by time. ..To give permission to run my shell script use this command line: sudo chmod +x rclone.sh