All Projects → borgbackup → borg-import

borgbackup / borg-import

Licence: other
importer for rsync+hardlink based backups / rsnapshot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to borg-import

python-rsync-system-backup
Linux system backups powered by rsync
Stars: ✭ 45 (+36.36%)
Mutual labels:  backups, rsync
assimpjs
The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.
Stars: ✭ 19 (-42.42%)
Mutual labels:  import
esbuild-plugin-import-glob
A esbuild plugin which allows to import multiple files using the glob syntax.
Stars: ✭ 28 (-15.15%)
Mutual labels:  import
magento2-fast-vm
Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
Stars: ✭ 89 (+169.7%)
Mutual labels:  rsync
runrestic
A wrapper script for Restic backup software that inits, creates, prunes and checks backups
Stars: ✭ 81 (+145.45%)
Mutual labels:  backups
workable-converter
基于libreoffice实现的文档转换项目,无框架依赖,即插即用
Stars: ✭ 74 (+124.24%)
Mutual labels:  convert
borgjs
📦 A tiny wrapper for BorgBackup to automate your backup workflow
Stars: ✭ 31 (-6.06%)
Mutual labels:  borgbackup
dynamic-import-assets
Dynamic Imports for JavaScript and CSS.
Stars: ✭ 20 (-39.39%)
Mutual labels:  import
xbytes
Parse bytes to human readable sizes (4747) → ('4.75 KB') and vice versa.
Stars: ✭ 17 (-48.48%)
Mutual labels:  convert
nagios-plugin-check borg
nagios plugin to monitor borg repositories
Stars: ✭ 24 (-27.27%)
Mutual labels:  borgbackup
l2cu
L²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (-57.58%)
Mutual labels:  import
python-imphook
Simple and clear import hooks for Python - import anything as if it were a Python module
Stars: ✭ 23 (-30.3%)
Mutual labels:  import
HEIF-converter
Converter for High Efficiency Image Format(HEIF)
Stars: ✭ 24 (-27.27%)
Mutual labels:  convert
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (+18.18%)
Mutual labels:  convert
zabbix-review-export-import
Clone of zabbix-review-export with added import object(s) feature
Stars: ✭ 36 (+9.09%)
Mutual labels:  import
pyimport
Manage Python imports from Emacs!
Stars: ✭ 68 (+106.06%)
Mutual labels:  import
keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (-21.21%)
Mutual labels:  import
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (-15.15%)
Mutual labels:  convert
netbackup
A frontend for various backup programs (rsync, rdiff-backup, rclone) that simplifies local and remote backups.
Stars: ✭ 15 (-54.55%)
Mutual labels:  rsync
geojson-to-svg-cli
Command line tool to convert GeoJSON to SVG.
Stars: ✭ 22 (-33.33%)
Mutual labels:  convert

What is borg-import?

borg-import converts backups made with other backup software into the format used by BorgBackup.

See borg-import -h for more information.

Currently supported import formats

rsnapshot

Usage: borg-import rsnapshot SNAPSHOT_ROOT BORG_REPOSITORY

See borg-import rsnapshot -h for help.

Simple rsync with hard links

Assumes one folder per archive, with changes being tracked based on last modification time (mtime).

Usage: borg-import rsynchl RSYNC_ROOT BORG_REPOSITORY

See borg-import rsynchl -h for help.

Backup tools based on rsync with hard links

borg-import should, in principle, be able to import backups from any backup tool that is based on rsync with hard links. This requires that the tool matches the assumptions listed above for simple rsync.

Planned

Complex rsync with hard links (e.g. multiple hosts, separate backup time).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].