Closed dfalster closed 10 years ago
The trick here will be to make sure that it backs it up to the same number as the real data. So if we moved foo.rds to foo.rds.3 we move foo_metadata.rds to foo_metadata.rds.3, regardless of if foo_metadata.rds.1 or foo_metadata.rds.2 are present.
foo.rds
foo.rds.3
foo_metadata.rds
foo_metadata.rds.3
foo_metadata.rds.1
foo_metadata.rds.2
The trick here will be to make sure that it backs it up to the same number as the real data. So if we moved
foo.rds
tofoo.rds.3
we movefoo_metadata.rds
tofoo_metadata.rds.3
, regardless of iffoo_metadata.rds.1
orfoo_metadata.rds.2
are present.