We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0427e commit 6d9d687Copy full SHA for 6d9d687
btsync.sh
@@ -173,7 +173,7 @@ function btsyncconfig {
173
174
function backup {
175
backup_date=$(date +"%d-%m-%Y_%H-%M-%S")
176
- backup_reason="The BitTorrent Sync is being backed up as (btsync_backup_$backup_date.tar.gz)"
+ backup_reason="The BitTorrent Sync is being backed up as (/home/$user/btsync_backup_$backup_date.tar.gz)"
177
# Look for the 4 common signals that indicate this script was killed.
178
# If the background command was started, kill it, too.
179
if [ -e ${btsdir} ]; then
@@ -259,4 +259,4 @@ elif [[ $response =~ ^(""|[r|R]|[r|R]emove)$ ]]; then
259
else
260
echo "[$stat_x] You did not choose one of the provided script options. Please try again."
261
exit 0
262
-fi
+fi
0 commit comments