File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
# examples of exclude patterns
11
11
Downloads/
12
12
Desktop/
13
- .backups
13
+ .backups/
14
14
.dbus/
15
15
.gvfs/
16
16
.local/share/gvfs-metadata/
Original file line number Diff line number Diff line change 15
15
set -euo pipefail
16
16
17
17
PROG_NAME=" rbackup"
18
- VERSION=" 0.4.0 "
18
+ VERSION=" 0.4.1 "
19
19
PROG_DIR=" $HOME /bin"
20
20
DATA_DIR=" $HOME /.config"
21
21
Original file line number Diff line number Diff line change 27
27
28
28
# Program information
29
29
readonly prog_name=" rbackup"
30
- readonly version=" 0.4.0 "
30
+ readonly version=" 0.4.1 "
31
31
readonly signature=" Copyright (C) 2018-2020 Brainfuck"
32
32
33
33
# Initialize arguments
@@ -204,7 +204,7 @@ start_backup() {
204
204
if [[ -d " ${ext_dir_1} " ]]; then
205
205
cp " ${filename} .tar.gz.gpg" " ${ext_dir_1} "
206
206
else
207
- die " No external volumes were found, skipping..."
207
+ printf " %s \\ n " " $( date + ' %Y/%m/%d %T ' ) No external volumes were found, skipping..." >> " ${log_file} "
208
208
fi
209
209
210
210
if [[ -d " ${ext_dir_2} " ]]; then
You can’t perform that action at this time.
0 commit comments