search for: file1000

Displaying 2 results from an estimated 2 matches for "file1000".

2005 Oct 26
2
"intelligent" rsync scripts?
...s etc. (from several locations over WAN). Overall it works flawlessly, as it transfers only changes, but sometimes there are some serious hiccups. Suppose this scenario, suppose it's 1 GB of files: user shares: /home/joe/data/file1 /file2 /... /file1000 Now the user _moves_ that data to some other folder: /home/joe/WAN_goes_crazy/file1 /file2 /... /file1000 ...and we start a backup process. rsync will first transfer data from "/home/joe/WAN_goes_crazy/file......
2005 Sep 22
7
Automatic creation of file names
Dear R-Help members, I have a question about how to save to the hard drive the one thousand datasets I generated in a simulation. The datasets are created in a "for" loop that repeatedly creates normally distributed datasets, such as the example below: Library(MASS) for (number in 1:1000) { dataset = mvrnorm(n = 400, mu = c(0,0,0), Sigma =