Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 933  / 2 Years ago, mon, june 27, 2022, 10:49:47

How can I sync /var/www folder with Ubuntu One?



I tried symlink with ln -s /var/www www in my ~/Ubuntu One folder and in ~/Documents (which is synchronized too),
but it seems that it also doesn't work.



Of course I'm the owner of var/www and I (and my group) have all rights (771).


More From » ubuntu-one

 Answers
1

you could use rsync so synx those folders regularly
The information will be duplicated but at least is a bit easier than copy pasting.



rsync /var/www /home/your_user/desired_folder


you can even make an automated script to run at certain time or just to be fired up with a quicker command


[#41872] Wednesday, June 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dileble

Total Points: 169
Total Questions: 105
Total Answers: 141

Location: Sao Tome and Principe
Member since Wed, Dec 29, 2021
2 Years ago
;