Tagged Questions
0
votes
1answer
284 views
Symlink a directory and automatically sync its content
Suppose I have a folder foo with the two content:
data1.txt
cfg.txt
Now I create a new symlink called fo2 which points to directory foo:
cp -s -R /home/user123/foo /home/user123/fo2
It's ...
1
vote
3answers
2k views
How to sync folders on different partitions (symlink?)
I use Ubuntu One to synch my home/Documents folder among more computers. On a portable tablet I have set the Documents folder in a separate Fat32 partition named sda6, and I made it default documents ...