This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
mirrors
/
borg
réplica de
https://github.com/borgbackup/borg
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
e689d8f2f6
Ramas
Etiquetas
0.xx-maint
1.0-maint
1.1-maint
1.2-maint
1.4-maint
experimental
master
multithreading
windows
1.2.9
2.0.0b19
2.0.0b18
2.0.0b17
2.0.0b16
2.0.0b15
1.4.1
2.0.0b14
2.0.0b13
2.0.0b12
2.0.0b11
2.0.0b10
2.0.0b9
1.4.0
1.4.0rc1
1.4.0b2
1.2.8
2.0.0b8
1.4.0b1
1.4.0a1
1.4.0dev0
1.2.7
2.0.0b7
1.2.6
1.2.5.post1
changelog-1.2.5
1.2.5-cvedocs
1.2.5
2.0.0b6
1.2.4
2.0.0b5
1.2.3
2.0.0b4
2.0.0b3
2.0.0b2
1.2.2
2.0.0b1
2.0.0a4
2.0.0a3
2.0.0a2
1.2.1
1.1.18
2.0.0.dev0
1.3.0a1.post3
1.3.0a1-docs
1.3.0a1.post1
1.3.0a1.post2
1.3.0a1
1.3.0dev0
1.2.0
1.2.0rc1
1.2.0b4
1.1.17
1.2.0b3
1.1.16
1.2.0b2
1.1.15
1.2.0b1
1.1.15b1
1.1.14
1.2.0a9
1.1.13
1.1.12
1.2.0a8
1.1.11
1.2.0a7
1.1.10
1.2.0a6
1.2.0a5
1.2.0a4
1.2.0a3
1.2.0a2
1.0.13
1.1.9
1.2.0a1
1.1.8
1.1.7
1.2.0a0
1.1.6
1.0.12
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0rc4
1.1.0rc3
1.1.0rc2
1.2.0dev0
1.1.0rc1
1.0.11
1.0.11rc1
1.1.0b6
1.1.0b5
1.1.0b4
1.1.0.dev0
1.0.10
1.0.10rc1
1.1.0b3
1.0.9
1.0.0rc1
1.0.1
1.0.9rc1
1.0.8
1.0.8rc1
1.1.0b2
1.1.0b1
1.0.7
1.0.7bin
1.0.7rc2
1.0.7rc1
1.0.6
1.0.6rc1
1.0.5
1.0.4
1.1.dev0
1.0.3
1.0.2
1.0.0
1.0.0rc2
0.30.1
0.30.0
0.29.0
0.28.2
0.28.1
0.28.0
0.27.0
0.26.1
0.26.0
0.25.0
0.24.0
0.23.0
0.16
0.15
0.14
0.13
0.12
0.11
0.10
0.9
0.8.1
0.8
0.7
0.6.1
0.6
borg
/
scripts
/
faked-debug.sh
faked-debug.sh
86 B
Histórico
Raw
1
2
3
4
5
6
#!/bin/sh
if which faked; then
faked --debug "$@"
else
faked-sysv --debug "$@"
fi