Hi,
Let's say my directories looks like this:
Can I somehow link everything in week1 and week2 etc. to complete? So it looks like this:
And when I delete week1, foo1 and bar1 gets deleted in complete too? Or do I have to make a script that cleans that up?
NOTE: foo1, bar1 etc. is also directories containing many files.
Thanks,
Let's say my directories looks like this:
Code:
/storage/complete/
/storage/week1/foo1
/storage/week1/bar1
/storage/week2/foo2
/storage/week2/bar2
Can I somehow link everything in week1 and week2 etc. to complete? So it looks like this:
Code:
/storage/complete/foo1
/storage/complete/bar1
/storage/complete/foo2
/storage/complete/bar2
And when I delete week1, foo1 and bar1 gets deleted in complete too? Or do I have to make a script that cleans that up?
NOTE: foo1, bar1 etc. is also directories containing many files.
Thanks,