मैंने बैकअप लेने के लिए एक शेल स्क्रिप्ट लिखी है।
#!/bin/bash
TIME=`date +%b-%d-%y`
FILENAME=backup-$TIME.tar.gz
SRCDIR=/home/ubuntulover/scripts
DESDIR=/home/ubuntulover/Backupfolder
tar -cpzf $DESDIR/$FILENAME $SRCDIR
यह सही ढंग से निष्पादित हो रहा है, लेकिन मैं टार देख रहा हूं:
Removing leading `/' from member names in terminal, How to remove this.