Borgbackup: Difference between revisions

No change in size ,  17 January 2021
Line 17: Line 17:
# Create a repo without encryption
# Create a repo without encryption
borg init --encryption=none ./testrepo
borg init --encryption=none ./testrepo
# If you want encryption
# If you want encryption
#borg init --encryption=repokey ./testrepo
borg init --encryption=repokey ./testrepo
</pre>
</pre>