-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_with_mount.cfg
44 lines (31 loc) · 1.08 KB
/
example_with_mount.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This is another configuration file.
# This one contains a remainder in order to mount an encrypted partition created inside a file.
# - some examples of real-live directories that one does not want to backup.
# - change of the log filename.
# sudo mount /dev/disk/by-uuid/7b75f859-de89-4723-a741-272cf59bf2a7 /mnt/sdb6
# sudo losetup /dev/loop0 /mnt/sdb6/laurent.crypt
# sudo mount /dev/loop0 /mnt/part-backup
# launch with :
# ./lora --configuration=viola.cfg
starting=/home/viola
backup=/mnt/part-backup/bakatot.laurent
purge=/mnt/part-backup/bakapurge.laurent
# TERMINAL (your preferred terminal)
terminal=terminology
# RUN IN A TERMINAL (how to launch a program in your preferred terminal--does not need to be the same)
in_terminal=terminology -e
# MY PREFERRED EDITOR
editor=terminology -e vim
exclude=Vidéos/ZZ_no_backup
exclude=lost+found
exclude=.mozilla
exclude=.texmf-var
exclude=.thumbnails
exclude=.cache
exclude=.Trash
exclude=.Sage
exclude=Linux/SageMath
exclude=Linux/bakatot.carlotta/ZZ_nobackup
exclude=Linux/bakatot.carlotta
# THE LOG FILE
log file=lora_viola.log