Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git_borg_linker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
git_borg_linker
Commits
dev_push
Select Git revision
Branches
5
doc
master
default
protected
dev_doc
dev_push
dev
5 results
git_borg_linker
Author
Search by author
Any Author
authors
dcluet
dcluet
Ghislain Durif
gdurif
hpolvech
hpolvech
Laurent Modolo
lmodolo
Mia Croiset
mcroiset
nfontrod
nfontrod
sdebosso
sdebosso
sjanczar
sjanczar
8 authors
May 15, 2024
src/pull.rs: update to check if the archive to pull exits in the local git repository
· c76b6e8a
nfontrod
authored
1 year ago
c76b6e8a
src/clone.rs: update clone to avoid a borg init before cheking if the remote path is ok
· 9b342d7d
nfontrod
authored
1 year ago
9b342d7d
src/remote.rs: add a function to check remote paths
· 667e17d0
nfontrod
authored
1 year ago
667e17d0
May 14, 2024
src/main.rs: update help message
· be2a92ba
nfontrod
authored
1 year ago
be2a92ba
May 07, 2024
src/main.rs: update the clone subcommand
· 02da7fe6
nfontrod
authored
1 year ago
02da7fe6
src/clone.rs: create a new clone subcommand
· b9a9e1cb
nfontrod
authored
1 year ago
b9a9e1cb
src/pull.rs: update pull functions
· 02a678fe
nfontrod
authored
1 year ago
02a678fe
src/main.rs: update pull fonction
· 2e4edbae
nfontrod
authored
1 year ago
2e4edbae
src/pull.rs: fix pull fonctions
· cfb9d81f
nfontrod
authored
1 year ago
cfb9d81f
src/push.rs: function order change
· f0092367
nfontrod
authored
1 year ago
f0092367
src/pull.rs: update pull as a new methode to import tar
· e1744280
nfontrod
authored
1 year ago
e1744280
May 06, 2024
major changes in order to remodel the push/pull system
· cacdc607
nfontrod
authored
1 year ago
cacdc607
Feb 20, 2023
Readme.md: update
· 8c8eb1b6
nfontrod
authored
2 years ago
8c8eb1b6
Readme.md: add instructions of dependencies installation
· ccdb0470
nfontrod
authored
2 years ago
ccdb0470
Feb 16, 2023
Readme.md update
· f1edbe9d
nfontrod
authored
2 years ago
f1edbe9d
Readme.md LICENSES/CC-BY-4.0.txt LICENSES/CC-BY-SA-4.0.txt: fix CC-BY LICENSE
· cd3723ce
nfontrod
authored
2 years ago
cd3723ce
.reuse
· 4c9212bf
nfontrod
authored
2 years ago
4c9212bf
fix license in header
· bc1ed166
nfontrod
authored
2 years ago
bc1ed166
add reuse header
· 3ae1770a
nfontrod
authored
2 years ago
3ae1770a
add reuse header
· 2b3866a1
nfontrod
authored
2 years ago
2b3866a1
add reuse header
· 40cf6db2
nfontrod
authored
2 years ago
40cf6db2
Creation of a LICENSES folder
· 2b26c637
nfontrod
authored
2 years ago
2b26c637
.gitignore: update
· 64fa2fff
nfontrod
authored
2 years ago
64fa2fff
Feb 14, 2023
src/configt.rs: change of some user message
· 909768cd
nfontrod
authored
2 years ago
909768cd
Feb 13, 2023
src/main.rs: update mount help
· f435e1c8
nfontrod
authored
2 years ago
f435e1c8
Feb 10, 2023
Cargo.lock Cargo.toml
· e7a7a50c
nfontrod
authored
2 years ago
e7a7a50c
update toml
· dcdf1788
nfontrod
authored
2 years ago
dcdf1788
Feb 08, 2023
Readme.md: update
· 61bf6f37
nfontrod
authored
2 years ago
61bf6f37
Readme.md: update with remote, push, pull, clone, restore, and clean command
· dffbf461
nfontrod
authored
2 years ago
dffbf461
Feb 01, 2023
src/clone.rs: major fixes in clone function
· 72965662
nfontrod
authored
2 years ago
72965662
src/init.rs: creation of two gitignores
· 592156bd
nfontrod
authored
2 years ago
592156bd
copy_file: add new command in copy_file function
· 55a93355
nfontrod
authored
2 years ago
55a93355
src/restore.rs: the current borg folder may need a clean, so cleans it
· 418bcf98
nfontrod
authored
2 years ago
418bcf98
src/push.rs: exclude some files during the push
· ec704414
nfontrod
authored
2 years ago
ec704414
src/remote.rs: update error message
· 8f7a0f26
nfontrod
authored
2 years ago
8f7a0f26
src/main.rs: update main.rs function
· 243ebc25
nfontrod
authored
2 years ago
243ebc25
src/clone.rs: add hooks compression and mode parameters + add a remote...
· 13c70c37
nfontrod
authored
2 years ago
13c70c37
src/remote.rs: remote is now public
· e6099001
nfontrod
authored
2 years ago
e6099001
add clone module
· 9beee746
nfontrod
authored
2 years ago
9beee746
src/pull.rs src/push.rs: update of get_remote_dir
· ab140d7d
nfontrod
authored
2 years ago
ab140d7d
Loading