Backup

Trello – backup to your linux machine

2017/01/02

Just in case, you are looking for backing up your trello account boards, you can use the following bash script to do so: #!/bin/bash - …

Backup – simple and intelligent

2014/06/06

However much you stress on the importance of backupm people will forget about keeping it. So, if you do need a completely automated and simple backup then consider using “Back In Time“. Description: …

quick bash script for datewise backup of directory

2012/12/12

I was working on something and the data was very critical and needed backup. I wrote a bash script to back up the data every 5 hours with cron and bash script. Thought I will share that with you. Here …

Backup of files in the directory.

2011/12/01

I was working on some scripts and the changes that I was making in the scripts was very dynamic, which I did want to keep backing up in the version control system. But for the peace of my mind, I …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it