Displaying 3 results from an estimated 3 matches for "daglig".
Did you mean:
dagli
2012 Aug 16
3
Reference a variable inside a string and another for object assingments
..."WHERE (SP.omraade_id= 5 AND
SP.lokaldatotid >= '2005-01-01 00:00:00')"))
#Definer dato og tid kolonne
dk1$lokaldatotid <- as.POSIXct(dk1$lokaldatotid)
#Lav om til xts object
dk1_xts <- xts(dk1[,-1], order.by=dk1[,1])
#Data omregnet fra time ->> daglig, m?ned, ?rlige gennemsnit
dk1_xts_daily <- apply.daily(dk1_xts, FUN=mean)
dk1_xts_monthly <- apply.monthly(dk1_xts, FUN=mean)
dk1_xts_yearly <- apply.yearly(dk1_xts, FUN=mean)
2006 Jan 18
1
Backup of the 5 last revisions of files
...I have 7 folders that are rotated on a daily basis.
At the moment I run backup only one time each day.
/home-area on my server uses 18G, and all the 7 backups together fill up
19G on my usb-disk, so I think my script works okay. It looks like this:
rsync -verbose -progres -a --link-dest=/mnt/usbd/daglig/backup1
My question is: Can anyone help me with a script that takes backup of for
example the 5 last revisions of the files on /home, so that backup1
contains version 1 of a file, backup2 contains version 2 of a file and so
on? Of course if a file has noe revision it should only be kept in its
ori...
2006 Jun 05
0
Samba not working correctly after upgrade
...comment = All Printers
path = /var/spool/samba
printable = Yes
print command = lpr -P %p -o raw %s -r
browseable = No
[homedirs]
comment = Hjemmedrev for JORDMIL brugere
path = /home/homelinks
read only = No
[backup]
comment = Daglig backup
path = /mnt/backup
[intra]
comment = Faelles filer
path = /home/intra
read only = No
force create mode = 0775
force directory mode = 06775
If you can give me any hints or suggestions that would be of great help.
best regards,
Gu?mundur Bjar...