dar-backup 0.6.17__py3-none-any.whl → 0.6.19__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dar-backup
3
- Version: 0.6.17
3
+ Version: 0.6.19
4
4
  Summary: A script to do full, differential and incremental backups using dar. Some files are restored from the backups during verification, after which par2 redundancy files are created. The script also has a cleanup feature to remove old backups and par2 files.
5
+ Project-URL: GPG Public Key, https://keys.openpgp.org/search?q=dar-backup@pm.me
5
6
  Project-URL: Homepage, https://github.com/per2jensen/dar-backup/tree/main/v2
6
7
  Project-URL: Changelog, https://github.com/per2jensen/dar-backup/blob/main/v2/Changelog.md
7
- Project-URL: Issues, https://github.com/per2jensen/dar-backup/issues
8
- Author-email: dar-backup <per2jensen@gmail.com>
8
+ Project-URL: Issues, https://github.com/per2jensen
9
+ Author-email: dar-backup <dar-backup@pm.me>
9
10
  License: GNU GENERAL PUBLIC LICENSE
10
11
  Version 3, 29 June 2007
11
12
 
@@ -688,23 +689,34 @@ Classifier: Operating System :: POSIX :: Linux
688
689
  Classifier: Programming Language :: Python :: 3.9
689
690
  Classifier: Topic :: System :: Archiving :: Backup
690
691
  Requires-Python: >=3.9
692
+ Requires-Dist: argcomplete>=3.6.2
691
693
  Requires-Dist: inputimeout>=1.0.4
694
+ Requires-Dist: rich>=13.0.0
692
695
  Description-Content-Type: text/markdown
693
696
 
694
697
  <!-- markdownlint-disable MD024 -->
695
698
  # Full, differential or incremental backups using 'dar'
696
699
 
700
+ [![codecov](https://codecov.io/gh/per2jensen/dar-backup/branch/main/graph/badge.svg)](https://codecov.io/gh/per2jensen/dar-backup)
701
+ [![PyPI monthly downloads](https://img.shields.io/pypi/dm/dar-backup)](https://pypi.org/project/dar-backup/)
702
+ [![Total Downloads](https://img.shields.io/badge/dynamic/json?color=blue&label=Total%20Downloads&query=total&url=https%3A%2F%2Fraw.githubusercontent.com%2Fper2jensen%2Fdar-backup%2Fmain%2Fdownloads.json)](https://pypi.org/project/dar-backup/)
703
+
697
704
  The wonderful 'dar' [Disk Archiver](https://github.com/Edrusb/DAR) is used for
698
705
  the heavy lifting, together with the par2 suite in these scripts.
699
706
 
700
707
  This is the `Python` based **version 2** of `dar-backup`.
701
708
 
709
+ ## TL;DR
710
+
711
+ `dar-backup` is a Python-powered CLI for creating and validating full, differential, and incremental backups using dar and par2. Designed for long-term restore integrity, even on user-space filesystems like FUSE.
712
+
702
713
  ## Table of Contents
703
714
 
704
715
  - [Full, differential or incremental backups using 'dar'](#full-differential-or-incremental-backups-using-dar)
705
716
  - [My use case](#my-use-case)
706
717
  - [License](#license)
707
718
  - [Status](#status)
719
+ - [GPG Signing key](#gpg-signing-key)
708
720
  - [Breaking change in version 0.6.0](#breaking-change-in-version-060)
709
721
  - [Homepage - Github](#homepage---github)
710
722
  - [Requirements](#requirements)
@@ -720,8 +732,10 @@ This is the `Python` based **version 2** of `dar-backup`.
720
732
  - [.darrc](#darrc)
721
733
  - [Backup definition](#backup-definition-example)
722
734
  - [Systemd examples](#systemctl-examples)
735
+ - [Generate systemd files](#generate-systemd-files)
723
736
  - [Service: dar-back --incremental-backup](#service-dar-backup---incremental-backup)
724
737
  - [Timer: dar-back --incremental-backup](#timer-dar-backup---incremental-backup)
738
+ - [Systemd timer note](#systemd-timer-note)
725
739
  - [List contents of an archive](#list-contents-of-an-archive)
726
740
  - [dar file selection examples](#dar-file-selection-examples)
727
741
  - [Select a directory](#select-a-directory)
@@ -745,14 +759,18 @@ This is the `Python` based **version 2** of `dar-backup`.
745
759
  - [.darrc sets -vd -vf (since v0.6.4)](#darrc-sets--vd--vf-since-v064)
746
760
  - [Separate log file for command output](#separate-log-file-for-command-output)
747
761
  - [Skipping cache directories](#skipping-cache-directories)
762
+ - [Progress bar + current directory](#progress-bar-and-current-directory)
748
763
  - [Todo](#todo)
764
+ - [Known Limitations / Edge Cases](#known-limitations--edge-cases)
749
765
  - [Reference](#reference)
766
+ - [CLI Tools Overview](#cli-tools-overview)
750
767
  - [Test coverage report](#test-coverage)
751
768
  - [dar-backup](#dar-backup-options)
752
769
  - [manager](#manager-options)
753
770
  - [cleanup](#cleanup-options)
754
771
  - [clean-log](#clean-log-options)
755
772
  - [installer](#installer-options)
773
+ - [dar-backup-systemd](#dar-backup-systemd)
756
774
 
757
775
  ## My use case
758
776
 
@@ -783,6 +801,85 @@ As of August 8, 2024 I am using the alpha versions of `dar-backup` (alpha-0.5.9
783
801
 
784
802
  As of February 13, 2025, I have changed the status from alpha --> beta, as the featureset is in place and the alphas have worked well for a very long time.
785
803
 
804
+ ### GPG Signing key
805
+
806
+ To increase the security and authenticity of dar-backup packages, all releases from v2-beta-0.6.18 onwards will be digitally signed using the GPG key below.
807
+
808
+ 🔐 GPG Signing Key Details
809
+
810
+ ```` text
811
+ Name: Per Jensen (author of dar-backup)
812
+ Email: dar-backup@pm.me
813
+ Primary key: 4592 D739 6DBA EFFD 0845 02B8 5CCE C7E1 6814 A36E
814
+ Signing key: B54F 5682 F28D BA36 22D7 8E04 58DB FADB BBAC 1BB1
815
+ Created: 2025-03-29
816
+ Expires: 2030-03-28
817
+ Key type: ed25519 (primary, SC)
818
+ Subkeys: ed25519 (S), ed25519 (A), cv25519 (E)
819
+ ````
820
+
821
+ 🔏 Where to Find Release Signatures
822
+
823
+ PyPI does *Not* host .asc Signature Files
824
+
825
+ Although the `dar-backup` packages on PyPI are GPG-signed, PyPI itself does **not support uploading** .asc detached signature files alongside `.whl` and `.tar.gz` artifacts.
826
+
827
+ Therefore, you will not find `.asc` files on PyPI.
828
+
829
+ ✅ Where to Get `.asc` Signature Files
830
+
831
+ You can always download the signed release artifacts and their `.asc` files from the official GitHub Releases page:
832
+
833
+ 📁 GitHub Releases for `dar-backup`
834
+
835
+ Each release includes:
836
+
837
+ - `dar_backup-x.y.z.tar.gz`
838
+
839
+ - `dar_backup-x.y.z.tar.gz.asc`
840
+
841
+ - `dar_backup-x.y.z-py3-none-any.whl`
842
+
843
+ - `dar_backup-x.y.z-py3-none-any.whl.asc`
844
+
845
+ 🔐 How to Verify a Release from GitHub
846
+
847
+ 1. Import the GPG public key:
848
+
849
+ ```` bash
850
+ curl https://keys.openpgp.org/vks/v1/by-fingerprint/4592D7396DBAEFFD084502B85CCEC7E16814A36E | gpg --import
851
+ ````
852
+
853
+ 2. Download the wheel or tarball and its .asc signature from the GitHub.
854
+
855
+ 3. Run GPG to verify it:
856
+
857
+ ```` bash
858
+ gpg --verify dar_backup-x.y.z.tar.gz.asc dar_backup-x.y.z.tar.gz
859
+ # or
860
+ gpg --verify dar_backup-x.y.z-py3-none-any.whl.asc dar_backup-x.y.z-py3-none-any.whl
861
+ ````
862
+
863
+ 4. If the signature is valid, you'll see:
864
+
865
+ ```` text
866
+ gpg: Good signature from "Per Jensen (author of dar-backup) <dar-backup@pm.me>"
867
+ ````
868
+
869
+ 🛡️ Reminder: Verify the signing subkey
870
+
871
+ Only this subkey is used to sign PyPI packages:
872
+
873
+ ```` text
874
+ B54F 5682 F28D BA36 22D7 8E04 58DB FADB BBAC 1BB1
875
+ ````
876
+
877
+ You can view it with:
878
+
879
+ ```` bash
880
+ gpg --list-keys --with-subkey-fingerprints dar-backup@pm.me
881
+ ````
882
+
786
883
  ### Breaking change in version 0.6.0
787
884
 
788
885
  Version 0.6.0 and forwards requires the config variable *COMMAND_TIMEOUT_SECS* in the config file.
@@ -842,6 +939,10 @@ The `cleanup` application deletes DIFF and INCR if the archives are older than t
842
939
 
843
940
  ## How to run
844
941
 
942
+ 📦 All official dar-backup releases from v2-beta-0.6.18 are signed with GPG.
943
+
944
+ See more [here](#gpg-signing-key).
945
+
845
946
  ### 1 - installation
846
947
 
847
948
  Installation is currently in a venv. These commands are installed in the venv:
@@ -1163,6 +1264,26 @@ You can use as many backup definitions as you need.
1163
1264
  --cache-directory-tagging
1164
1265
  ````
1165
1266
 
1267
+ ## Generate systemd files
1268
+
1269
+ The command `dar-backup-systemd` can generate and optionally install systemd units and timers.
1270
+
1271
+ The timers are set as the author uses them, modify to your taste and needs.
1272
+
1273
+ Example run:
1274
+
1275
+ ```` bash
1276
+ dar-backup-systemd --venv /home/user/tmp/venv --dar-path /home/user/.local/dar/bin
1277
+ Generated dar-full-backup.service and dar-full-backup.timer
1278
+ → Fires on: *-12-30 10:03:00
1279
+ Generated dar-diff-backup.service and dar-diff-backup.timer
1280
+ → Fires on: *-*-01 19:03:00
1281
+ Generated dar-incr-backup.service and dar-incr-backup.timer
1282
+ → Fires on: *-*-04/3 19:03:00
1283
+ Generated dar-clean.service and dar-clean.timer
1284
+ → Fires on: *-*-* 21:07:00
1285
+ ````
1286
+
1166
1287
  ## Systemctl examples
1167
1288
 
1168
1289
  I have dar-backup scheduled to run via systemd --user settings.
@@ -1185,27 +1306,47 @@ systemctl --user list-timers
1185
1306
 
1186
1307
  ## Service: dar-backup --incremental-backup
1187
1308
 
1188
- File: dar-inc-backup.service
1309
+ This is an exmaple of a systemd user service unit.
1189
1310
 
1190
- ```` code
1311
+ File: dar-incr-backup.service
1312
+
1313
+ ```` bash
1314
+ /tmp/test$ dar-backup-systemd --venv '$HOME/programmer/dar-backup.py/venv' --dar-path '$HOME/.local/dar/bin'
1315
+
1316
+ Generated dar-full-backup.service and dar-full-backup.timer
1317
+ → Fires on: *-12-30 10:03:00
1318
+ Generated dar-diff-backup.service and dar-diff-backup.timer
1319
+ → Fires on: *-*-01 19:03:00
1320
+ Generated dar-incr-backup.service and dar-incr-backup.timer
1321
+ → Fires on: *-*-04/3 19:03:00
1322
+ Generated dar-cleanup.service and dar-cleanup.timer
1323
+ → Fires on: *-*-* 21:07:00
1324
+ /tmp/test$
1325
+ (venv) /tmp/test$
1326
+ (venv) /tmp/test$ cat dar-incr-backup.service
1191
1327
  [Unit]
1192
- Description=dar-backup INC
1328
+ Description=dar-backup INCR
1193
1329
  StartLimitIntervalSec=120
1194
1330
  StartLimitBurst=1
1331
+
1195
1332
  [Service]
1196
1333
  Type=oneshot
1197
1334
  TimeoutSec=infinity
1198
1335
  RemainAfterExit=no
1199
- ExecStart=/bin/bash -c '. /home/user/programmer/dar-backup.py/venv/bin/activate && dar-backup --incremental-backup --verbose'
1336
+
1337
+
1338
+ ExecStart=/bin/bash -c 'PATH=$HOME/.local/dar/bin:$PATH && . $HOME/programmer/dar-backup.py/venv/bin/activate && dar-backup -I --verbose --log-stdout'
1200
1339
  ````
1201
1340
 
1202
1341
  ## Timer: dar-backup --incremental-backup
1203
1342
 
1204
- File: dar-inc-backup.timer
1343
+ This is an example of a systemd user timer
1344
+
1345
+ File: dar-incr-backup.timer
1205
1346
 
1206
1347
  ```` code
1207
1348
  [Unit]
1208
- Description=dar-backup INC timer
1349
+ Description=dar-backup INCR timer
1209
1350
 
1210
1351
  [Timer]
1211
1352
  OnCalendar=*-*-04/3 19:03:00
@@ -1215,6 +1356,10 @@ Persistent=true
1215
1356
  WantedBy=timers.target
1216
1357
  ````
1217
1358
 
1359
+ ## systemd timer note
1360
+
1361
+ 📅 OnCalendar syntax is flexible — you can tweak backup schedules easily. Run systemd-analyze calendar to preview timers.
1362
+
1218
1363
  ## list contents of an archive
1219
1364
 
1220
1365
  ```` bash
@@ -1490,16 +1635,42 @@ The effect is that directories with the [CACHEDIR.TAG](https://bford.info/cached
1490
1635
 
1491
1636
  If the option is not in the backup definition, the cache directories are backed up as any other.
1492
1637
 
1493
- ## Todo
1638
+ ### Progress bar and current directory
1639
+
1640
+ If you run dar-backup interactively in a "normal" console on your computer,
1641
+ dar-backup displays 2 visual artifacts to show progress.
1642
+
1643
+ 1. a progress bar that fills up and starts over
1644
+ 2. a status line showing the directory being backed up. If the directory is big and takes time to backup, the line is not changing, but you will probably know there is a lot to backup.
1494
1645
 
1495
- - `installer` to generate, but not deploy systemd units and timers for:
1496
- - FULL, DIFF and INCR backups.
1497
- - cleanup.
1646
+ The indicators are not shown if dar-backup is run from systemd or if it is used in terminal multiplexers like `tmux` or `screen`. So no polluting of journald logs.
1498
1647
 
1648
+ ## Todo
1649
+
1650
+ - Look into a way to move the .par2 files away from the `dar` slices, to maximize chance of good redundancy.
1499
1651
  - Add option to dar-backup to use the `dar` option `--fsa-scope none`
1500
1652
 
1653
+ ## Known Limitations / Edge Cases
1654
+
1655
+ Does not currently encrypt data (by design — relies on encrypted storage)
1656
+
1657
+ One backup definition per file
1658
+
1659
+ .par2 files created for each slice (may be moved in future)
1660
+
1501
1661
  ## Reference
1502
1662
 
1663
+ ### CLI Tools Overview
1664
+
1665
+ | Command | Description |
1666
+ |-----------------------|-------------------------------------------|
1667
+ | `dar-backup` | Perform full, differential, or incremental backups with verification and restore testing |
1668
+ | `manager` | Maintain and query catalog databases for archives |
1669
+ | `cleanup` | Remove outdated DIFF/INCR archives (and optionally FULLs) |
1670
+ | `clean-log` | Clean up excessive log output from dar command logs |
1671
+ | `installer` | Set up required directories and default config files |
1672
+ | `dar-backup-systemd` | Generate (and optionally install) systemd timers and services for automated backups |
1673
+
1503
1674
  ### test coverage
1504
1675
 
1505
1676
  Running
@@ -1508,23 +1679,26 @@ Running
1508
1679
  pytest --cov=dar_backup tests/
1509
1680
  ````
1510
1681
 
1511
- gives for version 0.6.17:
1682
+ results for a dev version 0.6.19 in this report:
1512
1683
 
1513
1684
  ```` code
1514
1685
  ---------- coverage: platform linux, python 3.12.3-final-0 -----------
1515
- Name Stmts Miss Cover
1516
- -------------------------------------------------------------------------------------
1517
- venv/lib/python3.12/site-packages/dar_backup/__about__.py 1 0 100%
1518
- venv/lib/python3.12/site-packages/dar_backup/__init__.py 0 0 100%
1519
- venv/lib/python3.12/site-packages/dar_backup/clean_log.py 68 14 79%
1520
- venv/lib/python3.12/site-packages/dar_backup/cleanup.py 196 53 73%
1521
- venv/lib/python3.12/site-packages/dar_backup/config_settings.py 66 8 88%
1522
- venv/lib/python3.12/site-packages/dar_backup/dar_backup.py 464 99 79%
1523
- venv/lib/python3.12/site-packages/dar_backup/installer.py 46 46 0%
1524
- venv/lib/python3.12/site-packages/dar_backup/manager.py 316 72 77%
1525
- venv/lib/python3.12/site-packages/dar_backup/util.py 162 34 79%
1526
- -------------------------------------------------------------------------------------
1527
- TOTAL 1319 326 75%
1686
+ Name Stmts Miss Cover
1687
+ ----------------------------------------------------------
1688
+ src/dar_backup/__about__.py 1 0 100%
1689
+ src/dar_backup/__init__.py 0 0 100%
1690
+ src/dar_backup/clean_log.py 68 13 81%
1691
+ src/dar_backup/cleanup.py 193 17 91%
1692
+ src/dar_backup/command_runner.py 73 1 99%
1693
+ src/dar_backup/config_settings.py 66 8 88%
1694
+ src/dar_backup/dar_backup.py 535 56 90%
1695
+ src/dar_backup/dar_backup_systemd.py 56 7 88%
1696
+ src/dar_backup/installer.py 59 6 90%
1697
+ src/dar_backup/manager.py 351 56 84%
1698
+ src/dar_backup/rich_progress.py 70 7 90%
1699
+ src/dar_backup/util.py 130 15 88%
1700
+ ----------------------------------------------------------
1701
+ TOTAL 1602 186 88%
1528
1702
  ````
1529
1703
 
1530
1704
  ### dar-backup options
@@ -1626,3 +1800,14 @@ Sets up demo config files:
1626
1800
  -v, --version Display version and licensing information.
1627
1801
  -h, --help Displays usage info
1628
1802
  ```
1803
+
1804
+ ### dar-backup-systemd
1805
+
1806
+ Generates and optionally install systemd user service units and timers
1807
+
1808
+ ``` code
1809
+ -h, --help Show this help message and exit
1810
+ --venv VENV Path to the Python venv with dar-backup
1811
+ --dar-path DAR_PATH Optional path to dar binary's directory
1812
+ --install Install the units to ~/.config/systemd/user
1813
+ ```
@@ -0,0 +1,21 @@
1
+ dar_backup/.darrc,sha256=-aerqivZmOsW_XBCh9IfbYTUvw0GkzDSr3Vx4GcNB1g,2113
2
+ dar_backup/Changelog.md,sha256=PbR2JupEHiWdRNP8ApuWEYIrRQEeJQUnlkVR7N4JJHg,8591
3
+ dar_backup/README.md,sha256=PcZQRaBw9i_GbRoA786OFKI0PwY87E7D30UzovWqEQQ,44902
4
+ dar_backup/__about__.py,sha256=1xdEgfhhUWpssnr_9DTiORat5DDv6NUXRtydGkm-Aog,22
5
+ dar_backup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ dar_backup/clean_log.py,sha256=uQ_9HomK7RRkskXrgMPbAC84RgNlCFJ8RHL9KHeAMvc,5447
7
+ dar_backup/cleanup.py,sha256=mrpu9xAy6AKcEbjMetscEh-IzJp0xVFObdrwaXncFtA,12712
8
+ dar_backup/command_runner.py,sha256=PQA968EXssSGjSs_16psFkdxRZi9-YK4TrBKFz0ss3k,4455
9
+ dar_backup/config_settings.py,sha256=Rh4T35-w_5tpRAViMfv3YP3GBpG4mQy7Do8cNBzYAR0,4912
10
+ dar_backup/dar-backup.conf,sha256=64O3bGlzqupneT2gVeaETJ1qS6-3Exet9Zto27jgwPQ,897
11
+ dar_backup/dar_backup.py,sha256=Uy0VAFRbOAmZCyZyyEfWuIM4he2WivfQXhKzVGhWbHc,41939
12
+ dar_backup/dar_backup_systemd.py,sha256=oehD_t9CFu0CsMgDWRH-Gt74Ynl1m29yqQEh5Kxv7aw,3807
13
+ dar_backup/installer.py,sha256=fl2LHHWxuXRT814M_zuZh_YqqLk6nuNg9BI9HpLzdUU,4841
14
+ dar_backup/manager.py,sha256=t-CWxvxzhMHCOCU99px6heL3dRmil2JDOyw9PHL96xY,25712
15
+ dar_backup/rich_progress.py,sha256=jTwM-4VlqHHzKqIfyXjL1pWEriobSJwCdN3YXzXzRdo,3105
16
+ dar_backup/util.py,sha256=REZANvqLqczx3MvGszpVaesrpW03NuH_GPGjDllpT4Q,16877
17
+ dar_backup-0.6.19.dist-info/METADATA,sha256=jQwLE815tTEXjKh7l0rUd5SprMF_czZ3QPRXn8TNMnM,86624
18
+ dar_backup-0.6.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ dar_backup-0.6.19.dist-info/entry_points.txt,sha256=NSCYoG5Dvh1UhvKWOQPgcHdFv4--R4Sre3d9FwJra3E,258
20
+ dar_backup-0.6.19.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
21
+ dar_backup-0.6.19.dist-info/RECORD,,
@@ -2,5 +2,6 @@
2
2
  clean-log = dar_backup.clean_log:main
3
3
  cleanup = dar_backup.cleanup:main
4
4
  dar-backup = dar_backup.dar_backup:main
5
+ dar-backup-systemd = dar_backup.dar_backup_systemd:main
5
6
  installer = dar_backup.installer:main
6
7
  manager = dar_backup.manager:main
@@ -1,17 +0,0 @@
1
- dar_backup/.darrc,sha256=-aerqivZmOsW_XBCh9IfbYTUvw0GkzDSr3Vx4GcNB1g,2113
2
- dar_backup/__about__.py,sha256=vii4GL7MExpBC8tvQjQXAsEgfxDE9p438_97wKl4XCc,22
3
- dar_backup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- dar_backup/clean_log.py,sha256=cGhtKYnQJ2ceNQfw5XcCln_WNBasbmlfhO3kRydjDNk,5196
5
- dar_backup/cleanup.py,sha256=HA8SmwrqDGjfFg4L0CuUQ5N0YJFT6qYbCuvh5mQseF0,13148
6
- dar_backup/command_runner.py,sha256=74Fsylz1NN-dn8lbdRhkL6LA1r527QJeojBlniGrPuo,2708
7
- dar_backup/config_settings.py,sha256=Rh4T35-w_5tpRAViMfv3YP3GBpG4mQy7Do8cNBzYAR0,4912
8
- dar_backup/dar-backup.conf,sha256=64O3bGlzqupneT2gVeaETJ1qS6-3Exet9Zto27jgwPQ,897
9
- dar_backup/dar_backup.py,sha256=NHBm3zsOhCHnCVoPO0ysD3uMdIQMe62AIdr0yCQ_6BY,37952
10
- dar_backup/installer.py,sha256=ehp4KSgTc8D9Edsyve5v3NY2MuDbuTFYQQPgou8woV8,4331
11
- dar_backup/manager.py,sha256=4NeIVgrhIzOS8UePUCdvtswEG55ue0tXWAK7SjD3tpo,21897
12
- dar_backup/util.py,sha256=6dJXFOjIIZqerbNVFxJZ6gQ4ZVAxyY-RxHcO--9bxwg,8462
13
- dar_backup-0.6.17.dist-info/METADATA,sha256=-TmZ95gGD9VX1Uz0so4G8sWWX0RE6Aq8qkfKThkDFnY,79979
14
- dar_backup-0.6.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
- dar_backup-0.6.17.dist-info/entry_points.txt,sha256=Z7P5BUbhtJxo8_nB9qNIMay2eGDbsMKB3Fjwv3GMa4g,202
16
- dar_backup-0.6.17.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- dar_backup-0.6.17.dist-info/RECORD,,