Hello there you beautiful person!
I just wanted to flag something up that is causing some of you trouble regarding the next video. Dont worry; its only a very minor thing.
Ubuntu has updated a package to the repositories called openafs-client
which now provides a command called backup.
The addition of the "backup" command to the openafs-client
package means that, when you try to run a command called backup, if no script called backup is found on your systems path, then the package manager will suggest that you try to install the openafs-client
package.
In the upcoming video, we create a bash script called backup, which unless set up properly, can cause some confusion.
To avoid any hassle, just make sure to follow the video exactly, and put the backup script into your ~/bin
folder with execution permissions (chmod +x backup
)
If you forget to give the backup script execution permissions, or if you forget to move it to the ~/bin
directory, you will run into the confusing message shown above.
Hope this helps!
Best wishes,
Ziyad, 1st July 2020