diff --git a/LICENSE b/LICENSE index 585423d..bcf0a94 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2016-2017 The Borg Collective (see AUTHORS file) +Copyright (C) 2016-2022 The Borg Collective (see AUTHORS file) All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.rst b/README.rst index 591d14f..27e5640 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,16 @@ borg-import converts backups made with other backup software into the format use See ``borg-import -h`` for more information. +Potential advantages over manually doing it +=========================================== + +Note: we have different importers and some importers may not support all the features. + +- automation: less manual work, import lots of backups into a borg repo with one command +- automatically makes up borg archive name from what you give + discovered timestamp +- sets borg archive creation timestamp to the historically correct date/time +- temporarily moves the source directory so the borg files cache will speed up borg create + Currently supported import formats ================================== @@ -34,8 +44,3 @@ rsync. * `backintime `_ * others? - -Planned -======= - -Complex rsync with hard links (e.g. multiple hosts, separate backup time).