Skip to content

Commit

Permalink
Delete backup-of-all-files.rec and update backup-all-ok.rec
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel_Shilin committed Feb 21, 2024
1 parent 70fdde1 commit bcbe9c7
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
45 changes: 45 additions & 0 deletions tests/backup-all-ok.rec
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,51 @@ total 16K
%{FILEPERMS} %{NUMBER} root root 4.0K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state
%{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json
––– input –––
mysql -h0 -P9306 -e "flush ramchunk test; select * from test.@files;"
––– output –––
+------+---------------------------------------+---------------------------------------+--------+
| id | file | normalized | size |
+------+---------------------------------------+---------------------------------------+--------+
| 2 | /var/lib/manticore/test/test.settings | /var/lib/manticore/test/test.settings | 3 |
| 3 | /var/lib/manticore/test/test.0.sph | /var/lib/manticore/test/test.0.sph | 715 |
| 4 | /var/lib/manticore/test/test.0.spd | /var/lib/manticore/test/test.0.spd | 20 |
| 5 | /var/lib/manticore/test/test.0.spp | /var/lib/manticore/test/test.0.spp | 1 |
| 6 | /var/lib/manticore/test/test.0.spe | /var/lib/manticore/test/test.0.spe | 1 |
| 7 | /var/lib/manticore/test/test.0.spi | /var/lib/manticore/test/test.0.spi | 59 |
| 8 | /var/lib/manticore/test/test.0.spm | /var/lib/manticore/test/test.0.spm | 4 |
| 9 | /var/lib/manticore/test/test.0.sphi | /var/lib/manticore/test/test.0.sphi | 82 |
| 10 | /var/lib/manticore/test/test.0.spds | /var/lib/manticore/test/test.0.spds | 64 |
| 11 | /var/lib/manticore/test/test.0.spknn | /var/lib/manticore/test/test.0.spknn | 456 |
| 12 | /var/lib/manticore/test/test.0.spt | /var/lib/manticore/test/test.0.spt | 41 |
| 13 | /var/lib/manticore/test/test.0.spidx | /var/lib/manticore/test/test.0.spidx | 309 |
| 14 | /var/lib/manticore/test/test.0.spa | /var/lib/manticore/test/test.0.spa | 96 |
| 15 | /var/lib/manticore/test/test.0.spb | /var/lib/manticore/test/test.0.spb | 131116 |
| 1 | /var/lib/manticore/test/test.meta | /var/lib/manticore/test/test.meta | 741 |
+------+---------------------------------------+---------------------------------------+--------+
––– input –––
manticore-backup --backup-dir=/tmp/ > /dev/null; echo $?
––– output –––
0
––– input –––
ls -1v /tmp/backup-*/data/test/
––– output –––
/tmp/backup-%{NUMBER}/data/test/:
test.meta
test.ram
test.settings
/tmp/backup-%{NUMBER}/data/test/:
test.meta
test.settings
test.0.spa
test.0.spb
test.0.spd
test.0.spds
test.0.spe
test.0.sph
test.0.sphi
test.0.spi
test.0.spidx
test.0.spknn
test.0.spm
test.0.spp
test.0.spt
45 changes: 0 additions & 45 deletions tests/backup-of-all-files.rec

This file was deleted.

0 comments on commit bcbe9c7

Please sign in to comment.